ROMS
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | tl_lmd_swfrac_tile (ng, tile, lbi, ubi, lbj, ubj, imins, imaxs, jmins, jmaxs, zscale, z, tl_z, tl_swdk) |
subroutine tl_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(in) | tl_z, | ||
real(r8), dimension(imins:imaxs,jmins:jmaxs), intent(out) | tl_swdk ) |
Definition at line 6 of file tl_lmd_swfrac.F.
References mod_scalars::lmd_mu1, mod_scalars::lmd_mu2, mod_scalars::lmd_r1, and mod_mixing::mixing.
Referenced by tl_pre_step3d_mod::tl_pre_step3d_tile().