Skip to content

Commit 06f5f1f

Browse files
committed
feat(ens): Increase number of steps
1 parent 7e2889d commit 06f5f1f

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
@@ -282,7 +282,7 @@ class Models:
282282
resolution="0.1 degrees",
283283
expected_coordinates=NWPDimensionCoordinateMap(
284284
init_time=[],
285-
step=list(range(0, 49, 1)),
285+
step=list(range(0, 56, 1)),
286286
variable=[
287287
Parameter.DOWNWARD_LONGWAVE_RADIATION_FLUX_GL,
288288
Parameter.DOWNWARD_SHORTWAVE_RADIATION_FLUX_GL,

0 commit comments

Comments
 (0)