Is your feature request related to a problem? Please describe.
At the moment, there is an "on the flight" cmorizer for ERA5 data. In principle it also works for ERA5-Land, but there are some issues:
- For ESMValCore: The fixes already existing for ERA5 are to a large extend also needed for ERA5-Land, I tested this for the variable pr (monthly) by simply copying
esmvalcore/cmor/_fixes/native6/era5.py
to
esmvalcore/cmor/_fixes/native6/era5_land.py
and it works, but there might be differences for other variables.
- For the ESMValTool: Would it make sense, to include an ERA5-Land example to esmvaltool/recipes/cmorizers/recipe_era5.yml or make an own esmvaltool/recipes/cmorizers/recipe_era5-land.yml?
Would you be able to help out?
Partly
Is your feature request related to a problem? Please describe.
At the moment, there is an "on the flight" cmorizer for ERA5 data. In principle it also works for ERA5-Land, but there are some issues:
esmvalcore/cmor/_fixes/native6/era5.py
to
esmvalcore/cmor/_fixes/native6/era5_land.py
and it works, but there might be differences for other variables.
Would you be able to help out?
Partly