|
MOM6
|
Container for information about the summed layer transports and how they will vary as the barotropic velocity is changed.
Definition at line 266 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]. | |
| 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]. | |
| 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]. | |
| 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]. | |
| 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. | |
| 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. | |
| 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]. | |
| 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]. | |
| 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]. | |
| 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]. | |
| 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. | |
| 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. | |
| real, dimension(:,:,:), allocatable | h_u |
| An effective thickness at zonal faces [H ~> m or kg m-2]. | |
| real, dimension(:,:,:), allocatable | h_v |
| An effective thickness at meridional faces [H ~> m or kg m-2]. | |
| type(group_pass_type) | pass_polarity_bt |
| Structure for polarity group halo updates. | |
| type(group_pass_type) | pass_fa_uv |
| Structure for face area group halo updates. | |