You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should most likely be a PeriodicCallback (rather than a PresetTimeCallback), which calls the update to interpolate water levels.
This also means the easiest place for the SubgridLevelExporter is in the Parameters struct, not the Model, since the Callbacks have much easier access to the structure via integrator.p.
The text was updated successfully, but these errors were encountered:
This should most likely be a PeriodicCallback (rather than a PresetTimeCallback), which calls the update to interpolate water levels.
This also means the easiest place for the SubgridLevelExporter is in the Parameters struct, not the Model, since the Callbacks have much easier access to the structure via
integrator.p
.The text was updated successfully, but these errors were encountered: