ROMS
|
Functions/Subroutines | |
subroutine | bc_r2d_tile (ng, tile, lbi, ubi, lbj, ubj, a) |
subroutine | bc_u2d_tile (ng, tile, lbi, ubi, lbj, ubj, a) |
subroutine | bc_v2d_tile (ng, tile, lbi, ubi, lbj, ubj, a) |
subroutine | dabc_r2d_tile (ng, tile, lbi, ubi, lbj, ubj, a) |
subroutine | dabc_u2d_tile (ng, tile, lbi, ubi, lbj, ubj, a) |
subroutine | dabc_v2d_tile (ng, tile, lbi, ubi, lbj, ubj, a) |
subroutine bc_2d_mod::bc_r2d_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, | ||
real(r8), dimension(lbi:,lbj:), intent(inout) | a ) |
Definition at line 41 of file bc_2d.F.
References mod_param::domain, mod_scalars::ewperiodic, exchange_2d_mod::exchange_r2d_tile(), mod_boundary::lbc_apply, and mod_scalars::nsperiodic.
Referenced by ice_thermo_mod::ice_thermo_tile(), lmd_bkpp_tile(), lmd_skpp_tile(), bbl_mod::mb_bbl_tile(), cmeps_roms_mod::roms_rotate(), esmf_roms_mod::roms_rotate(), set_diags_tile(), bbl_mod::sg_bbl_tile(), and bbl_mod::ssw_bbl_tile().
subroutine bc_2d_mod::bc_u2d_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, | ||
real(r8), dimension(lbi:,lbj:), intent(inout) | a ) |
Definition at line 164 of file bc_2d.F.
References mod_param::domain, mod_scalars::ewperiodic, exchange_2d_mod::exchange_u2d_tile(), mod_scalars::gamma2, mod_grid::grid, mod_scalars::ieast, mod_scalars::inorth, mod_ncparam::isbu2d, mod_scalars::isouth, mod_scalars::iwest, mod_param::lbc, mod_boundary::lbc_apply, and mod_scalars::nsperiodic.
Referenced by bbl_mod::mb_bbl_tile(), rp_set_vbc_mod::rp_set_vbc_tile(), set_diags_tile(), set_vbc_mod::set_vbc_tile(), bbl_mod::sg_bbl_tile(), bbl_mod::ssw_bbl_tile(), and tl_set_vbc_mod::tl_set_vbc_tile().
subroutine bc_2d_mod::bc_v2d_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, | ||
real(r8), dimension(lbi:,lbj:), intent(inout) | a ) |
Definition at line 342 of file bc_2d.F.
References mod_param::domain, mod_scalars::ewperiodic, exchange_2d_mod::exchange_v2d_tile(), mod_scalars::gamma2, mod_grid::grid, mod_scalars::ieast, mod_scalars::inorth, mod_ncparam::isbv2d, mod_scalars::isouth, mod_scalars::iwest, mod_param::lbc, mod_boundary::lbc_apply, and mod_scalars::nsperiodic.
Referenced by bbl_mod::mb_bbl_tile(), rp_set_vbc_mod::rp_set_vbc_tile(), set_diags_tile(), set_vbc_mod::set_vbc_tile(), bbl_mod::sg_bbl_tile(), bbl_mod::ssw_bbl_tile(), and tl_set_vbc_mod::tl_set_vbc_tile().
subroutine bc_2d_mod::dabc_r2d_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, | ||
real(r8), dimension(lbi:,lbj:), intent(inout) | a ) |
Definition at line 520 of file bc_2d.F.
References mod_param::domain, mod_scalars::ewperiodic, exchange_2d_mod::exchange_r2d_tile(), mod_boundary::lbc_apply, and mod_scalars::nsperiodic.
Referenced by conv_2d_mod::conv_r2d_tile(), normalization_mod::normalization_tile(), normalization_mod::randomization_tile(), and tl_conv_2d_mod::tl_conv_r2d_tile().
subroutine bc_2d_mod::dabc_u2d_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, | ||
real(r8), dimension(lbi:,lbj:), intent(inout) | a ) |
Definition at line 643 of file bc_2d.F.
References mod_param::domain, mod_scalars::ewperiodic, exchange_2d_mod::exchange_u2d_tile(), mod_boundary::lbc_apply, and mod_scalars::nsperiodic.
Referenced by conv_2d_mod::conv_u2d_tile(), normalization_mod::normalization_tile(), normalization_mod::randomization_tile(), and tl_conv_2d_mod::tl_conv_u2d_tile().
subroutine bc_2d_mod::dabc_v2d_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, | ||
real(r8), dimension(lbi:,lbj:), intent(inout) | a ) |
Definition at line 768 of file bc_2d.F.
References mod_param::domain, mod_scalars::ewperiodic, exchange_2d_mod::exchange_v2d_tile(), mod_boundary::lbc_apply, and mod_scalars::nsperiodic.
Referenced by conv_2d_mod::conv_v2d_tile(), normalization_mod::normalization_tile(), normalization_mod::randomization_tile(), and tl_conv_2d_mod::tl_conv_v2d_tile().