Skip to content

Commit c85139b

Browse files
committed
tidy up
1 parent 5ddbd3a commit c85139b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/nwp_consumer/internal/entities/modelmetadata.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ class ModelMetadata:
7474
- `entities.coordinates.NWPDimensionCoordinateMap.chunking`
7575
"""
7676

77-
delay_minutes: int | None = None
78-
"""The model delay in minutes. This can be taken from the repository metadata.
79-
"""
80-
8177
def __str__(self) -> str:
8278
"""Return a pretty-printed string representation of the metadata."""
8379
pretty: str = "".join(
@@ -409,7 +405,6 @@ class Models:
409405
],
410406
),
411407
running_hours=[0, 12],
412-
delay_minutes=300,
413408
)
414409
"""MetOffice's Unified Model, in the Global configuration, at a resolution of 10km."""
415410

@@ -443,7 +438,6 @@ class Models:
443438
x_osgb=[int(x) for x in np.arange(start=-239000, stop=857000, step=2000)],
444439
),
445440
running_hours=list(range(0, 24, 6)),
446-
delay_minutes=120,
447441
)
448442
"""MetOffice's Unified Model in the UKV configuration, at a resolution of 2km"""
449443

0 commit comments

Comments
 (0)