DataReplay¶
GlobalNVIDIAPyTorch
Import path: earth2studio.models.px.DataReplay
Documentation¶
Bases: Module, PrognosticMixin
Replay a data source through the prognostic model interface.
Data sources are queried at successive valid times. Forecast sources are queried at successive lead times from the initial time.
Parameters:
-
source(DataSource | ForecastSource) –Source to replay.
-
variable(str | list[str]) –Variables to fetch.
-
domain_coords(CoordSystem) –Spatial coordinates expected from the source.
-
step(timedelta64, default:timedelta64(6, 'h')) –Time between frames, by default np.timedelta64(6, "h")