MOM6
mom_barotropic::local_bt_cont_u_type Type Reference

Detailed Description

A desciption of the functional dependence of transport at a u-point.

Definition at line 312 of file MOM_barotropic.F90.

Collaboration diagram for mom_barotropic::local_bt_cont_u_type:
[legend]

Private variables and constants

real 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 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 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 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 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 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 uh_crvw
 The curvature of face area with velocity for flow from the west [H T2 L-1 ~> s2 or kg s2 m-3]. More...
 
real uh_crve
 The curvature of face area with velocity for flow from the east [H T2 L-1 ~> s2 or kg s2 m-3]. More...
 
real uh_ww
 The zonal transport when ubt=ubt_WW [H L2 T-1 ~> m3 s-1 or kg s-1]. More...
 
real uh_ee
 The zonal transport when ubt=ubt_EE [H L2 T-1 ~> m3 s-1 or kg s-1]. More...
 

Variables and constants

◆ fa_u_e0

real mom_barotropic::local_bt_cont_u_type::fa_u_e0
private

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 315 of file MOM_barotropic.F90.

315  real :: FA_u_E0 !< The effective open face area for zonal barotropic transport

◆ fa_u_ee

real mom_barotropic::local_bt_cont_u_type::fa_u_ee
private

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 313 of file MOM_barotropic.F90.

313  real :: FA_u_EE !< The effective open face area for zonal barotropic transport

◆ fa_u_w0

real mom_barotropic::local_bt_cont_u_type::fa_u_w0
private

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 317 of file MOM_barotropic.F90.

317  real :: FA_u_W0 !< The effective open face area for zonal barotropic transport

◆ fa_u_ww

real mom_barotropic::local_bt_cont_u_type::fa_u_ww
private

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 319 of file MOM_barotropic.F90.

319  real :: FA_u_WW !< The effective open face area for zonal barotropic transport

◆ ubt_ee

real mom_barotropic::local_bt_cont_u_type::ubt_ee
private

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 323 of file MOM_barotropic.F90.

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

◆ ubt_ww

real mom_barotropic::local_bt_cont_u_type::ubt_ww
private

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 321 of file MOM_barotropic.F90.

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

◆ uh_crve

real mom_barotropic::local_bt_cont_u_type::uh_crve
private

The curvature of face area with velocity for flow from the east [H T2 L-1 ~> s2 or kg s2 m-3].

Definition at line 326 of file MOM_barotropic.F90.

326  real :: uh_crvE !< The curvature of face area with velocity for flow from the east [H T2 L-1 ~> s2 or kg s2 m-3].

◆ uh_crvw

real mom_barotropic::local_bt_cont_u_type::uh_crvw
private

The curvature of face area with velocity for flow from the west [H T2 L-1 ~> s2 or kg s2 m-3].

Definition at line 325 of file MOM_barotropic.F90.

325  real :: uh_crvW !< The curvature of face area with velocity for flow from the west [H T2 L-1 ~> s2 or kg s2 m-3].

◆ uh_ee

real mom_barotropic::local_bt_cont_u_type::uh_ee
private

The zonal transport when ubt=ubt_EE [H L2 T-1 ~> m3 s-1 or kg s-1].

Definition at line 328 of file MOM_barotropic.F90.

328  real :: uh_EE !< The zonal transport when ubt=ubt_EE [H L2 T-1 ~> m3 s-1 or kg s-1].

◆ uh_ww

real mom_barotropic::local_bt_cont_u_type::uh_ww
private

The zonal transport when ubt=ubt_WW [H L2 T-1 ~> m3 s-1 or kg s-1].

Definition at line 327 of file MOM_barotropic.F90.

327  real :: uh_WW !< The zonal transport when ubt=ubt_WW [H L2 T-1 ~> m3 s-1 or kg s-1].

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