MOM6
|
The control structure for the MOM_diagnostics module.
Definition at line 50 of file MOM_diagnostics.F90.
Public variables and constants | |
real | mono_n2_column_fraction = 0. |
The lower fraction of water column over which N2 is limited as monotonic for the purposes of calculating the equivalent barotropic wave speed. More... | |
real | mono_n2_depth = -1. |
The depth below which N2 is limited as monotonic for the purposes of calculating the equivalent barotropic wave speed [Z ~> m]. More... | |
type(diag_ctrl), pointer | diag => NULL() |
A structure that is used to regulate the timing of diagnostic output. More... | |
real, dimension(:,:,:), pointer | e => NULL() |
interface height [Z ~> m] More... | |
real, dimension(:,:,:), pointer | e_d => NULL() |
interface height above bottom [Z ~> m] More... | |
real, dimension(:,:,:), pointer | du_dt => NULL() |
net i-acceleration [L T-2 ~> m s-2] More... | |
real, dimension(:,:,:), pointer | dv_dt => NULL() |
net j-acceleration [L T-2 ~> m s-2] More... | |
real, dimension(:,:,:), pointer | dh_dt => NULL() |
thickness rate of change [H T-1 ~> m s-1 or kg m-2 s-1] More... | |
real, dimension(:,:,:), pointer | p_ebt => NULL() |
Equivalent barotropic modal structure [nondim]. More... | |
real, dimension(:,:,:), pointer | h_rlay => NULL() |
Layer thicknesses in potential density coordinates [H ~> m or kg m-2]. More... | |
real, dimension(:,:,:), pointer | uh_rlay => NULL() |
Zonal transports in potential density coordinates [H m2 s-1 ~> m3 s-1 or kg s-1]. More... | |
real, dimension(:,:,:), pointer | vh_rlay => NULL() |
Meridional transports in potential density coordinates [H m2 s-1 ~> m3 s-1 or kg s-1]. More... | |
real, dimension(:,:,:), pointer | uhgm_rlay => NULL() |
Zonal Gent-McWilliams transports in potential density coordinates [H m2 s-1 ~> m3 s-1 or kg s-1]. More... | |
real, dimension(:,:,:), pointer | vhgm_rlay => NULL() |
Meridional Gent-McWilliams transports in potential density coordinates [H m2 s-1 ~> m3 s-1 or kg s-1]. More... | |
real, dimension(:,:), pointer | cg1 => NULL() |
First baroclinic gravity wave speed [L T-1 ~> m s-1]. More... | |
real, dimension(:,:), pointer | rd1 => NULL() |
First baroclinic deformation radius [L ~> m]. More... | |
real, dimension(:,:), pointer | cfl_cg1 => NULL() |
CFL for first baroclinic gravity wave speed [nondim]. More... | |
real, dimension(:,:), pointer | cfl_cg1_x => NULL() |
i-component of CFL for first baroclinic gravity wave speed [nondim] More... | |
real, dimension(:,:), pointer | cfl_cg1_y => NULL() |
j-component of CFL for first baroclinic gravity wave speed [nondim] More... | |
real, dimension(:,:,:), pointer | ke => NULL() |
KE per unit mass [L2 T-2 ~> m2 s-2]. More... | |
real, dimension(:,:,:), pointer | dke_dt => NULL() |
time derivative of the layer KE [H L2 T-3 ~> m3 s-3] More... | |
real, dimension(:,:,:), pointer | pe_to_ke => NULL() |
potential energy to KE term [m3 s-3] More... | |
real, dimension(:,:,:), pointer | ke_coradv => NULL() |
KE source from the combined Coriolis and. More... | |
real, dimension(:,:,:), pointer | ke_adv => NULL() |
KE source from along-layer advection [H L2 T-3 ~> m3 s-3]. More... | |
real, dimension(:,:,:), pointer | ke_visc => NULL() |
KE source from vertical viscosity [H L2 T-3 ~> m3 s-3]. More... | |
real, dimension(:,:,:), pointer | ke_horvisc => NULL() |
KE source from horizontal viscosity [H L2 T-3 ~> m3 s-3]. More... | |
real, dimension(:,:,:), pointer | ke_dia => NULL() |
KE source from diapycnal diffusion [H L2 T-3 ~> m3 s-3]. More... | |
integer | id_u = -1 |
Diagnostic IDs. More... | |
integer | id_v = -1 |
Diagnostic IDs. More... | |
integer | id_h = -1 |
Diagnostic IDs. More... | |
integer | id_e = -1 |
Diagnostic IDs. More... | |
integer | id_e_d = -1 |
Diagnostic IDs. More... | |
integer | id_du_dt = -1 |
Diagnostic IDs. More... | |
integer | id_dv_dt = -1 |
Diagnostic IDs. More... | |
integer | id_col_ht = -1 |
Diagnostic IDs. More... | |
integer | id_dh_dt = -1 |
Diagnostic IDs. More... | |
integer | id_ke = -1 |
Diagnostic IDs. More... | |
integer | id_dkedt = -1 |
Diagnostic IDs. More... | |
integer | id_pe_to_ke = -1 |
Diagnostic IDs. More... | |
integer | id_ke_coradv = -1 |
Diagnostic IDs. More... | |
integer | id_ke_adv = -1 |
Diagnostic IDs. More... | |
integer | id_ke_visc = -1 |
Diagnostic IDs. More... | |
integer | id_ke_horvisc = -1 |
Diagnostic IDs. More... | |
integer | id_ke_dia = -1 |
Diagnostic IDs. More... | |
integer | id_uh_rlay = -1 |
Diagnostic IDs. More... | |
integer | id_vh_rlay = -1 |
Diagnostic IDs. More... | |
integer | id_uhgm_rlay = -1 |
Diagnostic IDs. More... | |
integer | id_vhgm_rlay = -1 |
Diagnostic IDs. More... | |
integer | id_h_rlay = -1 |
Diagnostic IDs. More... | |
integer | id_rd1 = -1 |
Diagnostic IDs. More... | |
integer | id_rml = -1 |
Diagnostic IDs. More... | |
integer | id_rcv = -1 |
Diagnostic IDs. More... | |
integer | id_cg1 = -1 |
Diagnostic IDs. More... | |
integer | id_cfl_cg1 = -1 |
Diagnostic IDs. More... | |
integer | id_cfl_cg1_x = -1 |
Diagnostic IDs. More... | |
integer | id_cfl_cg1_y = -1 |
Diagnostic IDs. More... | |
integer | id_cg_ebt = -1 |
Diagnostic IDs. More... | |
integer | id_rd_ebt = -1 |
Diagnostic IDs. More... | |
integer | id_p_ebt = -1 |
Diagnostic IDs. More... | |
integer | id_temp_int = -1 |
Diagnostic IDs. More... | |
integer | id_salt_int = -1 |
Diagnostic IDs. More... | |
integer | id_mass_wt = -1 |
Diagnostic IDs. More... | |
integer | id_col_mass = -1 |
Diagnostic IDs. More... | |
integer | id_masscello = -1 |
Diagnostic IDs. More... | |
integer | id_masso = -1 |
Diagnostic IDs. More... | |
integer | id_volcello = -1 |
Diagnostic IDs. More... | |
integer | id_tpot = -1 |
Diagnostic IDs. More... | |
integer | id_sprac = -1 |
Diagnostic IDs. More... | |
integer | id_tob = -1 |
Diagnostic IDs. More... | |
integer | id_sob = -1 |
Diagnostic IDs. More... | |
integer | id_thetaoga = -1 |
Diagnostic IDs. More... | |
integer | id_soga = -1 |
Diagnostic IDs. More... | |
integer | id_sosga = -1 |
Diagnostic IDs. More... | |
integer | id_tosga = -1 |
Diagnostic IDs. More... | |
integer | id_temp_layer_ave = -1 |
Diagnostic IDs. More... | |
integer | id_salt_layer_ave = -1 |
Diagnostic IDs. More... | |
integer | id_pbo = -1 |
Diagnostic IDs. More... | |
integer | id_thkcello = -1 |
Diagnostic IDs. More... | |
integer | id_rhoinsitu = -1 |
Diagnostic IDs. More... | |
integer | id_rhopot0 = -1 |
Diagnostic IDs. More... | |
integer | id_rhopot2 = -1 |
Diagnostic IDs. More... | |
integer | id_h_pre_sync = -1 |
Diagnostic IDs. More... | |
type(wave_speed_cs), pointer | wave_speed_csp => NULL() |
The control structure for calculating wave speed. More... | |
type(p3d), dimension(50) | var_ptr |
pointers to variables used in the calculation of time derivatives More... | |
type(p3d), dimension(50) | deriv |
Time derivatives of various fields. More... | |
type(p3d), dimension(50) | prev_val |
Previous values of variables used in the calculation of time derivatives previous values of variables used in calculation of time derivatives. More... | |
integer, dimension(50) | nlay |
The number of layers in each diagnostics. More... | |
integer | num_time_deriv = 0 |
The number of time derivative diagnostics. More... | |
type(group_pass_type) | pass_ke_uv |
A handle used for group halo passes. More... | |
real, dimension(:,:), pointer mom_diagnostics::diagnostics_cs::cfl_cg1 => NULL() |
CFL for first baroclinic gravity wave speed [nondim].
Definition at line 86 of file MOM_diagnostics.F90.
real, dimension(:,:), pointer mom_diagnostics::diagnostics_cs::cfl_cg1_x => NULL() |
i-component of CFL for first baroclinic gravity wave speed [nondim]
Definition at line 86 of file MOM_diagnostics.F90.
real, dimension(:,:), pointer mom_diagnostics::diagnostics_cs::cfl_cg1_y => NULL() |
j-component of CFL for first baroclinic gravity wave speed [nondim]
Definition at line 86 of file MOM_diagnostics.F90.
real, dimension(:,:), pointer mom_diagnostics::diagnostics_cs::cg1 => NULL() |
First baroclinic gravity wave speed [L T-1 ~> m s-1].
Definition at line 86 of file MOM_diagnostics.F90.
type(p3d), dimension( 50 ) mom_diagnostics::diagnostics_cs::deriv |
Time derivatives of various fields.
Definition at line 143 of file MOM_diagnostics.F90.
real, dimension(:,:,:), pointer mom_diagnostics::diagnostics_cs::dh_dt => NULL() |
thickness rate of change [H T-1 ~> m s-1 or kg m-2 s-1]
Definition at line 68 of file MOM_diagnostics.F90.
type(diag_ctrl), pointer mom_diagnostics::diagnostics_cs::diag => NULL() |
A structure that is used to regulate the timing of diagnostic output.
Definition at line 57 of file MOM_diagnostics.F90.
real, dimension(:,:,:), pointer mom_diagnostics::diagnostics_cs::dke_dt => NULL() |
time derivative of the layer KE [H L2 T-3 ~> m3 s-3]
Definition at line 94 of file MOM_diagnostics.F90.
real, dimension(:,:,:), pointer mom_diagnostics::diagnostics_cs::du_dt => NULL() |
real, dimension(:,:,:), pointer mom_diagnostics::diagnostics_cs::dv_dt => NULL() |
net j-acceleration [L T-2 ~> m s-2]
Definition at line 68 of file MOM_diagnostics.F90.
real, dimension(:,:,:), pointer mom_diagnostics::diagnostics_cs::e => NULL() |
interface height [Z ~> m]
Definition at line 63 of file MOM_diagnostics.F90.
real, dimension(:,:,:), pointer mom_diagnostics::diagnostics_cs::e_d => NULL() |
interface height above bottom [Z ~> m]
Definition at line 63 of file MOM_diagnostics.F90.
real, dimension(:,:,:), pointer mom_diagnostics::diagnostics_cs::h_rlay => NULL() |
Layer thicknesses in potential density coordinates [H ~> m or kg m-2].
Definition at line 74 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_cfl_cg1 = -1 |
Diagnostic IDs.
Definition at line 121 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_cfl_cg1_x = -1 |
Diagnostic IDs.
Definition at line 122 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_cfl_cg1_y = -1 |
Diagnostic IDs.
Definition at line 122 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_cg1 = -1 |
Diagnostic IDs.
Definition at line 121 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_cg_ebt = -1 |
Diagnostic IDs.
Definition at line 123 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_col_ht = -1 |
Diagnostic IDs.
Definition at line 112 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_col_mass = -1 |
Diagnostic IDs.
Definition at line 126 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_dh_dt = -1 |
Diagnostic IDs.
Definition at line 112 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_dkedt = -1 |
Diagnostic IDs.
Definition at line 113 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_du_dt = -1 |
Diagnostic IDs.
Definition at line 111 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_dv_dt = -1 |
Diagnostic IDs.
Definition at line 111 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_e = -1 |
Diagnostic IDs.
Definition at line 110 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_e_d = -1 |
Diagnostic IDs.
Definition at line 110 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_h = -1 |
Diagnostic IDs.
Definition at line 109 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_h_pre_sync = -1 |
Diagnostic IDs.
Definition at line 137 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_h_rlay = -1 |
Diagnostic IDs.
Definition at line 119 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_ke = -1 |
Diagnostic IDs.
Definition at line 113 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_ke_adv = -1 |
Diagnostic IDs.
Definition at line 115 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_ke_coradv = -1 |
Diagnostic IDs.
Definition at line 114 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_ke_dia = -1 |
Diagnostic IDs.
Definition at line 116 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_ke_horvisc = -1 |
Diagnostic IDs.
Definition at line 116 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_ke_visc = -1 |
Diagnostic IDs.
Definition at line 115 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_mass_wt = -1 |
Diagnostic IDs.
Definition at line 126 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_masscello = -1 |
Diagnostic IDs.
Definition at line 127 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_masso = -1 |
Diagnostic IDs.
Definition at line 127 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_p_ebt = -1 |
integer mom_diagnostics::diagnostics_cs::id_pbo = -1 |
integer mom_diagnostics::diagnostics_cs::id_pe_to_ke = -1 |
Diagnostic IDs.
Definition at line 114 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_rcv = -1 |
Diagnostic IDs.
Definition at line 120 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_rd1 = -1 |
Diagnostic IDs.
Definition at line 119 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_rd_ebt = -1 |
Diagnostic IDs.
Definition at line 123 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_rhoinsitu = -1 |
Diagnostic IDs.
Definition at line 135 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_rhopot0 = -1 |
Diagnostic IDs.
Definition at line 136 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_rhopot2 = -1 |
Diagnostic IDs.
Definition at line 136 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_rml = -1 |
Diagnostic IDs.
Definition at line 120 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_salt_int = -1 |
Diagnostic IDs.
Definition at line 125 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_salt_layer_ave = -1 |
Diagnostic IDs.
Definition at line 133 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_sob = -1 |
Diagnostic IDs.
Definition at line 130 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_soga = -1 |
Diagnostic IDs.
Definition at line 131 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_sosga = -1 |
Diagnostic IDs.
Definition at line 132 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_sprac = -1 |
Diagnostic IDs.
Definition at line 129 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_temp_int = -1 |
Diagnostic IDs.
Definition at line 125 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_temp_layer_ave = -1 |
Diagnostic IDs.
Definition at line 133 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_thetaoga = -1 |
Diagnostic IDs.
Definition at line 131 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_thkcello = -1 |
Diagnostic IDs.
Definition at line 135 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_tob = -1 |
Diagnostic IDs.
Definition at line 130 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_tosga = -1 |
Diagnostic IDs.
Definition at line 132 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_tpot = -1 |
Diagnostic IDs.
Definition at line 129 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_u = -1 |
Diagnostic IDs.
Definition at line 109 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_uh_rlay = -1 |
Diagnostic IDs.
Definition at line 117 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_uhgm_rlay = -1 |
Diagnostic IDs.
Definition at line 118 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_v = -1 |
Diagnostic IDs.
Definition at line 109 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_vh_rlay = -1 |
Diagnostic IDs.
Definition at line 117 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_vhgm_rlay = -1 |
Diagnostic IDs.
Definition at line 118 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::id_volcello = -1 |
real, dimension(:,:,:), pointer mom_diagnostics::diagnostics_cs::ke => NULL() |
real, dimension(:,:,:), pointer mom_diagnostics::diagnostics_cs::ke_adv => NULL() |
KE source from along-layer advection [H L2 T-3 ~> m3 s-3].
Definition at line 94 of file MOM_diagnostics.F90.
real, dimension(:,:,:), pointer mom_diagnostics::diagnostics_cs::ke_coradv => NULL() |
KE source from the combined Coriolis and.
Definition at line 94 of file MOM_diagnostics.F90.
real, dimension(:,:,:), pointer mom_diagnostics::diagnostics_cs::ke_dia => NULL() |
KE source from diapycnal diffusion [H L2 T-3 ~> m3 s-3].
Definition at line 94 of file MOM_diagnostics.F90.
real, dimension(:,:,:), pointer mom_diagnostics::diagnostics_cs::ke_horvisc => NULL() |
KE source from horizontal viscosity [H L2 T-3 ~> m3 s-3].
Definition at line 94 of file MOM_diagnostics.F90.
real, dimension(:,:,:), pointer mom_diagnostics::diagnostics_cs::ke_visc => NULL() |
KE source from vertical viscosity [H L2 T-3 ~> m3 s-3].
Definition at line 94 of file MOM_diagnostics.F90.
real mom_diagnostics::diagnostics_cs::mono_n2_column_fraction = 0. |
The lower fraction of water column over which N2 is limited as monotonic for the purposes of calculating the equivalent barotropic wave speed.
Definition at line 51 of file MOM_diagnostics.F90.
real mom_diagnostics::diagnostics_cs::mono_n2_depth = -1. |
The depth below which N2 is limited as monotonic for the purposes of calculating the equivalent barotropic wave speed [Z ~> m].
Definition at line 54 of file MOM_diagnostics.F90.
integer, dimension( 50 ) mom_diagnostics::diagnostics_cs::nlay |
The number of layers in each diagnostics.
Definition at line 147 of file MOM_diagnostics.F90.
integer mom_diagnostics::diagnostics_cs::num_time_deriv = 0 |
The number of time derivative diagnostics.
Definition at line 148 of file MOM_diagnostics.F90.
real, dimension(:,:,:), pointer mom_diagnostics::diagnostics_cs::p_ebt => NULL() |
Equivalent barotropic modal structure [nondim].
Definition at line 68 of file MOM_diagnostics.F90.
type(group_pass_type) mom_diagnostics::diagnostics_cs::pass_ke_uv |
A handle used for group halo passes.
Definition at line 150 of file MOM_diagnostics.F90.
real, dimension(:,:,:), pointer mom_diagnostics::diagnostics_cs::pe_to_ke => NULL() |
potential energy to KE term [m3 s-3]
Definition at line 94 of file MOM_diagnostics.F90.
type(p3d), dimension( 50 ) mom_diagnostics::diagnostics_cs::prev_val |
Previous values of variables used in the calculation of time derivatives previous values of variables used in calculation of time derivatives.
Definition at line 144 of file MOM_diagnostics.F90.
real, dimension(:,:), pointer mom_diagnostics::diagnostics_cs::rd1 => NULL() |
First baroclinic deformation radius [L ~> m].
Definition at line 86 of file MOM_diagnostics.F90.
real, dimension(:,:,:), pointer mom_diagnostics::diagnostics_cs::uh_rlay => NULL() |
Zonal transports in potential density coordinates [H m2 s-1 ~> m3 s-1 or kg s-1].
Definition at line 76 of file MOM_diagnostics.F90.
real, dimension(:,:,:), pointer mom_diagnostics::diagnostics_cs::uhgm_rlay => NULL() |
Zonal Gent-McWilliams transports in potential density coordinates [H m2 s-1 ~> m3 s-1 or kg s-1].
Definition at line 80 of file MOM_diagnostics.F90.
type(p3d), dimension( 50 ) mom_diagnostics::diagnostics_cs::var_ptr |
pointers to variables used in the calculation of time derivatives
Definition at line 141 of file MOM_diagnostics.F90.
real, dimension(:,:,:), pointer mom_diagnostics::diagnostics_cs::vh_rlay => NULL() |
Meridional transports in potential density coordinates [H m2 s-1 ~> m3 s-1 or kg s-1].
Definition at line 78 of file MOM_diagnostics.F90.
real, dimension(:,:,:), pointer mom_diagnostics::diagnostics_cs::vhgm_rlay => NULL() |
Meridional Gent-McWilliams transports in potential density coordinates [H m2 s-1 ~> m3 s-1 or kg s-1].
Definition at line 82 of file MOM_diagnostics.F90.
type(wave_speed_cs), pointer mom_diagnostics::diagnostics_cs::wave_speed_csp => NULL() |
The control structure for calculating wave speed.
Definition at line 139 of file MOM_diagnostics.F90.