coecms / era5grib

Convert NCI ERA5 archive data to GRIB format
Apache License 2.0
6 stars 1 forks source link

UM output always have hour set to 00 #4

Closed ScottWales closed 3 years ago

ScottWales commented 3 years ago

The netcdf intermediate files have units like {code} int64 time(time) ; time:long_name = "time" ; time:units = "days since 2013-06-13 06:00:00" ; time:calendar = "proleptic_gregorian" ; {code} when the start date has a non-zero hour.

The start hour in the units is truncated when CDO converts the file to grib

ScottWales commented 3 years ago

Fixed with 9b6fc86