|
| logical | initialized = .false. |
| |
| real(kind=kind_phys), dimension(nkp) | w |
| |
| real(kind=kind_phys), dimension(nkp) | t |
| |
| real(kind=kind_phys), dimension(nkp) | qv |
| |
| real(kind=kind_phys), dimension(nkp) | qc |
| |
| real(kind=kind_phys), dimension(nkp) | qh |
| |
| real(kind=kind_phys), dimension(nkp) | qi |
| |
| real(kind=kind_phys), dimension(nkp) | sc |
| |
| real(kind=kind_phys), dimension(nkp) | vth |
| |
| real(kind=kind_phys), dimension(nkp) | vti |
| |
| real(kind=kind_phys), dimension(nkp) | rho |
| |
| real(kind=kind_phys), dimension(nkp) | txs |
| |
| real(kind=kind_phys), dimension(nkp) | est |
| |
| real(kind=kind_phys), dimension(nkp) | qsat |
| |
| real(kind=kind_phys), dimension(nkp) | wc |
| |
| real(kind=kind_phys), dimension(nkp) | wt |
| |
| real(kind=kind_phys), dimension(nkp) | tt |
| |
| real(kind=kind_phys), dimension(nkp) | qvt |
| |
| real(kind=kind_phys), dimension(nkp) | qct |
| |
| real(kind=kind_phys), dimension(nkp) | qht |
| |
| real(kind=kind_phys), dimension(nkp) | qit |
| |
| real(kind=kind_phys), dimension(nkp) | sct |
| |
| real(kind=kind_phys), dimension(nkp) | dzm |
| |
| real(kind=kind_phys), dimension(nkp) | dzt |
| |
| real(kind=kind_phys), dimension(nkp) | zm |
| |
| real(kind=kind_phys), dimension(nkp) | zt |
| |
| real(kind=kind_phys), dimension(nkp) | vctr1 |
| |
| real(kind=kind_phys), dimension(nkp) | vctr2 |
| |
| real(kind=kind_phys), dimension(nkp) | vt3dc |
| |
| real(kind=kind_phys), dimension(nkp) | vt3df |
| |
| real(kind=kind_phys), dimension(nkp) | vt3dk |
| |
| real(kind=kind_phys), dimension(nkp) | vt3dg |
| |
| real(kind=kind_phys), dimension(nkp) | scr1 |
| |
| real(kind=kind_phys), dimension(nkp) | pke |
| |
| real(kind=kind_phys), dimension(nkp) | the |
| |
| real(kind=kind_phys), dimension(nkp) | thve |
| |
| real(kind=kind_phys), dimension(nkp) | thee |
| |
| real(kind=kind_phys), dimension(nkp) | pe |
| |
| real(kind=kind_phys), dimension(nkp) | te |
| |
| real(kind=kind_phys), dimension(nkp) | qvenv |
| |
| real(kind=kind_phys), dimension(nkp) | dne |
| |
| real(kind=kind_phys), dimension(nkp) | ucon |
| |
| real(kind=kind_phys), dimension(nkp) | vcon |
| |
| real(kind=kind_phys), dimension(nkp) | thtcon |
| |
| real(kind=kind_phys), dimension(nkp) | rvcon |
| |
| real(kind=kind_phys), dimension(nkp) | picon |
| |
| real(kind=kind_phys), dimension(nkp) | tmpcon |
| |
| real(kind=kind_phys), dimension(nkp) | zcon |
| |
| real(kind=kind_phys), dimension(nkp) | zzcon |
| |
| real(kind=kind_phys) | dz |
| |
| real(kind=kind_phys) | dqsdz |
| |
| real(kind=kind_phys), dimension(nkp) | visc |
| |
| real(kind=kind_phys) | viscosity |
| |
| real(kind=kind_phys) | tstpf |
| |
| integer | n |
| |
| integer | nm1 |
| |
| integer | l |
| |
| real(kind=kind_phys), dimension(nkp) | cvh |
| |
| real(kind=kind_phys), dimension(nkp) | cvi |
| |
| real(kind=kind_phys) | adiabat |
| |
| real(kind=kind_phys) | wbar |
| |
| real(kind=kind_phys) | vhrel |
| |
| real(kind=kind_phys) | virel |
| |
| real(kind=kind_phys) | zsurf |
| |
| real(kind=kind_phys) | ztop |
| |
| real(kind=kind_phys) | area |
| |
| real(kind=kind_phys) | rsurf |
| |
| real(kind=kind_phys) | alpha |
| |
| real(kind=kind_phys), dimension(nkp) | radius |
| |
| real(kind=kind_phys), dimension(ntime) | heating |
| |
| real(kind=kind_phys) | fmoist |
| |
| real(kind=kind_phys) | bload |
| |
| real(kind=kind_phys) | dt |
| |
| real(kind=kind_phys) | time |
| |
| real(kind=kind_phys) | tdur |
| |
| integer | mintime |
| |
| integer | mdur |
| |
| integer | maxtime |
| |
| real(kind=kind_phys), dimension(nkp) | upe |
| |
| real(kind=kind_phys), dimension(nkp) | vpe |
| |
| real(kind=kind_phys), dimension(nkp) | vel_e |
| |
| real(kind=kind_phys), dimension(nkp) | vel_p |
| |
| real(kind=kind_phys), dimension(nkp) | rad_p |
| |
| real(kind=kind_phys), dimension(nkp) | vel_t |
| |
| real(kind=kind_phys), dimension(nkp) | rad_t |
| |
| real(kind=kind_phys), dimension(ntime) | ztop_ |
| |
| integer | testval |
| |