Open Boundary condition for MOM.
constants_mod
data_override_mod
diag_manager_mod
fms_mod
fms_io_mod
mpp_io_mod
mpp_domains_mod
mpp_mod
time_interp_external_mod
time_manager_mod
tracer_manager_mod
ocean_util_mod
ocean_domains_mod
ocean_parameters_mod
ocean_types_mod
| field | field to be update on the boundary |
| field | field to be set to zero on the boundary |
subroutine ocean_obc_barotrop_init(have_obc, Time, Time_steps, Domain, Grid, Ocean_options, &
use_legacy_barotropic_halos, debug)
| dtts, dtuv, dtbt, dteta |
[real] |
| Domain |
A derived data type that contains domain information for MOM.
[type(ocean_domain_type)] |
| Grid |
A derived data type that contains grid information for MOM.
[type(ocean_grid_type)] |
| have_obc |
logical variable to indicate if there is any open boundary condition.
if true, open boudanry exists.
[logical] |
function ocean_obc_check_for_update()
subroutine ocean_obc_prepare(Time, Ext_mode)
subroutine ocean_obc_adjust_divud(divud)
| divud |
[real, dimension(isd:,jsd:)] |
subroutine ocean_obc_damp_newton(udrho_bt,forcing)
subroutine ocean_obc_ud(eta_t, udrho)
subroutine ocean_obc_barotropic(eta, taum1, tau, taup1, tstep)
| taum1, tau, taup1 |
[integer] |
| eta |
[real, dimension(isd:,jsd:,:)] |
| have_obc |
Contains open boundary information
[logical] |