ROMS
|
Functions/Subroutines | |
subroutine, public | set_massflux (ng, tile, model) |
subroutine | set_massflux_tile (ng, tile, model, lbi, ubi, lbj, ubj, imins, imaxs, jmins, jmaxs, nrhs, u, v, hz, om_v, on_u, huon, hvom) |
subroutine, public | reset_massflux (ng, tile, model) |
subroutine | reset_massflux_tile (ng, tile, model, lbi, ubi, lbj, ubj, imins, imaxs, jmins, jmaxs, nnew, du_avg2, dv_avg2, u, v, hz, om_v, on_u, huon, hvom) |
subroutine, public set_massflux_mod::reset_massflux | ( | integer, intent(in) | ng, |
integer, intent(in) | tile, | ||
integer, intent(in) | model ) |
Definition at line 190 of file set_massflux.F.
References mod_coupling::coupling, mod_grid::grid, mod_stepping::nnew, mod_ocean::ocean, reset_massflux_tile(), wclock_off(), and wclock_on().
Referenced by ad_main3d().
|
private |
Definition at line 238 of file set_massflux.F.
References mod_scalars::ewperiodic, exchange_3d_mod::exchange_u3d_tile(), exchange_3d_mod::exchange_v3d_tile(), mp_exchange_mod::mp_exchange3d(), mod_param::nghostpoints, and mod_scalars::nsperiodic.
Referenced by reset_massflux().
subroutine, public set_massflux_mod::set_massflux | ( | integer, intent(in) | ng, |
integer, intent(in) | tile, | ||
integer, intent(in) | model ) |
Definition at line 28 of file set_massflux.F.
References mod_grid::grid, mod_stepping::nrhs, mod_ocean::ocean, set_massflux_tile(), wclock_off(), and wclock_on().
Referenced by ad_initial(), ad_main3d(), initial(), main3d(), roms_kernel_mod::nlm_initial(), rp_initial(), rp_main3d(), and tl_main3d().
|
private |
Definition at line 73 of file set_massflux.F.
References mod_scalars::ewperiodic, exchange_3d_mod::exchange_u3d_tile(), exchange_3d_mod::exchange_v3d_tile(), mp_exchange_mod::mp_exchange3d(), mod_param::nghostpoints, and mod_scalars::nsperiodic.
Referenced by set_massflux().