| subroutine cu_gf_deep::cup_env_clev | ( | real(kind=kind_phys), dimension (its:ite,kts:kte), intent(in) | t, | 
| real(kind=kind_phys), dimension (its:ite,kts:kte), intent(in) | qes, | ||
| real(kind=kind_phys), dimension (its:ite,kts:kte), intent(in) | q, | ||
| real(kind=kind_phys), dimension (its:ite,kts:kte), intent(in) | he, | ||
| real(kind=kind_phys), dimension (its:ite,kts:kte), intent(in) | hes, | ||
| real(kind=kind_phys), dimension (its:ite,kts:kte), intent(in) | z, | ||
| real(kind=kind_phys), dimension (its:ite,kts:kte), intent(in) | p, | ||
| real(kind=kind_phys), dimension (its:ite,kts:kte), intent(out) | qes_cup, | ||
| real(kind=kind_phys), dimension (its:ite,kts:kte), intent(out) | q_cup, | ||
| real(kind=kind_phys), dimension (its:ite,kts:kte), intent(out) | he_cup, | ||
| real(kind=kind_phys), dimension (its:ite,kts:kte), intent(out) | hes_cup, | ||
| real(kind=kind_phys), dimension (its:ite,kts:kte), intent(out) | z_cup, | ||
| real(kind=kind_phys), dimension (its:ite,kts:kte), intent(out) | p_cup, | ||
| real(kind=kind_phys), dimension (its:ite,kts:kte), intent(out) | gamma_cup, | ||
| real(kind=kind_phys), dimension (its:ite,kts:kte), intent(out) | t_cup, | ||
| real(kind=kind_phys), dimension (its:ite), intent(in) | psur, | ||
| integer, dimension (its:ite), intent(inout) | ierr, | ||
| real(kind=kind_phys), dimension (its:ite), intent(in) | z1, | ||
| integer, intent(in) | itf, | ||
| integer, intent(in) | ktf, | ||
| integer, intent(in) | its, | ||
| integer, intent(in) | ite, | ||
| integer, intent(in) | kts, | ||
| integer, intent(in) | kte | ||
| ) | 
| t | environmental temperature | 
| qes | environmental saturation mixing ratio | 
| q | environmental mixing ratio | 
| he | environmental moist static energy | 
| hes | environmental saturation moist static energy | 
| z | environmental heights | 
| p | environmental pressure | 
| qes_cup | environmental saturation mixing ratio on cloud levels | 
| q_cup | environmental mixing ratio on cloud levels | 
| he_cup | environmental moist static energy on cloud levels | 
| hes_cup | environmental saturation moist static energy on cloud levels | 
| z_cup | environmental heights on cloud levels | 
| p_cup | environmental pressure on cloud levels | 
| gamma_cup | gamma on cloud levels | 
| t_cup | environmental temperature on cloud levels | 
| psur | surface pressure | 
| ierr | error value, maybe modified in this routine | 
| z1 | terrain elevation | 
| itf,ktf,its,ite,kts,kte | horizontal and vertical dimension | 
References cp, maxens3, r_v, and xlv.
Referenced by cu_gf_deep_run(), and cu_gf_sh::cu_gf_sh_run().