ROMS
|
Functions/Subroutines | |
subroutine, public | tl_set_depth (ng, tile, model) |
subroutine, public | tl_set_depth_tile (ng, tile, model, lbi, ubi, lbj, ubj, imins, imaxs, jmins, jmaxs, nstp, nnew, h, tl_h, zice, zt_avg1, tl_zt_avg1, tl_hz, tl_z_r, tl_z_w) |
subroutine, public | tl_set_depth_bry (ng, tile, model) |
subroutine | tl_set_depth_bry_tile (ng, tile, model, lbi, ubi, lbj, ubj, lbij, ubij, imins, imaxs, jmins, jmaxs, h, tl_h, zice, tl_hz_bry) |
subroutine, public | tl_bath (ng, tile) |
subroutine, public | tl_bath_tile (ng, tile, lbi, ubi, lbj, ubj, imins, imaxs, jmins, jmaxs, tl_h) |
subroutine, public tl_set_depth_mod::tl_bath | ( | integer, intent(in) | ng, |
integer, intent(in) | tile ) |
Definition at line 809 of file tl_set_depth.F.
References mod_grid::grid, mod_param::itlm, tl_bath_tile(), wclock_off(), and wclock_on().
Referenced by tl_initial(), and roms_kernel_mod::tlm_initial().
subroutine, public tl_set_depth_mod::tl_bath_tile | ( | integer, intent(in) | ng, |
integer, intent(in) | tile, | ||
integer, intent(in) | lbi, | ||
integer, intent(in) | ubi, | ||
integer, intent(in) | lbj, | ||
integer, intent(in) | ubj, | ||
integer, intent(in) | imins, | ||
integer, intent(in) | imaxs, | ||
integer, intent(in) | jmins, | ||
integer, intent(in) | jmaxs, | ||
real(r8), dimension(lbi:,lbj:), intent(out) | tl_h ) |
Definition at line 841 of file tl_set_depth.F.
References mod_scalars::ewperiodic, exchange_2d_mod::exchange_r2d_tile(), mod_param::itlm, mp_exchange_mod::mp_exchange2d(), mod_param::nghostpoints, and mod_scalars::nsperiodic.
Referenced by tl_bath().
subroutine, public tl_set_depth_mod::tl_set_depth | ( | integer, intent(in) | ng, |
integer, intent(in) | tile, | ||
integer, intent(in) | model ) |
Definition at line 40 of file tl_set_depth.F.
References mod_coupling::coupling, mod_grid::grid, mod_stepping::nnew, mod_stepping::nstp, tl_set_depth_tile(), wclock_off(), and wclock_on().
Referenced by tl_initial(), tl_main3d(), tl_nesting_mod::tl_nesting(), tl_post_initial_mod::tl_post_initial(), tl_step2d_mod::tl_step2d_tile(), and tl_step2d_mod::tl_step2d_tile().
subroutine, public tl_set_depth_mod::tl_set_depth_bry | ( | integer, intent(in) | ng, |
integer, intent(in) | tile, | ||
integer, intent(in) | model ) |
Definition at line 369 of file tl_set_depth.F.
References mod_grid::grid, tl_set_depth_bry_tile(), wclock_off(), and wclock_on().
Referenced by tl_main3d().
|
private |
Definition at line 406 of file tl_set_depth.F.
References mod_boundary::boundary, mod_param::bounds, mod_param::domain, mod_scalars::ewperiodic, mod_scalars::hc, mod_scalars::ieast, mod_scalars::inorth, mod_ncparam::isfsur, mod_scalars::isouth, mod_scalars::iwest, mp_exchange_mod::mp_exchange3d_bry(), mod_param::nghostpoints, mod_scalars::nsperiodic, mod_param::r2dvar, mod_scalars::scalars, mod_param::tl_lbc, and mod_scalars::vtransform.
Referenced by tl_set_depth_bry().
subroutine, public tl_set_depth_mod::tl_set_depth_tile | ( | integer, intent(in) | ng, |
integer, intent(in) | tile, | ||
integer, intent(in) | model, | ||
integer, intent(in) | lbi, | ||
integer, intent(in) | ubi, | ||
integer, intent(in) | lbj, | ||
integer, intent(in) | ubj, | ||
integer, intent(in) | imins, | ||
integer, intent(in) | imaxs, | ||
integer, intent(in) | jmins, | ||
integer, intent(in) | jmaxs, | ||
integer, intent(in) | nstp, | ||
integer, intent(in) | nnew, | ||
real(r8), dimension(lbi:,lbj:), intent(in) | h, | ||
real(r8), dimension(lbi:,lbj:), intent(inout) | tl_h, | ||
real(r8), dimension(lbi:,lbj:), intent(in) | zice, | ||
real(r8), dimension(lbi:,lbj:), intent(in) | zt_avg1, | ||
real(r8), dimension(lbi:,lbj:), intent(in) | tl_zt_avg1, | ||
real(r8), dimension(lbi:,lbj:,:), intent(out) | tl_hz, | ||
real(r8), dimension(lbi:,lbj:,:), intent(out) | tl_z_r, | ||
real(r8), dimension(lbi:,lbj:,0:), intent(out) | tl_z_w ) |
Definition at line 85 of file tl_set_depth.F.
References mod_scalars::ewperiodic, exchange_2d_mod::exchange_r2d_tile(), exchange_3d_mod::exchange_r3d_tile(), exchange_3d_mod::exchange_w3d_tile(), mod_scalars::hc, mp_exchange_mod::mp_exchange2d(), mp_exchange_mod::mp_exchange3d(), mod_param::n, mod_param::nghostpoints, mod_scalars::nsperiodic, mod_scalars::scalars, and mod_scalars::vtransform.
Referenced by ini_adjust_mod::tl_ini_perturb_tile(), and tl_set_depth().