MOM6
mom_diffconvection::diffconvection_cs Type Reference

Detailed Description

Definition at line 19 of file MOM_diffConvection.F90.

Collaboration diagram for mom_diffconvection::diffconvection_cs:
[legend]

Public variables and constants

real kd_convection
 
logical debug
 
logical passivemode
 
type(diag_ctrl), pointer diag => NULL()
 
integer id_n2 = -1
 
integer id_kd_conv = -1
 
real, dimension(:,:,:), allocatable n2
 
real, dimension(:,:,:), allocatable kd_conv
 

Variables and constants

◆ debug

logical mom_diffconvection::diffconvection_cs::debug

Definition at line 23 of file MOM_diffConvection.F90.

23  logical :: debug ! If true, turn on debugging

◆ diag

type(diag_ctrl), pointer mom_diffconvection::diffconvection_cs::diag => NULL()

Definition at line 27 of file MOM_diffConvection.F90.

27  type(diag_ctrl), pointer :: diag => null()

◆ id_kd_conv

integer mom_diffconvection::diffconvection_cs::id_kd_conv = -1

Definition at line 28 of file MOM_diffConvection.F90.

◆ id_n2

integer mom_diffconvection::diffconvection_cs::id_n2 = -1

Definition at line 28 of file MOM_diffConvection.F90.

28  integer :: id_n2 = -1, id_kd_conv = -1

◆ kd_conv

real, dimension(:,:,:), allocatable mom_diffconvection::diffconvection_cs::kd_conv

Definition at line 32 of file MOM_diffConvection.F90.

32  real, allocatable, dimension(:,:,:) :: kd_conv ! Diffusivity added by convection (m2/s)

◆ kd_convection

real mom_diffconvection::diffconvection_cs::kd_convection

Definition at line 22 of file MOM_diffConvection.F90.

22  real :: kd_convection ! The value of diffusivity to add at statically unstable interfaces (m2/s)

◆ n2

real, dimension(:,:,:), allocatable mom_diffconvection::diffconvection_cs::n2

Definition at line 31 of file MOM_diffConvection.F90.

31  real, allocatable, dimension(:,:,:) :: n2 ! Brunt-Vaisala frequency (1/s2)

◆ passivemode

logical mom_diffconvection::diffconvection_cs::passivemode

Definition at line 24 of file MOM_diffConvection.F90.

24  logical :: passivemode ! If true, make the motions but go nowhere

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