MOM6
mom_lateral_boundary_diffusion::lateral_boundary_diffusion_cs Type Reference

Detailed Description

Sets parameters for lateral boundary mixing module.

Definition at line 39 of file MOM_lateral_boundary_diffusion.F90.

Collaboration diagram for mom_lateral_boundary_diffusion::lateral_boundary_diffusion_cs:
[legend]

Public variables and constants

integer method
 Determine which of the three methods calculate and apply near boundary layer fluxes. More...
 
integer deg
 Degree of polynomial reconstruction.
 
integer surface_boundary_scheme
 Which boundary layer scheme to use. More...
 
logical limiter
 Controls wether a flux limiter is applied. Only valid when method = 2.
 
logical linear
 If True, apply a linear transition at the base/top of the boundary. The flux will be fully applied at k=k_min and zero at k=k_max.
 
type(remapping_cs) remap_cs
 Control structure to hold remapping configuration.
 
type(kpp_cs), pointer kpp_csp => NULL()
 KPP control structure needed to get BLD.
 
type(energetic_pbl_cs), pointer energetic_pbl_csp => NULL()
 ePBL control structure needed to get BLD
 
type(diag_ctrl), pointer diag => NULL()
 A structure that is used to regulate the timing of diagnostic output.
 

Detailed Description

Sets parameters for lateral boundary mixing module.

Definition at line 39 of file MOM_lateral_boundary_diffusion.F90.

Variables and constants

◆ method

integer mom_lateral_boundary_diffusion::lateral_boundary_diffusion_cs::method

Determine which of the three methods calculate and apply near boundary layer fluxes.

  1. Along layer
  2. Bulk-layer approach (not recommended)

Definition at line 40 of file MOM_lateral_boundary_diffusion.F90.

40  integer :: method !< Determine which of the three methods calculate

◆ surface_boundary_scheme

integer mom_lateral_boundary_diffusion::lateral_boundary_diffusion_cs::surface_boundary_scheme

Which boundary layer scheme to use.

  1. ePBL; 2. KPP

Definition at line 45 of file MOM_lateral_boundary_diffusion.F90.

45  integer :: surface_boundary_scheme !< Which boundary layer scheme to use

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