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 is the case when model time matches the time in the restart file, not same as previous bug).
The times calculated for CHANOBS and CHRTOUT_DOMAIN share a common bug.
One "non-standard" detail: I run at 15minute timestep and output that frequently in both models.
In LSM times, these are the runs
Run 1: 2013-09-12 00:00 - 2013-09-16 00:00
Restart run: 2013-09-13 00:00 - 2013-09-13 06:00 (restarts at 2013-09-13 00:00)
(This is the case when model time matches the time in the restart file, not same as previous bug).
The times calculated for CHANOBS and CHRTOUT_DOMAIN share a common bug.
One "non-standard" detail: I run at 15minute timestep and output that frequently in both models.
In LSM times, these are the runs
Run 1: 2013-09-12 00:00 - 2013-09-16 00:00
Restart run: 2013-09-13 00:00 - 2013-09-13 06:00 (restarts at 2013-09-13 00:00)
Looking at the first CHANOBS output file
but (following in R):
is not the timestamp on the file: 201309130015. The timestamp on the file is correct.
All the following output files are off by exactly the same shift.
If I print diagnostics on the following line in module_HYDRO_io.F:output_chrt() (~ line 2825)
At the first output, I get
Their product is the 23400.
The number should actually be 87300 = (24x60+15)x60
I believe there are issues with both:
The correct calculation might be something more like:
But I dont want to tinker with this myself.
The text was updated successfully, but these errors were encountered: