subroutine cu_c3_deep::cup_dd_moisture | ( | character*50, dimension(its:ite) | ierrc, |
real(kind=kind_phys), dimension (its:,kts:), intent(in) | zd, | ||
real(kind=kind_phys), dimension (its:,kts:), intent(in) | hcd, | ||
real(kind=kind_phys), dimension (its:,kts:), intent(in) | hes_cup, | ||
real(kind=kind_phys), dimension (its:,kts:), intent(out) | qcd, | ||
real(kind=kind_phys), dimension (its:,kts:), intent(in) | qes_cup, | ||
real(kind=kind_phys), dimension (its:,kts:), intent(out) | pwd, | ||
real(kind=kind_phys), dimension (its:,kts:), intent(in) | q_cup, | ||
real(kind=kind_phys), dimension (its:,kts:), intent(in) | z_cup, | ||
real(kind=kind_phys), dimension (its:,kts:), intent(in) | dd_massentr, | ||
real(kind=kind_phys), dimension (its:,kts:), intent(in) | dd_massdetr, | ||
integer, dimension (its:), intent(in) | jmin, | ||
integer, dimension (its:), intent(inout) | ierr, | ||
real(kind=kind_phys), dimension (its:,kts:), intent(in) | gamma_cup, | ||
real(kind=kind_phys), dimension (its:), intent(out) | pwev, | ||
real(kind=kind_phys), dimension (its:), intent(out) | bu, | ||
real(kind=kind_phys), dimension (its:,kts:), intent(out) | qrcd, | ||
real(kind=kind_phys), dimension (its:,kts:), intent(in) | p_cup, | ||
real(kind=kind_phys), dimension (its:,kts:), intent(in) | q, | ||
real(kind=kind_phys), dimension (its:,kts:), intent(in) | he, | ||
integer, intent(in) | iloop, | ||
integer, intent(in) | itf, | ||
integer, intent(in) | ktf, | ||
integer, intent(in) | its, | ||
integer, intent(in) | ite, | ||
integer, intent(in) | kts, | ||
integer, intent(in) | kte ) |
Definition at line 2654 of file cu_c3_deep.F90.
Referenced by cu_c3_deep_run().