| subroutine cu_gf_deep::cup_env | ( | real(kind=kind_phys), dimension (its:ite,kts:kte), intent(inout) | z, | 
| real(kind=kind_phys), dimension (its:ite,kts:kte), intent(out) | qes, | ||
| real(kind=kind_phys), dimension (its:ite,kts:kte), intent(out) | he, | ||
| real(kind=kind_phys), dimension (its:ite,kts:kte), intent(out) | hes, | ||
| real(kind=kind_phys), dimension (its:ite,kts:kte), intent(in) | t, | ||
| real(kind=kind_phys), dimension (its:ite,kts:kte), intent(in) | q, | ||
| real(kind=kind_phys), dimension (its:ite,kts:kte), intent(in) | p, | ||
| real(kind=kind_phys), dimension (its:ite), intent(in) | z1, | ||
| real(kind=kind_phys), dimension (its:ite), intent(in) | psur, | ||
| integer, dimension (its:ite), intent(inout) | ierr, | ||
| real(kind=kind_phys) | tcrit, | ||
| integer, intent(in) | itest, | ||
| integer, intent(in) | itf, | ||
| integer, intent(in) | ktf, | ||
| integer, intent(in) | its, | ||
| integer, intent(in) | ite, | ||
| integer, intent(in) | kts, | ||
| integer, intent(in) | kte | ||
| ) | 
| z | environmental heights | 
| qes | environmental saturation mixing ratio | 
| he | environmental moist static energy | 
| hes | environmental saturation moist static energy | 
| t | environmental temperature | 
| q | environmental mixing ratio | 
| p | environmental pressure | 
| z1 | terrain elevation | 
| psur | surface pressure | 
| ierr | error value, maybe modified in this routine | 
| tcrit | 258.K | 
| itest | |
| itf | |
| ktf | |
| its | |
| ite | |
| kts | |
| kte | 
References satvap().
Referenced by cu_gf_deep_run(), and cu_gf_sh::cu_gf_sh_run().