ROMS
|
Functions/Subroutines | |
subroutine | bc_r2d_bry_tile (ng, tile, boundary, lbij, ubij, a) |
subroutine | bc_u2d_bry_tile (ng, tile, boundary, lbij, ubij, a) |
subroutine | bc_v2d_bry_tile (ng, tile, boundary, lbij, ubij, a) |
subroutine bc_bry2d_mod::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) | a ) |
Definition at line 27 of file bc_bry2d.F.
References mod_param::domain, mod_scalars::ieast, mod_scalars::inorth, mod_scalars::isouth, and mod_scalars::iwest.
Referenced by conv_bry2d_mod::conv_r2d_bry_tile(), normalization_mod::normalization_tile(), normalization_mod::randomization_tile(), and tl_conv_bry2d_mod::tl_conv_r2d_bry_tile().
subroutine bc_bry2d_mod::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) | a ) |
Definition at line 97 of file bc_bry2d.F.
References mod_param::domain, mod_scalars::ieast, mod_scalars::inorth, mod_scalars::isouth, and mod_scalars::iwest.
Referenced by conv_bry2d_mod::conv_u2d_bry_tile(), normalization_mod::normalization_tile(), normalization_mod::randomization_tile(), and tl_conv_bry2d_mod::tl_conv_u2d_bry_tile().
subroutine bc_bry2d_mod::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) | a ) |
Definition at line 167 of file bc_bry2d.F.
References mod_param::domain, mod_scalars::ieast, mod_scalars::inorth, mod_scalars::isouth, and mod_scalars::iwest.
Referenced by conv_bry2d_mod::conv_v2d_bry_tile(), normalization_mod::normalization_tile(), normalization_mod::randomization_tile(), and tl_conv_bry2d_mod::tl_conv_v2d_bry_tile().