ai2cm / fv3net

explore the FV3 data for parameterization
MIT License
16 stars 3 forks source link

`IntervalStepper.n_calls` option #2360

Closed AnnaKwa closed 12 months ago

AnnaKwa commented 1 year ago

This adds the optional config arg n_calls to the IntervalStepper class. It can be used to prescribe the first N reservoir timesteps to a reference dataset during synchronization, after which the interval stepper will not be used to set the state.

It is up to the user to properly configure the interval stepper n_calls to be the same value as the synchronization steps for the reservoir.