Open nbren12 opened 2 years ago
cc @spencerkclark
I don't know how to make this change. @spencerkclark do you know of an example commit/pr which modifies the dycore diags?
This is maybe a good example PR: https://github.com/ai2cm/fv3gfs-fortran/pull/111. It does something similar for the total tendency due to physics for some tracers (implemented as dynamical core diagnostics). Implementing coarse versions of them is optional.
These are useful diagnostics to have. We currently compute using the python wrapped fv3gfs in fv3net, but it would be nice to plug-in to the fortran infrastructure as well. The microphysics emulation code doesn't require the wrapped python model, and it would be nice to avoid depending on it for diagnostics only.