ROMS
|
Functions/Subroutines | |
subroutine | ad_bc_r2d_tile (ng, tile, lbi, ubi, lbj, ubj, ad_a) |
subroutine | ad_bc_u2d_tile (ng, tile, lbi, ubi, lbj, ubj, ad_a) |
subroutine | ad_bc_v2d_tile (ng, tile, lbi, ubi, lbj, ubj, ad_a) |
subroutine | ad_dabc_r2d_tile (ng, tile, lbi, ubi, lbj, ubj, ad_a) |
subroutine | ad_dabc_u2d_tile (ng, tile, lbi, ubi, lbj, ubj, ad_a) |
subroutine | ad_dabc_v2d_tile (ng, tile, lbi, ubi, lbj, ubj, ad_a) |
subroutine ad_bc_2d_mod::ad_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) | ad_a ) |
Definition at line 42 of file ad_bc_2d.F.
References ad_exchange_2d_mod::ad_exchange_r2d_tile(), mod_param::domain, mod_scalars::ewperiodic, mod_boundary::lbc_apply, and mod_scalars::nsperiodic.
subroutine ad_bc_2d_mod::ad_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) | ad_a ) |
Definition at line 199 of file ad_bc_2d.F.
References ad_exchange_2d_mod::ad_exchange_u2d_tile(), mod_param::ad_lbc, mod_param::domain, mod_scalars::ewperiodic, mod_scalars::gamma2, mod_grid::grid, mod_scalars::ieast, mod_scalars::inorth, mod_ncparam::isbu2d, mod_scalars::isouth, mod_scalars::iwest, mod_boundary::lbc_apply, and mod_scalars::nsperiodic.
Referenced by ad_set_vbc_mod::ad_set_vbc_tile().
subroutine ad_bc_2d_mod::ad_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) | ad_a ) |
Definition at line 425 of file ad_bc_2d.F.
References ad_exchange_2d_mod::ad_exchange_v2d_tile(), mod_param::ad_lbc, mod_param::domain, mod_scalars::ewperiodic, mod_scalars::gamma2, mod_grid::grid, mod_scalars::ieast, mod_scalars::inorth, mod_ncparam::isbv2d, mod_scalars::isouth, mod_scalars::iwest, mod_boundary::lbc_apply, and mod_scalars::nsperiodic.
Referenced by ad_set_vbc_mod::ad_set_vbc_tile().
subroutine ad_bc_2d_mod::ad_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) | ad_a ) |
Definition at line 650 of file ad_bc_2d.F.
References ad_exchange_2d_mod::ad_exchange_r2d_tile(), mod_param::domain, mod_scalars::ewperiodic, mod_boundary::lbc_apply, and mod_scalars::nsperiodic.
Referenced by ad_conv_2d_mod::ad_conv_r2d_tile().
subroutine ad_bc_2d_mod::ad_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) | ad_a ) |
Definition at line 807 of file ad_bc_2d.F.
References ad_exchange_2d_mod::ad_exchange_u2d_tile(), mod_param::domain, mod_scalars::ewperiodic, mod_boundary::lbc_apply, and mod_scalars::nsperiodic.
Referenced by ad_conv_2d_mod::ad_conv_u2d_tile().
subroutine ad_bc_2d_mod::ad_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) | ad_a ) |
Definition at line 966 of file ad_bc_2d.F.
References ad_exchange_2d_mod::ad_exchange_v2d_tile(), mod_param::domain, mod_scalars::ewperiodic, mod_boundary::lbc_apply, and mod_scalars::nsperiodic.
Referenced by ad_conv_2d_mod::ad_conv_v2d_tile().