Is it possible to add more documentation for the generation of forcing files ?
I am currently looking at the generation of the forcing era5 files and I already obtained zipfiles with netcdfs inside.
However during the execution of the extract_ERA5_meteocloud_wrapper.job I have some questions with the cdo commands :
https://github.com/HPSCTerrSys/eCLM_static-file-generator/blob/f1c177e2ffbbec81a06b03b610b107a9984cbdac/mkforcing/extract_ERA5_meteocloud.sh#L78
cdo sellonlatbox,${area[0]},${area[1]},${area[2]},${area[3]} /p/data1/slmet/met_data/ecmwf/era5/grib/${year}/${month}/${year}${month}${day}${hour}ml.grb cut_domain${year}${month}${day}${hour}.grb
• Could you please indicate me where can I find the /p/data1/slmet/met_data/ecmwf/era5/grib/${year}/${month}/${year}${month}${day}${hour}_ml.grb file in the first cdo command ? The cdsapi download only contains netcdf files but no grb.
Same question for prepare_ERA5_input.sh
https://github.com/HPSCTerrSys/eCLM_static-file-generator/blob/f1c177e2ffbbec81a06b03b610b107a9984cbdac/mkforcing/prepare_ERA5_input.sh#L11
wgtcaf=/p/scratch/cslts/poll1/sim/euro-cordex/tsmp2_wfe_eur-11u/dta/rmp_gridwgts/wgtdis_era5caf_to_eur11u-189976.nc
wgtmeteo=/p/scratch/cslts/poll1/sim/euro-cordex/tsmp2_wfe_eur-11u/dta/rmp_gridwgts/wgtdis_era5meteo_to_eur11u-189976.nc
griddesfile=/p/scratch/cslts/poll1/sim/euro-cordex/tsmp2_wfe_eur-11u/dta/rmp_gridwgts/griddes_eur-11u_189976.txt
clm3grid=""
What are these files and how can they be generated ?
Is it possible to add more documentation for the generation of forcing files ?
I am currently looking at the generation of the forcing era5 files and I already obtained zipfiles with netcdfs inside.
However during the execution of the extract_ERA5_meteocloud_wrapper.job I have some questions with the cdo commands :
https://github.com/HPSCTerrSys/eCLM_static-file-generator/blob/f1c177e2ffbbec81a06b03b610b107a9984cbdac/mkforcing/extract_ERA5_meteocloud.sh#L78
cdo sellonlatbox,${area[0]},${area[1]},${area[2]},${area[3]} /p/data1/slmet/met_data/ecmwf/era5/grib/${year}/${month}/${year}${month}${day}${hour}ml.grb cut_domain${year}${month}${day}${hour}.grb
• Could you please indicate me where can I find the /p/data1/slmet/met_data/ecmwf/era5/grib/${year}/${month}/${year}${month}${day}${hour}_ml.grb file in the first cdo command ? The cdsapi download only contains netcdf files but no grb.
Same question for prepare_ERA5_input.sh
https://github.com/HPSCTerrSys/eCLM_static-file-generator/blob/f1c177e2ffbbec81a06b03b610b107a9984cbdac/mkforcing/prepare_ERA5_input.sh#L11
wgtcaf=/p/scratch/cslts/poll1/sim/euro-cordex/tsmp2_wfe_eur-11u/dta/rmp_gridwgts/wgtdis_era5caf_to_eur11u-189976.nc
wgtmeteo=/p/scratch/cslts/poll1/sim/euro-cordex/tsmp2_wfe_eur-11u/dta/rmp_gridwgts/wgtdis_era5meteo_to_eur11u-189976.nc
griddesfile=/p/scratch/cslts/poll1/sim/euro-cordex/tsmp2_wfe_eur-11u/dta/rmp_gridwgts/griddes_eur-11u_189976.txt
clm3grid=""
What are these files and how can they be generated ?