|
MOM6
|
Sets parameters for lateral boundary mixing module.
Definition at line 39 of file MOM_lateral_boundary_diffusion.F90.
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. | |
Sets parameters for lateral boundary mixing module.
Definition at line 39 of file MOM_lateral_boundary_diffusion.F90.
| integer mom_lateral_boundary_diffusion::lateral_boundary_diffusion_cs::method |
Determine which of the three methods calculate and apply near boundary layer fluxes.
Definition at line 40 of file MOM_lateral_boundary_diffusion.F90.
| integer mom_lateral_boundary_diffusion::lateral_boundary_diffusion_cs::surface_boundary_scheme |
Which boundary layer scheme to use.
Definition at line 45 of file MOM_lateral_boundary_diffusion.F90.