MOM6
mom_variables::bt_cont_type Type Reference

Detailed Description

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.

Collaboration diagram for mom_variables::bt_cont_type:
[legend]

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...
 

Variables and constants

◆ fa_u_e0

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.

263  real, allocatable :: FA_u_E0(:,:) !< The effective open face area for zonal barotropic transport

◆ fa_u_ee

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.

261  real, allocatable :: FA_u_EE(:,:) !< The effective open face area for zonal barotropic transport

◆ fa_u_w0

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.

265  real, allocatable :: FA_u_W0(:,:) !< The effective open face area for zonal barotropic transport

◆ fa_u_ww

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.

267  real, allocatable :: FA_u_WW(:,:) !< The effective open face area for zonal barotropic transport

◆ fa_v_n0

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.

275  real, allocatable :: FA_v_N0(:,:) !< The effective open face area for meridional barotropic transport

◆ fa_v_nn

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.

273  real, allocatable :: FA_v_NN(:,:) !< The effective open face area for meridional barotropic transport

◆ fa_v_s0

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.

277  real, allocatable :: FA_v_S0(:,:) !< The effective open face area for meridional barotropic transport

◆ fa_v_ss

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.

279  real, allocatable :: FA_v_SS(:,:) !< The effective open face area for meridional barotropic transport

◆ h_u

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.

285  real, allocatable :: h_u(:,:,:) !< An effective thickness at zonal faces [H ~> m or kg m-2].

◆ h_v

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.

286  real, allocatable :: h_v(:,:,:) !< An effective thickness at meridional faces [H ~> m or kg m-2].

◆ pass_fa_uv

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.

288  type(group_pass_type) :: pass_FA_uv !< Structure for face area group halo updates

◆ pass_polarity_bt

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.

287  type(group_pass_type) :: pass_polarity_BT !< Structure for polarity group halo updates

◆ ubt_ee

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.

271  real, allocatable :: uBT_EE(:,:) !< uBT_EE is a barotropic velocity [L T-1 ~> m s-1], beyond which the marginal

◆ ubt_ww

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.

269  real, allocatable :: uBT_WW(:,:) !< uBT_WW is the barotropic velocity [L T-1 ~> m s-1], beyond which the marginal

◆ vbt_nn

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.

283  real, allocatable :: vBT_NN(:,:) !< vBT_NN is the barotropic velocity, [L T-1 ~> m s-1], beyond which the marginal

◆ vbt_ss

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.

281  real, allocatable :: vBT_SS(:,:) !< vBT_SS is the barotropic velocity, [L T-1 ~> m s-1], beyond which the marginal

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