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.
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.