ROMS
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | lmd_swfrac_tile (ng, tile, lbi, ubi, lbj, ubj, imins, imaxs, jmins, jmaxs, zscale, z, swdk) |
subroutine lmd_swfrac_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), intent(in) | zscale, | ||
real(r8), dimension(imins:imaxs,jmins:jmaxs), intent(in) | z, | ||
real(r8), dimension(imins:imaxs,jmins:jmaxs), intent(out) | swdk ) |
Definition at line 6 of file lmd_swfrac.F.
References mod_scalars::lmd_mu1, mod_scalars::lmd_mu2, mod_scalars::lmd_r1, and mod_mixing::mixing.
Referenced by lmd_bkpp_tile(), lmd_skpp_tile(), and pre_step3d_mod::pre_step3d_tile().