Definition at line 148 of file MOM_barotropic.F90.
|
real, dimension(:,:), pointer | cg_u => NULL() |
|
real, dimension(:,:), pointer | cg_v => NULL() |
|
real, dimension(:,:), pointer | h_u => NULL() |
|
real, dimension(:,:), pointer | h_v => NULL() |
|
real, dimension(:,:), pointer | uhbt => NULL() |
|
real, dimension(:,:), pointer | vhbt => NULL() |
|
real, dimension(:,:), pointer | ubt_outer => NULL() |
|
real, dimension(:,:), pointer | vbt_outer => NULL() |
|
real, dimension(:,:), pointer | eta_outer_u => NULL() |
|
real, dimension(:,:), pointer | eta_outer_v => NULL() |
|
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 |
|
integer | ie_u_obc |
|
integer | js_u_obc |
|
integer | je_u_obc |
|
integer | is_v_obc |
|
integer | ie_v_obc |
|
integer | js_v_obc |
|
integer | je_v_obc |
|
logical | is_alloced = .false. |
| True if BT_OBC is in use and has been allocated. More...
|
|
◆ apply_u_obcs
logical mom_barotropic::bt_obc_type::apply_u_obcs |
|
private |
True if this PE has an open boundary at a u-point.
Definition at line 163 of file MOM_barotropic.F90.
163 logical :: apply_u_obcs
◆ apply_v_obcs
logical mom_barotropic::bt_obc_type::apply_v_obcs |
|
private |
True if this PE has an open boundary at a v-point.
Definition at line 164 of file MOM_barotropic.F90.
164 logical :: apply_v_obcs
◆ cg_u
real, dimension(:,:), pointer mom_barotropic::bt_obc_type::cg_u => NULL() |
|
private |
Definition at line 149 of file MOM_barotropic.F90.
149 real,
dimension(:,:),
pointer :: &
157 ubt_outer => null(), &
158 vbt_outer => null(), &
160 eta_outer_u => null(), &
161 eta_outer_v => null()
◆ cg_v
real, dimension(:,:), pointer mom_barotropic::bt_obc_type::cg_v => NULL() |
|
private |
◆ eta_outer_u
real, dimension(:,:), pointer mom_barotropic::bt_obc_type::eta_outer_u => NULL() |
|
private |
◆ eta_outer_v
real, dimension(:,:), pointer mom_barotropic::bt_obc_type::eta_outer_v => NULL() |
|
private |
◆ h_u
real, dimension(:,:), pointer mom_barotropic::bt_obc_type::h_u => NULL() |
|
private |
◆ h_v
real, dimension(:,:), pointer mom_barotropic::bt_obc_type::h_v => NULL() |
|
private |
◆ ie_u_obc
integer mom_barotropic::bt_obc_type::ie_u_obc |
|
private |
◆ ie_v_obc
integer mom_barotropic::bt_obc_type::ie_v_obc |
|
private |
◆ is_alloced
logical mom_barotropic::bt_obc_type::is_alloced = .false. |
|
private |
True if BT_OBC is in use and has been allocated.
Definition at line 167 of file MOM_barotropic.F90.
167 logical :: is_alloced = .false.
◆ is_u_obc
integer mom_barotropic::bt_obc_type::is_u_obc |
|
private |
◆ is_v_obc
integer mom_barotropic::bt_obc_type::is_v_obc |
|
private |
◆ je_u_obc
integer mom_barotropic::bt_obc_type::je_u_obc |
|
private |
◆ je_v_obc
integer mom_barotropic::bt_obc_type::je_v_obc |
|
private |
◆ js_u_obc
integer mom_barotropic::bt_obc_type::js_u_obc |
|
private |
◆ js_v_obc
integer mom_barotropic::bt_obc_type::js_v_obc |
|
private |
◆ ubt_outer
real, dimension(:,:), pointer mom_barotropic::bt_obc_type::ubt_outer => NULL() |
|
private |
◆ uhbt
real, dimension(:,:), pointer mom_barotropic::bt_obc_type::uhbt => NULL() |
|
private |
◆ vbt_outer
real, dimension(:,:), pointer mom_barotropic::bt_obc_type::vbt_outer => NULL() |
|
private |
◆ vhbt
real, dimension(:,:), pointer mom_barotropic::bt_obc_type::vhbt => NULL() |
|
private |
The documentation for this type was generated from the following file:
- /home/adcroft/GitHub/workspace/Gaea-stats-MOM6-examples/MOM6-examples/src/MOM6/src/core/MOM_barotropic.F90