MOM6
mom_legacy_barotropic::legacy_barotropic_cs Type Reference

Detailed Description

Definition at line 150 of file MOM_legacy_barotropic.F90.

Collaboration diagram for mom_legacy_barotropic::legacy_barotropic_cs:
[legend]

Public variables and constants

real allocable_
 
real, dimension(nimembw_, njmembw_) dimension
 
real frhatu
 
real frhatv
 
real idatu
 
real uhbt_ic
 
real ubt_ic
 
real ubtav
 
real idatv
 
real vhbt_ic
 
real vbt_ic
 
real vbtav
 
real eta_source
 
real eta_cor
 
real eta_cor_bound
 
real ua_polarity
 
real va_polarity
 
real bathyt
 
real iareat
 
real datu_res
 
real d_u_cor
 
real dy_cu
 
real idxcu
 
real datv_res
 
real d_v_cor
 
real dx_cv
 
real idycv
 
real q_d
 
real, dimension(:,:,:), pointer frhatu1
 
real, dimension(:,:,:), pointer frhatv1
 
real rho0
 
real dtbt
 
real dtbt_fraction
 
real dtbt_max
 
real dt_bt_filter
 
integer nstep_last = 0
 
real bebt
 
logical split
 
real eta_source_limit
 
logical bound_bt_corr
 
logical gradual_bt_ics
 
logical sadourny
 
logical nonlinear_continuity
 
integer nonlin_cont_update_period
 
logical bt_project_velocity
 
logical dynamic_psurf
 
real dmin_dyn_psurf
 
real ice_strength_length
 
real const_dyn_psurf
 
logical tides
 
real g_extra
 
real drag_amp
 
integer hvel_scheme
 
logical strong_drag
 
logical rescale_d_bt
 
logical linearized_bt_pv
 
logical use_wide_halos
 
logical clip_velocity
 
logical debug
 
logical debug_bt
 
real maxvel
 
real maxcfl_bt_cont
 
type(time_type), pointer time
 
type(diag_ctrl), pointer diag
 
type(mom_domain_type), pointer bt_domain => NULL()
 
type(hor_index_type), pointer debug_bt_hi
 
type(tidal_forcing_cs), pointer tides_csp => NULL()
 
logical module_is_initialized = .false.
 
integer isdw
 
integer iedw
 
integer jsdw
 
integer jedw
 
integer id_pfu_bt = -1
 
integer id_pfv_bt = -1
 
integer id_coru_bt = -1
 
integer id_corv_bt = -1
 
integer id_ubtforce = -1
 
integer id_vbtforce = -1
 
integer id_uaccel = -1
 
integer id_vaccel = -1
 
integer id_visc_rem_u = -1
 
integer id_visc_rem_v = -1
 
integer id_eta_cor = -1
 
integer id_ubt = -1
 
integer id_vbt = -1
 
integer id_eta_bt = -1
 
integer id_ubtav = -1
 
integer id_vbtav = -1
 
integer id_ubt_st = -1
 
integer id_vbt_st = -1
 
integer id_eta_st = -1
 
integer id_ubt_hifreq = -1
 
integer id_vbt_hifreq = -1
 
integer id_eta_hifreq = -1
 
integer id_uhbt_hifreq = -1
 
integer id_vhbt_hifreq = -1
 
integer id_eta_pred_hifreq = -1
 
integer id_gtotn = -1
 
integer id_gtots = -1
 
integer id_gtote = -1
 
integer id_gtotw = -1
 
integer id_datu_res = -1
 
integer id_datv_res = -1
 
integer id_uhbt = -1
 
integer id_frhatu = -1
 
integer id_vhbt = -1
 
integer id_frhatv = -1
 
integer id_frhatu1 = -1
 
integer id_frhatv1 = -1
 

Variables and constants

◆ allocable_

real mom_legacy_barotropic::legacy_barotropic_cs::allocable_

Definition at line 151 of file MOM_legacy_barotropic.F90.

151  real allocable_, dimension(NIMEMB_PTR_,NJMEM_,NKMEM_) :: frhatu

◆ bathyt

real mom_legacy_barotropic::legacy_barotropic_cs::bathyt

Definition at line 186 of file MOM_legacy_barotropic.F90.

◆ bebt

real mom_legacy_barotropic::legacy_barotropic_cs::bebt

Definition at line 226 of file MOM_legacy_barotropic.F90.

226  real :: bebt ! A nondimensional number, from 0 to 1, that

◆ bound_bt_corr

logical mom_legacy_barotropic::legacy_barotropic_cs::bound_bt_corr

Definition at line 236 of file MOM_legacy_barotropic.F90.

236  logical :: bound_bt_corr ! If true, the magnitude of the fake mass source

◆ bt_domain

type(mom_domain_type), pointer mom_legacy_barotropic::legacy_barotropic_cs::bt_domain => NULL()

Definition at line 312 of file MOM_legacy_barotropic.F90.

312  type(mom_domain_type), pointer :: bt_domain => null()

◆ bt_project_velocity

logical mom_legacy_barotropic::legacy_barotropic_cs::bt_project_velocity

Definition at line 258 of file MOM_legacy_barotropic.F90.

258  logical :: bt_project_velocity ! If true, step the barotropic velocity first

◆ clip_velocity

logical mom_legacy_barotropic::legacy_barotropic_cs::clip_velocity

Definition at line 297 of file MOM_legacy_barotropic.F90.

297  logical :: clip_velocity ! If true, limit any velocity components that

◆ const_dyn_psurf

real mom_legacy_barotropic::legacy_barotropic_cs::const_dyn_psurf

Definition at line 274 of file MOM_legacy_barotropic.F90.

274  real :: const_dyn_psurf ! The constant that scales the dynamic surface

◆ d_u_cor

real mom_legacy_barotropic::legacy_barotropic_cs::d_u_cor

Definition at line 193 of file MOM_legacy_barotropic.F90.

◆ d_v_cor

real mom_legacy_barotropic::legacy_barotropic_cs::d_v_cor

Definition at line 201 of file MOM_legacy_barotropic.F90.

◆ datu_res

real mom_legacy_barotropic::legacy_barotropic_cs::datu_res

Definition at line 193 of file MOM_legacy_barotropic.F90.

◆ datv_res

real mom_legacy_barotropic::legacy_barotropic_cs::datv_res

Definition at line 201 of file MOM_legacy_barotropic.F90.

◆ debug

logical mom_legacy_barotropic::legacy_barotropic_cs::debug

Definition at line 300 of file MOM_legacy_barotropic.F90.

300  logical :: debug ! If true, write verbose checksums for debugging purposes.

◆ debug_bt

logical mom_legacy_barotropic::legacy_barotropic_cs::debug_bt

Definition at line 301 of file MOM_legacy_barotropic.F90.

301  logical :: debug_bt ! If true, write verbose checksums for debugging purposes.

◆ debug_bt_hi

type(hor_index_type), pointer mom_legacy_barotropic::legacy_barotropic_cs::debug_bt_hi

Definition at line 313 of file MOM_legacy_barotropic.F90.

313  type(hor_index_type), pointer :: debug_bt_hi ! debugging copy of horizontal index_type

◆ diag

type(diag_ctrl), pointer mom_legacy_barotropic::legacy_barotropic_cs::diag

Definition at line 310 of file MOM_legacy_barotropic.F90.

310  type(diag_ctrl), pointer :: diag ! A structure that is used to regulate the

◆ dimension

real mom_legacy_barotropic::legacy_barotropic_cs::dimension

Definition at line 151 of file MOM_legacy_barotropic.F90.

◆ dmin_dyn_psurf

real mom_legacy_barotropic::legacy_barotropic_cs::dmin_dyn_psurf

Definition at line 268 of file MOM_legacy_barotropic.F90.

268  real :: dmin_dyn_psurf ! The minimum depth to use in limiting the size

◆ drag_amp

real mom_legacy_barotropic::legacy_barotropic_cs::drag_amp

Definition at line 279 of file MOM_legacy_barotropic.F90.

279  real :: drag_amp ! A nondimensional value (presumably between 0 and

◆ dt_bt_filter

real mom_legacy_barotropic::legacy_barotropic_cs::dt_bt_filter

Definition at line 220 of file MOM_legacy_barotropic.F90.

220  real :: dt_bt_filter ! The time-scale over which the barotropic mode

◆ dtbt

real mom_legacy_barotropic::legacy_barotropic_cs::dtbt

Definition at line 216 of file MOM_legacy_barotropic.F90.

216  real :: dtbt ! The barotropic time step, in s.

◆ dtbt_fraction

real mom_legacy_barotropic::legacy_barotropic_cs::dtbt_fraction

Definition at line 217 of file MOM_legacy_barotropic.F90.

217  real :: dtbt_fraction ! The fraction of the maximum time-step that

◆ dtbt_max

real mom_legacy_barotropic::legacy_barotropic_cs::dtbt_max

Definition at line 219 of file MOM_legacy_barotropic.F90.

219  real :: dtbt_max ! The maximum stable barotropic time step, in s.

◆ dx_cv

real mom_legacy_barotropic::legacy_barotropic_cs::dx_cv

Definition at line 201 of file MOM_legacy_barotropic.F90.

◆ dy_cu

real mom_legacy_barotropic::legacy_barotropic_cs::dy_cu

Definition at line 193 of file MOM_legacy_barotropic.F90.

◆ dynamic_psurf

logical mom_legacy_barotropic::legacy_barotropic_cs::dynamic_psurf

Definition at line 266 of file MOM_legacy_barotropic.F90.

266  logical :: dynamic_psurf ! If true, add a dynamic pressure due to a viscous

◆ eta_cor

real mom_legacy_barotropic::legacy_barotropic_cs::eta_cor

Definition at line 175 of file MOM_legacy_barotropic.F90.

◆ eta_cor_bound

real mom_legacy_barotropic::legacy_barotropic_cs::eta_cor_bound

Definition at line 175 of file MOM_legacy_barotropic.F90.

◆ eta_source

real mom_legacy_barotropic::legacy_barotropic_cs::eta_source

Definition at line 175 of file MOM_legacy_barotropic.F90.

◆ eta_source_limit

real mom_legacy_barotropic::legacy_barotropic_cs::eta_source_limit

Definition at line 232 of file MOM_legacy_barotropic.F90.

232  real :: eta_source_limit ! The fraction of the initial depth of the ocean

◆ frhatu

real mom_legacy_barotropic::legacy_barotropic_cs::frhatu

Definition at line 151 of file MOM_legacy_barotropic.F90.

◆ frhatu1

real, dimension(:,:,:), pointer mom_legacy_barotropic::legacy_barotropic_cs::frhatu1

Definition at line 212 of file MOM_legacy_barotropic.F90.

212  real, pointer, dimension(:,:,:) :: frhatu1, frhatv1 ! Predictor values.

◆ frhatv

real mom_legacy_barotropic::legacy_barotropic_cs::frhatv

Definition at line 152 of file MOM_legacy_barotropic.F90.

◆ frhatv1

real, dimension(:,:,:), pointer mom_legacy_barotropic::legacy_barotropic_cs::frhatv1

Definition at line 212 of file MOM_legacy_barotropic.F90.

◆ g_extra

real mom_legacy_barotropic::legacy_barotropic_cs::g_extra

Definition at line 278 of file MOM_legacy_barotropic.F90.

278  real :: g_extra ! A nondimensional factor by which gtot is enhanced.

◆ gradual_bt_ics

logical mom_legacy_barotropic::legacy_barotropic_cs::gradual_bt_ics

Definition at line 241 of file MOM_legacy_barotropic.F90.

241  logical :: gradual_bt_ics ! If true, adjust the initial conditions for the

◆ hvel_scheme

integer mom_legacy_barotropic::legacy_barotropic_cs::hvel_scheme

Definition at line 282 of file MOM_legacy_barotropic.F90.

282  integer :: hvel_scheme ! An integer indicating how the thicknesses at

◆ iareat

real mom_legacy_barotropic::legacy_barotropic_cs::iareat

Definition at line 190 of file MOM_legacy_barotropic.F90.

◆ ice_strength_length

real mom_legacy_barotropic::legacy_barotropic_cs::ice_strength_length

Definition at line 271 of file MOM_legacy_barotropic.F90.

271  real :: ice_strength_length ! The length scale at which the damping rate

◆ id_coru_bt

integer mom_legacy_barotropic::legacy_barotropic_cs::id_coru_bt = -1

Definition at line 319 of file MOM_legacy_barotropic.F90.

◆ id_corv_bt

integer mom_legacy_barotropic::legacy_barotropic_cs::id_corv_bt = -1

Definition at line 319 of file MOM_legacy_barotropic.F90.

◆ id_datu_res

integer mom_legacy_barotropic::legacy_barotropic_cs::id_datu_res = -1

Definition at line 327 of file MOM_legacy_barotropic.F90.

327  integer :: id_datu_res = -1, id_datv_res = -1

◆ id_datv_res

integer mom_legacy_barotropic::legacy_barotropic_cs::id_datv_res = -1

Definition at line 327 of file MOM_legacy_barotropic.F90.

◆ id_eta_bt

integer mom_legacy_barotropic::legacy_barotropic_cs::id_eta_bt = -1

Definition at line 322 of file MOM_legacy_barotropic.F90.

◆ id_eta_cor

integer mom_legacy_barotropic::legacy_barotropic_cs::id_eta_cor = -1

Definition at line 321 of file MOM_legacy_barotropic.F90.

◆ id_eta_hifreq

integer mom_legacy_barotropic::legacy_barotropic_cs::id_eta_hifreq = -1

Definition at line 324 of file MOM_legacy_barotropic.F90.

◆ id_eta_pred_hifreq

integer mom_legacy_barotropic::legacy_barotropic_cs::id_eta_pred_hifreq = -1

Definition at line 325 of file MOM_legacy_barotropic.F90.

◆ id_eta_st

integer mom_legacy_barotropic::legacy_barotropic_cs::id_eta_st = -1

Definition at line 323 of file MOM_legacy_barotropic.F90.

◆ id_frhatu

integer mom_legacy_barotropic::legacy_barotropic_cs::id_frhatu = -1

Definition at line 328 of file MOM_legacy_barotropic.F90.

◆ id_frhatu1

integer mom_legacy_barotropic::legacy_barotropic_cs::id_frhatu1 = -1

Definition at line 329 of file MOM_legacy_barotropic.F90.

329  integer :: id_frhatu1 = -1, id_frhatv1 = -1

◆ id_frhatv

integer mom_legacy_barotropic::legacy_barotropic_cs::id_frhatv = -1

Definition at line 328 of file MOM_legacy_barotropic.F90.

◆ id_frhatv1

integer mom_legacy_barotropic::legacy_barotropic_cs::id_frhatv1 = -1

Definition at line 329 of file MOM_legacy_barotropic.F90.

◆ id_gtote

integer mom_legacy_barotropic::legacy_barotropic_cs::id_gtote = -1

Definition at line 326 of file MOM_legacy_barotropic.F90.

◆ id_gtotn

integer mom_legacy_barotropic::legacy_barotropic_cs::id_gtotn = -1

Definition at line 326 of file MOM_legacy_barotropic.F90.

326  integer :: id_gtotn = -1, id_gtots = -1, id_gtote = -1, id_gtotw = -1

◆ id_gtots

integer mom_legacy_barotropic::legacy_barotropic_cs::id_gtots = -1

Definition at line 326 of file MOM_legacy_barotropic.F90.

◆ id_gtotw

integer mom_legacy_barotropic::legacy_barotropic_cs::id_gtotw = -1

Definition at line 326 of file MOM_legacy_barotropic.F90.

◆ id_pfu_bt

integer mom_legacy_barotropic::legacy_barotropic_cs::id_pfu_bt = -1

Definition at line 319 of file MOM_legacy_barotropic.F90.

319  integer :: id_pfu_bt = -1, id_pfv_bt = -1, id_coru_bt = -1, id_corv_bt = -1

◆ id_pfv_bt

integer mom_legacy_barotropic::legacy_barotropic_cs::id_pfv_bt = -1

Definition at line 319 of file MOM_legacy_barotropic.F90.

◆ id_uaccel

integer mom_legacy_barotropic::legacy_barotropic_cs::id_uaccel = -1

Definition at line 320 of file MOM_legacy_barotropic.F90.

◆ id_ubt

integer mom_legacy_barotropic::legacy_barotropic_cs::id_ubt = -1

Definition at line 322 of file MOM_legacy_barotropic.F90.

322  integer :: id_ubt = -1, id_vbt = -1, id_eta_bt = -1, id_ubtav = -1, id_vbtav = -1

◆ id_ubt_hifreq

integer mom_legacy_barotropic::legacy_barotropic_cs::id_ubt_hifreq = -1

Definition at line 324 of file MOM_legacy_barotropic.F90.

324  integer :: id_ubt_hifreq = -1, id_vbt_hifreq = -1, id_eta_hifreq = -1

◆ id_ubt_st

integer mom_legacy_barotropic::legacy_barotropic_cs::id_ubt_st = -1

Definition at line 323 of file MOM_legacy_barotropic.F90.

323  integer :: id_ubt_st = -1, id_vbt_st = -1, id_eta_st = -1

◆ id_ubtav

integer mom_legacy_barotropic::legacy_barotropic_cs::id_ubtav = -1

Definition at line 322 of file MOM_legacy_barotropic.F90.

◆ id_ubtforce

integer mom_legacy_barotropic::legacy_barotropic_cs::id_ubtforce = -1

Definition at line 320 of file MOM_legacy_barotropic.F90.

320  integer :: id_ubtforce = -1, id_vbtforce = -1, id_uaccel = -1, id_vaccel = -1

◆ id_uhbt

integer mom_legacy_barotropic::legacy_barotropic_cs::id_uhbt = -1

Definition at line 328 of file MOM_legacy_barotropic.F90.

328  integer :: id_uhbt = -1, id_frhatu = -1, id_vhbt = -1, id_frhatv = -1

◆ id_uhbt_hifreq

integer mom_legacy_barotropic::legacy_barotropic_cs::id_uhbt_hifreq = -1

Definition at line 325 of file MOM_legacy_barotropic.F90.

325  integer :: id_uhbt_hifreq = -1, id_vhbt_hifreq = -1, id_eta_pred_hifreq = -1

◆ id_vaccel

integer mom_legacy_barotropic::legacy_barotropic_cs::id_vaccel = -1

Definition at line 320 of file MOM_legacy_barotropic.F90.

◆ id_vbt

integer mom_legacy_barotropic::legacy_barotropic_cs::id_vbt = -1

Definition at line 322 of file MOM_legacy_barotropic.F90.

◆ id_vbt_hifreq

integer mom_legacy_barotropic::legacy_barotropic_cs::id_vbt_hifreq = -1

Definition at line 324 of file MOM_legacy_barotropic.F90.

◆ id_vbt_st

integer mom_legacy_barotropic::legacy_barotropic_cs::id_vbt_st = -1

Definition at line 323 of file MOM_legacy_barotropic.F90.

◆ id_vbtav

integer mom_legacy_barotropic::legacy_barotropic_cs::id_vbtav = -1

Definition at line 322 of file MOM_legacy_barotropic.F90.

◆ id_vbtforce

integer mom_legacy_barotropic::legacy_barotropic_cs::id_vbtforce = -1

Definition at line 320 of file MOM_legacy_barotropic.F90.

◆ id_vhbt

integer mom_legacy_barotropic::legacy_barotropic_cs::id_vhbt = -1

Definition at line 328 of file MOM_legacy_barotropic.F90.

◆ id_vhbt_hifreq

integer mom_legacy_barotropic::legacy_barotropic_cs::id_vhbt_hifreq = -1

Definition at line 325 of file MOM_legacy_barotropic.F90.

◆ id_visc_rem_u

integer mom_legacy_barotropic::legacy_barotropic_cs::id_visc_rem_u = -1

Definition at line 321 of file MOM_legacy_barotropic.F90.

321  integer :: id_visc_rem_u = -1, id_visc_rem_v = -1, id_eta_cor = -1

◆ id_visc_rem_v

integer mom_legacy_barotropic::legacy_barotropic_cs::id_visc_rem_v = -1

Definition at line 321 of file MOM_legacy_barotropic.F90.

◆ idatu

real mom_legacy_barotropic::legacy_barotropic_cs::idatu

Definition at line 155 of file MOM_legacy_barotropic.F90.

◆ idatv

real mom_legacy_barotropic::legacy_barotropic_cs::idatv

Definition at line 165 of file MOM_legacy_barotropic.F90.

◆ idxcu

real mom_legacy_barotropic::legacy_barotropic_cs::idxcu

Definition at line 193 of file MOM_legacy_barotropic.F90.

◆ idycv

real mom_legacy_barotropic::legacy_barotropic_cs::idycv

Definition at line 201 of file MOM_legacy_barotropic.F90.

◆ iedw

integer mom_legacy_barotropic::legacy_barotropic_cs::iedw

Definition at line 317 of file MOM_legacy_barotropic.F90.

◆ isdw

integer mom_legacy_barotropic::legacy_barotropic_cs::isdw

Definition at line 317 of file MOM_legacy_barotropic.F90.

317  integer :: isdw, iedw, jsdw, jedw ! The memory limits of the wide halo arrays.

◆ jedw

integer mom_legacy_barotropic::legacy_barotropic_cs::jedw

Definition at line 317 of file MOM_legacy_barotropic.F90.

◆ jsdw

integer mom_legacy_barotropic::legacy_barotropic_cs::jsdw

Definition at line 317 of file MOM_legacy_barotropic.F90.

◆ linearized_bt_pv

logical mom_legacy_barotropic::legacy_barotropic_cs::linearized_bt_pv

Definition at line 292 of file MOM_legacy_barotropic.F90.

292  logical :: linearized_bt_pv ! If true, the PV and interface thicknesses used

◆ maxcfl_bt_cont

real mom_legacy_barotropic::legacy_barotropic_cs::maxcfl_bt_cont

Definition at line 304 of file MOM_legacy_barotropic.F90.

304  real :: maxcfl_bt_cont ! The maximum permitted CFL number associated with the

◆ maxvel

real mom_legacy_barotropic::legacy_barotropic_cs::maxvel

Definition at line 302 of file MOM_legacy_barotropic.F90.

302  real :: maxvel ! Velocity components greater than maxvel are

◆ module_is_initialized

logical mom_legacy_barotropic::legacy_barotropic_cs::module_is_initialized = .false.

Definition at line 315 of file MOM_legacy_barotropic.F90.

315  logical :: module_is_initialized = .false.

◆ nonlin_cont_update_period

integer mom_legacy_barotropic::legacy_barotropic_cs::nonlin_cont_update_period

Definition at line 254 of file MOM_legacy_barotropic.F90.

254  integer :: nonlin_cont_update_period ! The number of barotropic time steps

◆ nonlinear_continuity

logical mom_legacy_barotropic::legacy_barotropic_cs::nonlinear_continuity

Definition at line 252 of file MOM_legacy_barotropic.F90.

252  logical :: nonlinear_continuity ! If true, the barotropic continuity equation

◆ nstep_last

integer mom_legacy_barotropic::legacy_barotropic_cs::nstep_last = 0

Definition at line 224 of file MOM_legacy_barotropic.F90.

224  integer :: nstep_last = 0 ! The number of barotropic timesteps per baroclinic

◆ q_d

real mom_legacy_barotropic::legacy_barotropic_cs::q_d

Definition at line 209 of file MOM_legacy_barotropic.F90.

◆ rescale_d_bt

logical mom_legacy_barotropic::legacy_barotropic_cs::rescale_d_bt

Definition at line 288 of file MOM_legacy_barotropic.F90.

288  logical :: rescale_d_bt ! If true, the open face areas are rescaled by a

◆ rho0

real mom_legacy_barotropic::legacy_barotropic_cs::rho0

Definition at line 214 of file MOM_legacy_barotropic.F90.

214  real :: rho0 ! The density used in the Boussinesq

◆ sadourny

logical mom_legacy_barotropic::legacy_barotropic_cs::sadourny

Definition at line 247 of file MOM_legacy_barotropic.F90.

247  logical :: sadourny ! If true, the Coriolis terms are discretized

◆ split

logical mom_legacy_barotropic::legacy_barotropic_cs::split

Definition at line 231 of file MOM_legacy_barotropic.F90.

231  logical :: split ! If true, use the split time stepping scheme.

◆ strong_drag

logical mom_legacy_barotropic::legacy_barotropic_cs::strong_drag

Definition at line 286 of file MOM_legacy_barotropic.F90.

286  logical :: strong_drag ! If true, use a stronger estimate of the retarding

◆ tides

logical mom_legacy_barotropic::legacy_barotropic_cs::tides

Definition at line 277 of file MOM_legacy_barotropic.F90.

277  logical :: tides ! If true, apply tidal momentum forcing.

◆ tides_csp

type(tidal_forcing_cs), pointer mom_legacy_barotropic::legacy_barotropic_cs::tides_csp => NULL()

Definition at line 314 of file MOM_legacy_barotropic.F90.

314  type(tidal_forcing_cs), pointer :: tides_csp => null()

◆ time

type(time_type), pointer mom_legacy_barotropic::legacy_barotropic_cs::time

Definition at line 309 of file MOM_legacy_barotropic.F90.

309  type(time_type), pointer :: time ! A pointer to the ocean model's clock.

◆ ua_polarity

real mom_legacy_barotropic::legacy_barotropic_cs::ua_polarity

Definition at line 186 of file MOM_legacy_barotropic.F90.

◆ ubt_ic

real mom_legacy_barotropic::legacy_barotropic_cs::ubt_ic

Definition at line 155 of file MOM_legacy_barotropic.F90.

◆ ubtav

real mom_legacy_barotropic::legacy_barotropic_cs::ubtav

Definition at line 155 of file MOM_legacy_barotropic.F90.

◆ uhbt_ic

real mom_legacy_barotropic::legacy_barotropic_cs::uhbt_ic

Definition at line 155 of file MOM_legacy_barotropic.F90.

◆ use_wide_halos

logical mom_legacy_barotropic::legacy_barotropic_cs::use_wide_halos

Definition at line 295 of file MOM_legacy_barotropic.F90.

295  logical :: use_wide_halos ! If true, use wide halos and march in during the

◆ va_polarity

real mom_legacy_barotropic::legacy_barotropic_cs::va_polarity

Definition at line 186 of file MOM_legacy_barotropic.F90.

◆ vbt_ic

real mom_legacy_barotropic::legacy_barotropic_cs::vbt_ic

Definition at line 165 of file MOM_legacy_barotropic.F90.

◆ vbtav

real mom_legacy_barotropic::legacy_barotropic_cs::vbtav

Definition at line 165 of file MOM_legacy_barotropic.F90.

◆ vhbt_ic

real mom_legacy_barotropic::legacy_barotropic_cs::vhbt_ic

Definition at line 165 of file MOM_legacy_barotropic.F90.


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