For checking model diagnostics in case of numerical instability.
Compute the lobal mean of eddy kinetic energy and temperature. Stops the integration if the computed diagnostics are outside of allowable ranges.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=p), | intent(in), | dimension(mx, nx, kx) | :: | vor | Spectral vorticity |
|
| complex(kind=p), | intent(in), | dimension(mx, nx, kx) | :: | div | Spectral divergence |
|
| complex(kind=p), | intent(in), | dimension(mx, nx, kx) | :: | t | Spectral temperature |
|
| integer, | intent(in) | :: | istep | Current time step |
||
| integer, | intent(in) | :: | nstdia | |||
| class(ModSpectral_t), | intent(in) | :: | mod_spectral |