MOM6
|
Container for information about the summed layer transports and how they will vary as the barotropic velocity is changed.
Definition at line 260 of file MOM_variables.F90.
Public variables and constants | |
real, dimension(:,:), allocatable | fa_u_ee |
The effective open face area for zonal barotropic transport drawing from locations far to the east [H L ~> m2 or kg m-1]. More... | |
real, dimension(:,:), allocatable | fa_u_e0 |
The effective open face area for zonal barotropic transport drawing from nearby to the east [H L ~> m2 or kg m-1]. More... | |
real, dimension(:,:), allocatable | fa_u_w0 |
The effective open face area for zonal barotropic transport drawing from nearby to the west [H L ~> m2 or kg m-1]. More... | |
real, dimension(:,:), allocatable | fa_u_ww |
The effective open face area for zonal barotropic transport drawing from locations far to the west [H L ~> m2 or kg m-1]. More... | |
real, dimension(:,:), allocatable | ubt_ww |
uBT_WW is the barotropic velocity [L T-1 ~> m s-1], beyond which the marginal open face area is FA_u_WW. uBT_WW must be non-negative. More... | |
real, dimension(:,:), allocatable | ubt_ee |
uBT_EE is a barotropic velocity [L T-1 ~> m s-1], beyond which the marginal open face area is FA_u_EE. uBT_EE must be non-positive. More... | |
real, dimension(:,:), allocatable | fa_v_nn |
The effective open face area for meridional barotropic transport drawing from locations far to the north [H L ~> m2 or kg m-1]. More... | |
real, dimension(:,:), allocatable | fa_v_n0 |
The effective open face area for meridional barotropic transport drawing from nearby to the north [H L ~> m2 or kg m-1]. More... | |
real, dimension(:,:), allocatable | fa_v_s0 |
The effective open face area for meridional barotropic transport drawing from nearby to the south [H L ~> m2 or kg m-1]. More... | |
real, dimension(:,:), allocatable | fa_v_ss |
The effective open face area for meridional barotropic transport drawing from locations far to the south [H L ~> m2 or kg m-1]. More... | |
real, dimension(:,:), allocatable | vbt_ss |
vBT_SS is the barotropic velocity, [L T-1 ~> m s-1], beyond which the marginal open face area is FA_v_SS. vBT_SS must be non-negative. More... | |
real, dimension(:,:), allocatable | vbt_nn |
vBT_NN is the barotropic velocity, [L T-1 ~> m s-1], beyond which the marginal open face area is FA_v_NN. vBT_NN must be non-positive. More... | |
real, dimension(:,:,:), allocatable | h_u |
An effective thickness at zonal faces [H ~> m or kg m-2]. More... | |
real, dimension(:,:,:), allocatable | h_v |
An effective thickness at meridional faces [H ~> m or kg m-2]. More... | |
type(group_pass_type) | pass_polarity_bt |
Structure for polarity group halo updates. More... | |
type(group_pass_type) | pass_fa_uv |
Structure for face area group halo updates. More... | |
real, dimension(:,:), allocatable mom_variables::bt_cont_type::fa_u_e0 |
The effective open face area for zonal barotropic transport drawing from nearby to the east [H L ~> m2 or kg m-1].
Definition at line 263 of file MOM_variables.F90.
real, dimension(:,:), allocatable mom_variables::bt_cont_type::fa_u_ee |
The effective open face area for zonal barotropic transport drawing from locations far to the east [H L ~> m2 or kg m-1].
Definition at line 261 of file MOM_variables.F90.
real, dimension(:,:), allocatable mom_variables::bt_cont_type::fa_u_w0 |
The effective open face area for zonal barotropic transport drawing from nearby to the west [H L ~> m2 or kg m-1].
Definition at line 265 of file MOM_variables.F90.
real, dimension(:,:), allocatable mom_variables::bt_cont_type::fa_u_ww |
The effective open face area for zonal barotropic transport drawing from locations far to the west [H L ~> m2 or kg m-1].
Definition at line 267 of file MOM_variables.F90.
real, dimension(:,:), allocatable mom_variables::bt_cont_type::fa_v_n0 |
The effective open face area for meridional barotropic transport drawing from nearby to the north [H L ~> m2 or kg m-1].
Definition at line 275 of file MOM_variables.F90.
real, dimension(:,:), allocatable mom_variables::bt_cont_type::fa_v_nn |
The effective open face area for meridional barotropic transport drawing from locations far to the north [H L ~> m2 or kg m-1].
Definition at line 273 of file MOM_variables.F90.
real, dimension(:,:), allocatable mom_variables::bt_cont_type::fa_v_s0 |
The effective open face area for meridional barotropic transport drawing from nearby to the south [H L ~> m2 or kg m-1].
Definition at line 277 of file MOM_variables.F90.
real, dimension(:,:), allocatable mom_variables::bt_cont_type::fa_v_ss |
The effective open face area for meridional barotropic transport drawing from locations far to the south [H L ~> m2 or kg m-1].
Definition at line 279 of file MOM_variables.F90.
real, dimension(:,:,:), allocatable mom_variables::bt_cont_type::h_u |
An effective thickness at zonal faces [H ~> m or kg m-2].
Definition at line 285 of file MOM_variables.F90.
real, dimension(:,:,:), allocatable mom_variables::bt_cont_type::h_v |
An effective thickness at meridional faces [H ~> m or kg m-2].
Definition at line 286 of file MOM_variables.F90.
type(group_pass_type) mom_variables::bt_cont_type::pass_fa_uv |
Structure for face area group halo updates.
Definition at line 288 of file MOM_variables.F90.
type(group_pass_type) mom_variables::bt_cont_type::pass_polarity_bt |
Structure for polarity group halo updates.
Definition at line 287 of file MOM_variables.F90.
real, dimension(:,:), allocatable mom_variables::bt_cont_type::ubt_ee |
uBT_EE is a barotropic velocity [L T-1 ~> m s-1], beyond which the marginal open face area is FA_u_EE. uBT_EE must be non-positive.
Definition at line 271 of file MOM_variables.F90.
real, dimension(:,:), allocatable mom_variables::bt_cont_type::ubt_ww |
uBT_WW is the barotropic velocity [L T-1 ~> m s-1], beyond which the marginal open face area is FA_u_WW. uBT_WW must be non-negative.
Definition at line 269 of file MOM_variables.F90.
real, dimension(:,:), allocatable mom_variables::bt_cont_type::vbt_nn |
vBT_NN is the barotropic velocity, [L T-1 ~> m s-1], beyond which the marginal open face area is FA_v_NN. vBT_NN must be non-positive.
Definition at line 283 of file MOM_variables.F90.
real, dimension(:,:), allocatable mom_variables::bt_cont_type::vbt_ss |
vBT_SS is the barotropic velocity, [L T-1 ~> m s-1], beyond which the marginal open face area is FA_v_SS. vBT_SS must be non-negative.
Definition at line 281 of file MOM_variables.F90.