MOM6
mom_energetic_pbl::epbl_column_diags Type Reference

Detailed Description

A type for conveniently passing around ePBL diagnostics for a column.

Definition at line 221 of file MOM_energetic_PBL.F90.

Collaboration diagram for mom_energetic_pbl::epbl_column_diags:
[legend]

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...
 

Variables and constants

◆ ds_expect

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.

231  real, allocatable, dimension(:) :: dS_expect !< Expected salinity changes [ppt]

◆ dt_expect

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.

230  real, allocatable, dimension(:) :: dT_expect !< Expected temperature changes [degC]

◆ dtke_conv

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.

223  real :: dTKE_conv, dTKE_forcing, dTKE_wind, dTKE_mixing

◆ dtke_conv_decay

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.

◆ dtke_forcing

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.

◆ dtke_mech_decay

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.

◆ dtke_mixing

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.

◆ dtke_mke

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.

224  real :: dTKE_MKE, dTKE_mech_decay, dTKE_conv_decay

◆ dtke_wind

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.

◆ la

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.

226  real :: LA !< The value of the Langmuir number [nondim]

◆ lamod

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.

227  real :: LAmod !< The modified Langmuir number by convection [nondim]

◆ mstar

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.

228  real :: mstar !< The value of mstar used in ePBL [nondim]

◆ mstar_lt

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.

229  real :: mstar_LT !< The portion of mstar due to Langmuir turbulence [nondim]

The documentation for this type was generated from the following file: