MOM6
|
A type for conveniently passing around ePBL diagnostics for a column.
Definition at line 221 of file MOM_energetic_PBL.F90.
Public variables and constants | |
real | dtke_conv |
Local column copies of energy change diagnostics, all in [R Z3 T-3 ~> W m-2]. More... | |
real | dtke_forcing |
Local column copies of energy change diagnostics, all in [R Z3 T-3 ~> W m-2]. More... | |
real | dtke_wind |
Local column copies of energy change diagnostics, all in [R Z3 T-3 ~> W m-2]. More... | |
real | dtke_mixing |
Local column copies of energy change diagnostics, all in [R Z3 T-3 ~> W m-2]. More... | |
real | dtke_mke |
Local column copies of energy change diagnostics, all in [R Z3 T-3 ~> W m-2]. More... | |
real | dtke_mech_decay |
Local column copies of energy change diagnostics, all in [R Z3 T-3 ~> W m-2]. More... | |
real | dtke_conv_decay |
Local column copies of energy change diagnostics, all in [R Z3 T-3 ~> W m-2]. More... | |
real | la |
The value of the Langmuir number [nondim]. More... | |
real | lamod |
The modified Langmuir number by convection [nondim]. More... | |
real | mstar |
The value of mstar used in ePBL [nondim]. More... | |
real | mstar_lt |
The portion of mstar due to Langmuir turbulence [nondim]. More... | |
real, dimension(:), allocatable | dt_expect |
Expected temperature changes [degC]. More... | |
real, dimension(:), allocatable | ds_expect |
Expected salinity changes [ppt]. More... | |
real, dimension(:), allocatable mom_energetic_pbl::epbl_column_diags::ds_expect |
Expected salinity changes [ppt].
Definition at line 231 of file MOM_energetic_PBL.F90.
real, dimension(:), allocatable mom_energetic_pbl::epbl_column_diags::dt_expect |
Expected temperature changes [degC].
Definition at line 230 of file MOM_energetic_PBL.F90.
real mom_energetic_pbl::epbl_column_diags::dtke_conv |
Local column copies of energy change diagnostics, all in [R Z3 T-3 ~> W m-2].
Definition at line 223 of file MOM_energetic_PBL.F90.
real mom_energetic_pbl::epbl_column_diags::dtke_conv_decay |
Local column copies of energy change diagnostics, all in [R Z3 T-3 ~> W m-2].
Definition at line 224 of file MOM_energetic_PBL.F90.
real mom_energetic_pbl::epbl_column_diags::dtke_forcing |
Local column copies of energy change diagnostics, all in [R Z3 T-3 ~> W m-2].
Definition at line 223 of file MOM_energetic_PBL.F90.
real mom_energetic_pbl::epbl_column_diags::dtke_mech_decay |
Local column copies of energy change diagnostics, all in [R Z3 T-3 ~> W m-2].
Definition at line 224 of file MOM_energetic_PBL.F90.
real mom_energetic_pbl::epbl_column_diags::dtke_mixing |
Local column copies of energy change diagnostics, all in [R Z3 T-3 ~> W m-2].
Definition at line 223 of file MOM_energetic_PBL.F90.
real mom_energetic_pbl::epbl_column_diags::dtke_mke |
Local column copies of energy change diagnostics, all in [R Z3 T-3 ~> W m-2].
Definition at line 224 of file MOM_energetic_PBL.F90.
real mom_energetic_pbl::epbl_column_diags::dtke_wind |
Local column copies of energy change diagnostics, all in [R Z3 T-3 ~> W m-2].
Definition at line 223 of file MOM_energetic_PBL.F90.
real mom_energetic_pbl::epbl_column_diags::la |
The value of the Langmuir number [nondim].
Definition at line 226 of file MOM_energetic_PBL.F90.
real mom_energetic_pbl::epbl_column_diags::lamod |
The modified Langmuir number by convection [nondim].
Definition at line 227 of file MOM_energetic_PBL.F90.
real mom_energetic_pbl::epbl_column_diags::mstar |
The value of mstar used in ePBL [nondim].
Definition at line 228 of file MOM_energetic_PBL.F90.
real mom_energetic_pbl::epbl_column_diags::mstar_lt |
The portion of mstar due to Langmuir turbulence [nondim].
Definition at line 229 of file MOM_energetic_PBL.F90.