-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output at first timestep (of first leg) coming from ICMGG????+000000 instead of ICMGG????+YYYYMM file #720
Comments
I created an issue and added some plots in the EC-Earth redmine portal (https://dev.ec-earth.org/issues/1024). |
Yes we have made some changes to ensure that the static fields are always taken from the
Can you check whether your new CMORization does this correctly for the first time step? |
In the case of clt_3hr, the first timestep contains the information from ICMGG????+000000, and the second contains the prediction at 0300 in ICMGG????+185001, so it is kind of the intended behaviour that you mention, with the only exception that the reported time for these first two timesteps in the cmorized files are 01:30 and 04:30. So it looks like instantaneous values like clt_3hr are being shifted 1:30 into the future. |
Ok yes I see now |
I am planing to repeat the cmorization of some historical and scenario runs produced with old releases of EC-Earth3 (3.3.0). I am using ece2cmor3 v1.8.1 for the new cmorization. I wanted to check that the contents of the new files were consistent with my previous cmorization, so I used the 'cdo diff' command to compare them. I expected some differences from issue #671 (also https://dev.ec-earth.org/issues/922), which I wanted to fix in the new cmorization. I expected those differences to affect a small number of grid points on every timestep. I found that, but also some differences in many ifs variables affecting the majority of grid points, only in the first timestep of the first leg of the historical run.
I have plotted the fields in the first timestep of the cmorized files against the grib output files produced by ifs, and I have found that the data that was written by ece2cmor v1.8.1 in the first timestep comes from the ICMGG????+000000 grib file, while in my original cmorization using ece2cmor3 v1.0.0 it was coming from ICMGG????+185001. I have only checked the clt_3hr variable, but it seems to me that for this timestep the recent ece2cmor3 releases are picking the wrong data.
There are over 90 (of 153) variables showing these extensive differences in the first timestep of my historical run.
The text was updated successfully, but these errors were encountered: