subroutine, public module_nst_water_prop::get_dtzm_2d | ( | real (kind=kind_phys), dimension(nx,ny), intent(in) | xt, |
real (kind=kind_phys), dimension(nx,ny), intent(in) | xz, | ||
real (kind=kind_phys), dimension(nx,ny), intent(in) | dt_cool, | ||
real (kind=kind_phys), dimension(nx,ny), intent(in) | zc, | ||
logical, dimension(nx,ny), intent(in) | wet, | ||
real (kind=kind_phys), intent(in) | z1, | ||
real (kind=kind_phys), intent(in) | z2, | ||
integer, intent(in) | nx, | ||
integer, intent(in) | ny, | ||
integer, intent(in) | nth, | ||
real (kind=kind_phys), dimension(nx,ny), intent(out) | dtm | ||
) |
Referenced by sfc_nst_post::sfc_nst_post_run(), and sfc_nst_pre::sfc_nst_pre_run().