noaa-ocs-modeling / CoupledModelDriver

coupled model configuration generation
https://CoupledModelDriver.readthedocs.io
Creative Commons Zero v1.0 Universal
4 stars 3 forks source link

change `modeled_timestep` to be `forcing_interval` #117

Closed ghost closed 3 years ago

ghost commented 3 years ago

the modeled_timestep attribute of the TimestepForcingJSON configuration object should be forcing_interval instead, and should default to 1 hour. This attribute translates to WTIMINC and RSTIMINC.

https://github.com/noaa-ocs-modeling/CoupledModelDriver/blob/8a3d54a84b42018b18bbbbf43adff75acc26d2a1/coupledmodeldriver/configure/forcings/base.py#L54-L67

@saeed-moghimi-noaa