File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,8 @@ def collapse_by_hour_of_day(
108
108
Collapsing of the cube is around the 'time' coordinate. The coordinates are
109
109
first grouped by the hour of day, and then aggregated by the hour of day
110
110
to create a diurnal cycle. This operator is applicable for both single
111
- forecasts and for multiple forecasts.
111
+ forecasts and for multiple forecasts. The hour used is based on the units of
112
+ the time coordinate. If the time coordinate is in UTC, hour will be in UTC.
112
113
113
114
To apply this operator successfully there must only be one time dimension.
114
115
Should a MultiDim exception be raised the user first needs to apply the
Original file line number Diff line number Diff line change 25
25
def long_forecast () -> iris .cube .Cube :
26
26
"""Get long_forecast to run tests on."""
27
27
return iris .load_cube (
28
- "tests/test_data/long_forecast_air_temperature .nc" , "air_temperature"
28
+ "tests/test_data/long_forecast_air_temp_fcst_1 .nc" , "air_temperature"
29
29
)
30
30
31
31
File renamed without changes.
You can’t perform that action at this time.
0 commit comments