Initialize the ocean_velocity_diag module containing subroutines
diagnosing velocity related properties of the simulation. These are
not terms in the equations, but rather they are diagnosed from
terms.
ocean_velocity_diagnostics
DESCRIPTION
Call diagnostics related to the velocity.
potential_energy
DESCRIPTION
Compute potential energy (Joules) relative to initial time step.
kinetic_energy
DESCRIPTION
Compute global integrated horizontal kinetic energy.
velocity_land_cell_check
DESCRIPTION
See if there are any points over land with nonzero ocean velocity
velocity_change
DESCRIPTION
Determine the number of points that have large single-time step
changes in the abs of the velocity.
NAMELIST
&ocean_velocity_diag_nml
diag_freq
Number of time steps between which compute the diagnostics. [integer, units: dimensionless]
do_bitwise_exact_sum
Set true to do bitwise exact global sum. When it is false, the global
sum will be non-bitwise_exact, but will significantly increase efficiency.
The default value is false. [logical]