MOM6
mom_entrain_diffusive::entrain_diffusive_cs Type Reference

Detailed Description

Definition at line 86 of file MOM_entrain_diffusive.F90.

Collaboration diagram for mom_entrain_diffusive::entrain_diffusive_cs:
[legend]

Public variables and constants

logical bulkmixedlayer
 
logical correct_density
 
integer max_ent_it
 
real tolerance_ent
 
type(diag_ctrl), pointer diag
 
integer id_kd = -1
 
integer id_diff_work = -1
 

Variables and constants

◆ bulkmixedlayer

logical mom_entrain_diffusive::entrain_diffusive_cs::bulkmixedlayer

Definition at line 87 of file MOM_entrain_diffusive.F90.

87  logical :: bulkmixedlayer ! If true, a refined bulk mixed layer is used with

◆ correct_density

logical mom_entrain_diffusive::entrain_diffusive_cs::correct_density

Definition at line 90 of file MOM_entrain_diffusive.F90.

90  logical :: correct_density ! If true, the layer densities are restored toward

◆ diag

type(diag_ctrl), pointer mom_entrain_diffusive::entrain_diffusive_cs::diag

Definition at line 96 of file MOM_entrain_diffusive.F90.

96  type(diag_ctrl), pointer :: diag ! A structure that is used to regulate the

◆ id_diff_work

integer mom_entrain_diffusive::entrain_diffusive_cs::id_diff_work = -1

Definition at line 98 of file MOM_entrain_diffusive.F90.

◆ id_kd

integer mom_entrain_diffusive::entrain_diffusive_cs::id_kd = -1

Definition at line 98 of file MOM_entrain_diffusive.F90.

98  integer :: id_kd = -1, id_diff_work = -1

◆ max_ent_it

integer mom_entrain_diffusive::entrain_diffusive_cs::max_ent_it

Definition at line 92 of file MOM_entrain_diffusive.F90.

92  integer :: max_ent_it ! The maximum number of iterations that may be

◆ tolerance_ent

real mom_entrain_diffusive::entrain_diffusive_cs::tolerance_ent

Definition at line 94 of file MOM_entrain_diffusive.F90.

94  real :: tolerance_ent ! The tolerance with which to solve for entrainment

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