MOM6
|
The vertvisc_type structure contains vertical viscosities, drag coefficients, and related fields.
Definition at line 184 of file MOM_variables.F90.
Public variables and constants | |
real | prandtl_turb |
The Prandtl number for the turbulent diffusion that is captured in Kd_turb. More... | |
real, dimension(:,:), pointer | bbl_thick_u => NULL() |
The bottom boundary layer thickness at the. More... | |
real, dimension(:,:), pointer | bbl_thick_v => NULL() |
The bottom boundary layer thickness at the. More... | |
real, dimension(:,:), pointer | kv_bbl_u => NULL() |
The bottom boundary layer viscosity at the. More... | |
real, dimension(:,:), pointer | kv_bbl_v => NULL() |
The bottom boundary layer viscosity at the. More... | |
real, dimension(:,:), pointer | ustar_bbl => NULL() |
The turbulence velocity in the bottom boundary. More... | |
real, dimension(:,:), pointer | tke_bbl => NULL() |
A term related to the bottom boundary layer. More... | |
real, dimension(:,:), pointer | taux_shelf => NULL() |
The zonal stresses on the ocean under shelves, in Pa. More... | |
real, dimension(:,:), pointer | tauy_shelf => NULL() |
The meridional stresses on the ocean under shelves, in Pa. More... | |
real, dimension(:,:), pointer | tbl_thick_shelf_u => NULL() |
Thickness of the viscous top boundary. More... | |
real, dimension(:,:), pointer | tbl_thick_shelf_v => NULL() |
Thickness of the viscous top boundary. More... | |
real, dimension(:,:), pointer | kv_tbl_shelf_u => NULL() |
Viscosity in the viscous top boundary layer. More... | |
real, dimension(:,:), pointer | kv_tbl_shelf_v => NULL() |
Viscosity in the viscous top boundary layer. More... | |
real, dimension(:,:), pointer | nkml_visc_u => NULL() |
The number of layers in the viscous surface. More... | |
real, dimension(:,:), pointer | nkml_visc_v => NULL() |
The number of layers in the viscous surface. More... | |
real, dimension(:,:), pointer | mld => NULL() |
Instantaneous active mixing layer depth (H units). More... | |
real, dimension(:,:,:), pointer | ray_u => NULL() |
The Rayleigh drag velocity to be applied to each layer. More... | |
real, dimension(:,:,:), pointer | ray_v => NULL() |
The Rayleigh drag velocity to be applied to each layer. More... | |
real, dimension(:,:,:), pointer | kd_extra_t => NULL() |
The extra diffusivity of temperature due to. More... | |
real, dimension(:,:,:), pointer | kd_extra_s => NULL() |
The extra diffusivity of salinity due to. More... | |
real, dimension(:,:,:), pointer | kd_turb => NULL() |
The turbulent diapycnal diffusivity at the interfaces. More... | |
real, dimension(:,:,:), pointer | kv_turb => NULL() |
The turbulent vertical viscosity at the interfaces. More... | |
real, dimension(:,:,:), pointer | tke_turb => NULL() |
The turbulent kinetic energy per unit mass defined. More... | |
real, dimension(:,:), pointer mom_variables::vertvisc_type::bbl_thick_u => NULL() |
real, dimension(:,:), pointer mom_variables::vertvisc_type::bbl_thick_v => NULL() |
The bottom boundary layer thickness at the.
Definition at line 187 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::vertvisc_type::kd_extra_s => NULL() |
The extra diffusivity of salinity due to.
Definition at line 222 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::vertvisc_type::kd_extra_t => NULL() |
The extra diffusivity of temperature due to.
Definition at line 222 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::vertvisc_type::kd_turb => NULL() |
The turbulent diapycnal diffusivity at the interfaces.
Definition at line 222 of file MOM_variables.F90.
real, dimension(:,:), pointer mom_variables::vertvisc_type::kv_bbl_u => NULL() |
The bottom boundary layer viscosity at the.
Definition at line 187 of file MOM_variables.F90.
real, dimension(:,:), pointer mom_variables::vertvisc_type::kv_bbl_v => NULL() |
The bottom boundary layer viscosity at the.
Definition at line 187 of file MOM_variables.F90.
real, dimension(:,:), pointer mom_variables::vertvisc_type::kv_tbl_shelf_u => NULL() |
Viscosity in the viscous top boundary layer.
Definition at line 187 of file MOM_variables.F90.
real, dimension(:,:), pointer mom_variables::vertvisc_type::kv_tbl_shelf_v => NULL() |
Viscosity in the viscous top boundary layer.
Definition at line 187 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::vertvisc_type::kv_turb => NULL() |
The turbulent vertical viscosity at the interfaces.
Definition at line 222 of file MOM_variables.F90.
real, dimension(:,:), pointer mom_variables::vertvisc_type::mld => NULL() |
Instantaneous active mixing layer depth (H units).
Definition at line 187 of file MOM_variables.F90.
real, dimension(:,:), pointer mom_variables::vertvisc_type::nkml_visc_u => NULL() |
The number of layers in the viscous surface.
Definition at line 187 of file MOM_variables.F90.
real, dimension(:,:), pointer mom_variables::vertvisc_type::nkml_visc_v => NULL() |
The number of layers in the viscous surface.
Definition at line 187 of file MOM_variables.F90.
real mom_variables::vertvisc_type::prandtl_turb |
The Prandtl number for the turbulent diffusion that is captured in Kd_turb.
Definition at line 185 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::vertvisc_type::ray_u => NULL() |
The Rayleigh drag velocity to be applied to each layer.
Definition at line 222 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::vertvisc_type::ray_v => NULL() |
The Rayleigh drag velocity to be applied to each layer.
Definition at line 222 of file MOM_variables.F90.
real, dimension(:,:), pointer mom_variables::vertvisc_type::taux_shelf => NULL() |
The zonal stresses on the ocean under shelves, in Pa.
Definition at line 187 of file MOM_variables.F90.
real, dimension(:,:), pointer mom_variables::vertvisc_type::tauy_shelf => NULL() |
The meridional stresses on the ocean under shelves, in Pa.
Definition at line 187 of file MOM_variables.F90.
real, dimension(:,:), pointer mom_variables::vertvisc_type::tbl_thick_shelf_u => NULL() |
Thickness of the viscous top boundary.
Definition at line 187 of file MOM_variables.F90.
real, dimension(:,:), pointer mom_variables::vertvisc_type::tbl_thick_shelf_v => NULL() |
Thickness of the viscous top boundary.
Definition at line 187 of file MOM_variables.F90.
real, dimension(:,:), pointer mom_variables::vertvisc_type::tke_bbl => NULL() |
A term related to the bottom boundary layer.
Definition at line 187 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::vertvisc_type::tke_turb => NULL() |
The turbulent kinetic energy per unit mass defined.
Definition at line 222 of file MOM_variables.F90.
real, dimension(:,:), pointer mom_variables::vertvisc_type::ustar_bbl => NULL() |
The turbulence velocity in the bottom boundary.
Definition at line 187 of file MOM_variables.F90.