I noticed that the time record (ocean_time) in the output diagnostics files is incorrect when
#undef DIAGNOSTICS_TS
and
# define DIAGNOSTICS_BIO
In the case where the diagnostics file has several output time slices, all elements of ocean_time are identical (and equal to the time of the first output slice) and in units of days.
I undefined DIAGNOSTICS_TS to save disk space and because I am fiddling with the biological model only. When DIAGNOSTICS_TS is defined the output is as expected.
Best, Moritz
faulty ocean_time in diagnostics file
- arango
- Site Admin
- Posts: 1367
- Joined: Wed Feb 26, 2003 4:41 pm
- Location: DMCS, Rutgers University
- Contact:
Re: faulty ocean_time in diagnostics file
Yes, the problem here is that main3d was not calling set_diags. Please update your code. Thank you for reporting this problem.