Skip to content

Commit c13071f

Browse files
committed
add days
1 parent e073496 commit c13071f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nwp_consumer/internal/entities/modelmetadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ class Models:
239239
resolution="0.1 degrees",
240240
expected_coordinates=NWPDimensionCoordinateMap(
241241
init_time=[],
242-
step=list(range(0, 85, 1)),
242+
step=[*list(range(0, 85, 1)), 96, 120, 144, 168],
243243
variable=[
244244
Parameter.WIND_U_COMPONENT_10m,
245245
Parameter.WIND_V_COMPONENT_10m,

0 commit comments

Comments
 (0)