MOM6
mom_barotropic::local_bt_cont_v_type Type Reference

Detailed Description

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

Definition at line 331 of file MOM_barotropic.F90.

Collaboration diagram for mom_barotropic::local_bt_cont_v_type:
[legend]

Private variables and constants

real 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 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 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 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 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 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 vh_crvs
 The curvature of face area with velocity for flow from the south [H T2 L-1 ~> s2 or kg s2 m-3]. More...
 
real vh_crvn
 The curvature of face area with velocity for flow from the north [H T2 L-1 ~> s2 or kg s2 m-3]. More...
 
real vh_ss
 The meridional transport when vbt=vbt_SS [H L2 T-1 ~> m3 s-1 or kg s-1]. More...
 
real vh_nn
 The meridional transport when vbt=vbt_NN [H L2 T-1 ~> m3 s-1 or kg s-1]. More...
 

Variables and constants

◆ fa_v_n0

real mom_barotropic::local_bt_cont_v_type::fa_v_n0
private

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

334  real :: FA_v_N0 !< The effective open face area for meridional barotropic transport

◆ fa_v_nn

real mom_barotropic::local_bt_cont_v_type::fa_v_nn
private

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

332  real :: FA_v_NN !< The effective open face area for meridional barotropic transport

◆ fa_v_s0

real mom_barotropic::local_bt_cont_v_type::fa_v_s0
private

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

336  real :: FA_v_S0 !< The effective open face area for meridional barotropic transport

◆ fa_v_ss

real mom_barotropic::local_bt_cont_v_type::fa_v_ss
private

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

338  real :: FA_v_SS !< The effective open face area for meridional barotropic transport

◆ vbt_nn

real mom_barotropic::local_bt_cont_v_type::vbt_nn
private

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

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

◆ vbt_ss

real mom_barotropic::local_bt_cont_v_type::vbt_ss
private

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

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

◆ vh_crvn

real mom_barotropic::local_bt_cont_v_type::vh_crvn
private

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

Definition at line 345 of file MOM_barotropic.F90.

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

◆ vh_crvs

real mom_barotropic::local_bt_cont_v_type::vh_crvs
private

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

Definition at line 344 of file MOM_barotropic.F90.

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

◆ vh_nn

real mom_barotropic::local_bt_cont_v_type::vh_nn
private

The meridional transport when vbt=vbt_NN [H L2 T-1 ~> m3 s-1 or kg s-1].

Definition at line 347 of file MOM_barotropic.F90.

347  real :: vh_NN !< The meridional transport when vbt=vbt_NN [H L2 T-1 ~> m3 s-1 or kg s-1].

◆ vh_ss

real mom_barotropic::local_bt_cont_v_type::vh_ss
private

The meridional transport when vbt=vbt_SS [H L2 T-1 ~> m3 s-1 or kg s-1].

Definition at line 346 of file MOM_barotropic.F90.

346  real :: vh_SS !< The meridional transport when vbt=vbt_SS [H L2 T-1 ~> m3 s-1 or kg s-1].

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