diff --git a/lib/iris/fileformats/nimrod_load_rules.py b/lib/iris/fileformats/nimrod_load_rules.py index 81e1b8cf41..7a0fd20fb9 100644 --- a/lib/iris/fileformats/nimrod_load_rules.py +++ b/lib/iris/fileformats/nimrod_load_rules.py @@ -233,9 +233,8 @@ def reference_time(cube, field): field.dt_hour, field.dt_minute, ) - ref_time_coord = DimCoord( - np.array(TIME_UNIT.date2num(data_date), dtype=np.int64), + np.array(np.round(TIME_UNIT.date2num(data_date)), dtype=np.int64), standard_name="forecast_reference_time", units=TIME_UNIT, )