check_diagnostics Subroutine

public subroutine check_diagnostics(vor, div, t, istep)

Uses

  • proc~~check_diagnostics~~UsesGraph proc~check_diagnostics check_diagnostics module~spectral spectral proc~check_diagnostics->module~spectral module~params params proc~check_diagnostics->module~params module~spectral->module~params

Prints global means of eddy kinetic energy and temperature. Also stops the integration if the computed diagnostics are outside of allowable ranges.

Arguments

Type IntentOptional AttributesName
complex, intent(in), dimension(mx,nx,kx):: vor

Spectral vorticity

complex, intent(in), dimension(mx,nx,kx):: div

Spectral divergence

complex, intent(in), dimension(mx,nx,kx):: t

Spectral temperature

integer, intent(in) :: istep

Current time step


Calls

proc~~check_diagnostics~~CallsGraph proc~check_diagnostics check_diagnostics proc~inverse_laplacian inverse_laplacian proc~check_diagnostics->proc~inverse_laplacian

Contents

None