|
ROMS
|
Functions/Subroutines | |
| subroutine | ad_bc_r2d_bry_tile (ng, tile, boundary, lbij, ubij, ad_a) |
| subroutine | ad_bc_u2d_bry_tile (ng, tile, boundary, lbij, ubij, ad_a) |
| subroutine | ad_bc_v2d_bry_tile (ng, tile, boundary, lbij, ubij, ad_a) |
| subroutine ad_bc_bry2d_mod::ad_bc_r2d_bry_tile | ( | integer, intent(in) | ng, |
| integer, intent(in) | tile, | ||
| integer, intent(in) | boundary, | ||
| integer, intent(in) | lbij, | ||
| integer, intent(in) | ubij, | ||
| real(r8), dimension(lbij:), intent(inout) | ad_a ) |
Definition at line 28 of file ad_bc_bry2d.F.
References mod_param::domain, mod_scalars::ieast, mod_scalars::inorth, mod_scalars::isouth, and mod_scalars::iwest.
Referenced by ad_conv_bry2d_mod::ad_conv_r2d_bry_tile().
| subroutine ad_bc_bry2d_mod::ad_bc_u2d_bry_tile | ( | integer, intent(in) | ng, |
| integer, intent(in) | tile, | ||
| integer, intent(in) | boundary, | ||
| integer, intent(in) | lbij, | ||
| integer, intent(in) | ubij, | ||
| real(r8), dimension(lbij:), intent(inout) | ad_a ) |
Definition at line 122 of file ad_bc_bry2d.F.
References mod_param::domain, mod_scalars::ieast, mod_scalars::inorth, mod_scalars::isouth, and mod_scalars::iwest.
Referenced by ad_conv_bry2d_mod::ad_conv_u2d_bry_tile().
| subroutine ad_bc_bry2d_mod::ad_bc_v2d_bry_tile | ( | integer, intent(in) | ng, |
| integer, intent(in) | tile, | ||
| integer, intent(in) | boundary, | ||
| integer, intent(in) | lbij, | ||
| integer, intent(in) | ubij, | ||
| real(r8), dimension(lbij:), intent(inout) | ad_a ) |
Definition at line 216 of file ad_bc_bry2d.F.
References mod_param::domain, mod_scalars::ieast, mod_scalars::inorth, mod_scalars::isouth, and mod_scalars::iwest.
Referenced by ad_conv_bry2d_mod::ad_conv_v2d_bry_tile().