Closed hb326 closed 4 years ago
For 1., the reason could be here: https://github.com/ESMValGroup/ESMValTool/blob/6d118c5c9dfd4eb4db85d04f135ec1ebbdf022d0/esmvaltool/diag_scripts/cmorizers/era5.py#L29-L31
Why is it int(end_year) - 1
?
For 1., the reason could be here: https://github.com/ESMValGroup/ESMValTool/blob/6d118c5c9dfd4eb4db85d04f135ec1ebbdf022d0/esmvaltool/diag_scripts/cmorizers/era5.py#L29-L31
Why is it
int(end_year) - 1
?
Please see issue #1659
I just ran the ERA5 cmorizer recipe "recipe_era5.yml" to produce a monthly mean ERA5 total precipitation file. This is the recipe that I used:
I get a netCDF file as output with the name
OBS6_ERA5_reanaly_v1_Amon_pr_1979-2018.nc
. I have two problems regarding the output I get:ncdump
to look at the header of the file shows me that the available time steps are 492, which means that the year 2019 is indeed included in the file, although the filename says differently.Are these bugs in the cmorizer, or do I have to define something differently in the recipe?