firedrakeproject / gusto

Three dimensional atmospheric dynamical core using the Gung Ho numerics.

Home Page:http://firedrakeproject.org/gusto/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Controlling dumping of global diagnostics

tommbendall opened this issue · comments

Current every global diagnostic is evaluated every time step and written out.

We should be able to control these to make it less frequent.

It is also important to think about how this interacts with the checkpointing. If we pick-up from a checkpointed run that ran beyond the last checkpointed time step then the diagnostics.nc will contain output from some time points twice.

Closing as fixed by #446