MOM6
|
The barotropic stepping open boundary condition type.
Definition at line 67 of file MOM_barotropic.F90.
Private variables and constants | |
real, dimension(:,:), pointer | cg_u => NULL() |
The external wave speed at u-points [L T-1 ~> m s-1]. More... | |
real, dimension(:,:), pointer | cg_v => NULL() |
The external wave speed at u-points [L T-1 ~> m s-1]. More... | |
real, dimension(:,:), pointer | h_u => NULL() |
The total thickness at the u-points [H ~> m or kg m-2]. More... | |
real, dimension(:,:), pointer | h_v => NULL() |
The total thickness at the v-points [H ~> m or kg m-2]. More... | |
real, dimension(:,:), pointer | uhbt => NULL() |
The zonal barotropic thickness fluxes specified for open boundary conditions (if any) [H L2 T-1 ~> m3 s-1 or kg s-1]. More... | |
real, dimension(:,:), pointer | vhbt => NULL() |
The meridional barotropic thickness fluxes specified for open boundary conditions (if any) [H L2 T-1 ~> m3 s-1 or kg s-1]. More... | |
real, dimension(:,:), pointer | ubt_outer => NULL() |
The zonal velocities just outside the domain, as set by the open boundary conditions [L T-1 ~> m s-1]. More... | |
real, dimension(:,:), pointer | vbt_outer => NULL() |
The meridional velocities just outside the domain, as set by the open boundary conditions [L T-1 ~> m s-1]. More... | |
real, dimension(:,:), pointer | eta_outer_u => NULL() |
The surface height outside of the domain at a u-point with an open boundary condition [H ~> m or kg m-2]. More... | |
real, dimension(:,:), pointer | eta_outer_v => NULL() |
The surface height outside of the domain at a v-point with an open boundary condition [H ~> m or kg m-2]. More... | |
logical | apply_u_obcs |
True if this PE has an open boundary at a u-point. More... | |
logical | apply_v_obcs |
True if this PE has an open boundary at a v-point. More... | |
integer | is_u_obc |
Index ranges for the open boundary conditions. More... | |
integer | ie_u_obc |
Index ranges for the open boundary conditions. More... | |
integer | js_u_obc |
Index ranges for the open boundary conditions. More... | |
integer | je_u_obc |
Index ranges for the open boundary conditions. More... | |
integer | is_v_obc |
Index ranges for the open boundary conditions. More... | |
integer | ie_v_obc |
Index ranges for the open boundary conditions. More... | |
integer | js_v_obc |
Index ranges for the open boundary conditions. More... | |
integer | je_v_obc |
Index ranges for the open boundary conditions. More... | |
logical | is_alloced = .false. |
True if BT_OBC is in use and has been allocated. More... | |
type(group_pass_type) | pass_uv |
Structure for group halo pass. More... | |
type(group_pass_type) | pass_uhvh |
Structure for group halo pass. More... | |
type(group_pass_type) | pass_h |
Structure for group halo pass. More... | |
type(group_pass_type) | pass_cg |
Structure for group halo pass. More... | |
type(group_pass_type) | pass_eta_outer |
Structure for group halo pass. More... | |
|
private |
True if this PE has an open boundary at a u-point.
Definition at line 84 of file MOM_barotropic.F90.
|
private |
True if this PE has an open boundary at a v-point.
Definition at line 85 of file MOM_barotropic.F90.
|
private |
The external wave speed at u-points [L T-1 ~> m s-1].
Definition at line 68 of file MOM_barotropic.F90.
|
private |
The external wave speed at u-points [L T-1 ~> m s-1].
Definition at line 69 of file MOM_barotropic.F90.
|
private |
The surface height outside of the domain at a u-point with an open boundary condition [H ~> m or kg m-2].
Definition at line 80 of file MOM_barotropic.F90.
|
private |
The surface height outside of the domain at a v-point with an open boundary condition [H ~> m or kg m-2].
Definition at line 82 of file MOM_barotropic.F90.
|
private |
The total thickness at the u-points [H ~> m or kg m-2].
Definition at line 70 of file MOM_barotropic.F90.
|
private |
The total thickness at the v-points [H ~> m or kg m-2].
Definition at line 71 of file MOM_barotropic.F90.
|
private |
Index ranges for the open boundary conditions.
Definition at line 87 of file MOM_barotropic.F90.
|
private |
Index ranges for the open boundary conditions.
Definition at line 88 of file MOM_barotropic.F90.
|
private |
True if BT_OBC is in use and has been allocated.
Definition at line 90 of file MOM_barotropic.F90.
|
private |
Index ranges for the open boundary conditions.
Definition at line 87 of file MOM_barotropic.F90.
|
private |
Index ranges for the open boundary conditions.
Definition at line 88 of file MOM_barotropic.F90.
|
private |
Index ranges for the open boundary conditions.
Definition at line 87 of file MOM_barotropic.F90.
|
private |
Index ranges for the open boundary conditions.
Definition at line 88 of file MOM_barotropic.F90.
|
private |
Index ranges for the open boundary conditions.
Definition at line 87 of file MOM_barotropic.F90.
|
private |
Index ranges for the open boundary conditions.
Definition at line 88 of file MOM_barotropic.F90.
|
private |
Structure for group halo pass.
Definition at line 95 of file MOM_barotropic.F90.
|
private |
Structure for group halo pass.
Definition at line 96 of file MOM_barotropic.F90.
|
private |
Structure for group halo pass.
Definition at line 94 of file MOM_barotropic.F90.
|
private |
Structure for group halo pass.
Definition at line 93 of file MOM_barotropic.F90.
|
private |
Structure for group halo pass.
Definition at line 92 of file MOM_barotropic.F90.
|
private |
The zonal velocities just outside the domain, as set by the open boundary conditions [L T-1 ~> m s-1].
Definition at line 76 of file MOM_barotropic.F90.
|
private |
The zonal barotropic thickness fluxes specified for open boundary conditions (if any) [H L2 T-1 ~> m3 s-1 or kg s-1].
Definition at line 72 of file MOM_barotropic.F90.
|
private |
The meridional velocities just outside the domain, as set by the open boundary conditions [L T-1 ~> m s-1].
Definition at line 78 of file MOM_barotropic.F90.
|
private |
The meridional barotropic thickness fluxes specified for open boundary conditions (if any) [H L2 T-1 ~> m3 s-1 or kg s-1].
Definition at line 74 of file MOM_barotropic.F90.