Open mandli opened 6 years ago
Currently gauge data is recorded before a time step is taken. This decision will catch the initial condition but has two drawbacks:
setaux
b4step
Note that the latter of these is only an issue to how the gauges record aux values and does not impact the actual time stepping.
Couple of other thoughts:
update_gauges
stepgrid
This needs to be checked to see if this works now.
Currently gauge data is recorded before a time step is taken. This decision will catch the initial condition but has two drawbacks:
setaux
but somewhere else such asb4step
these values will be incorrectly recorded every regridding time.Note that the latter of these is only an issue to how the gauges record aux values and does not impact the actual time stepping.