We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeed7d3 commit 9e70a8bCopy full SHA for 9e70a8b
geoglows_ecflow/resources/day_one_forecast.py
@@ -257,7 +257,7 @@ def update_forecast_records(
257
258
# set the time variable attributes
259
record.variables["time"].setncattr(
260
- "units", f"hours since {year}0101 00:00:00"
+ "units", f"hours since {year}-01-01 00:00:00"
261
)
262
263
# calculate the number of 3-hourly timesteps that will occur this year
0 commit comments