Ouranosinc/miranda

some files EC-Earth3/historical/r2i1p1f1/day/pr/ have a different grid

juliettelavoie opened this issue · 1 comments

For EC-Earth3/historical/r2i1p1f1/day/pr/, 16 files have i,j coordinates with 2d lat/lon instead of the normal 1D lat/lon. All the other files have normal coordinates. I don't see a pattern for the files that are different from the other ones. There might have been a mix up of version or grib label ? There are 3 shasum versions in the directory.

The list of files:

pr_day_EC-Earth3_historical_r2i1p1f1_gr_19570101-19571231.nc
pr_day_EC-Earth3_historical_r2i1p1f1_gr_19610101-19611231.nc
pr_day_EC-Earth3_historical_r2i1p1f1_gr_19640101-19641231.nc
pr_day_EC-Earth3_historical_r2i1p1f1_gr_19710101-19711231.nc
pr_day_EC-Earth3_historical_r2i1p1f1_gr_19720101-19721231.nc
pr_day_EC-Earth3_historical_r2i1p1f1_gr_19730101-19731231.nc
pr_day_EC-Earth3_historical_r2i1p1f1_gr_19760101-19761231.nc
pr_day_EC-Earth3_historical_r2i1p1f1_gr_19810101-19811231.nc
pr_day_EC-Earth3_historical_r2i1p1f1_gr_19840101-19841231.nc
pr_day_EC-Earth3_historical_r2i1p1f1_gr_19890101-19891231.nc
pr_day_EC-Earth3_historical_r2i1p1f1_gr_19900101-19901231.nc
pr_day_EC-Earth3_historical_r2i1p1f1_gr_19930101-19931231.nc
pr_day_EC-Earth3_historical_r2i1p1f1_gr_19940101-19941231.nc
pr_day_EC-Earth3_historical_r2i1p1f1_gr_19950101-19951231.nc
pr_day_EC-Earth3_historical_r2i1p1f1_gr_19960101-19961231.nc
pr_day_EC-Earth3_historical_r2i1p1f1_gr_20000101-20001231.nc

The i,j coordinates:

  * time                (time) datetime64[ns] 1957-01-01T12:00:00 ... 1957-12...
  * j                   (j) int32 1 2 3 4 5 6 7 ... 250 251 252 253 254 255 256
  * i                   (i) int32 1 2 3 4 5 6 7 ... 506 507 508 509 510 511 512
    latitude            (j, i) float32 ...
    longitude           (j, i) float32 ...

Normal coordinates:

 * time       (time) datetime64[ns] 1958-01-01T12:00:00 ... 1958-12-31T12:00:00
  * lat        (lat) float64 -89.46 -88.77 -88.07 -87.37 ... 88.07 88.77 89.46
  * lon        (lon) float64 0.0 0.7031 1.406 2.109 ... 357.2 357.9 358.6 359.3

Files removed. Closing.