Go to the source code of this file.
|
| subroutine, public | climb_hq_mod::climb_hq_down (knon, coefhq, paprs, pplay,delp, temp, q, dtime, |
| |
| subroutine | climb_hq_mod::calc_coef (knon, Kcoef, gama, delp, X, Ccoef, Dcoef, Acoef, Bcoef) |
| |
| subroutine, public | climb_hq_mod::climb_hq_up (knon, dtime, t_old, q_old,flx_q1, flx_h1, paprs, pplay, |
| |
|
| real, dimension(:,:), allocatable | climb_hq_mod::gamaq |
| |
| real, dimension(:,:), allocatable | climb_hq_mod::gamah |
| |
| real, dimension(:,:), allocatable | climb_hq_mod::ccoef_q |
| |
| real, dimension(:,:), allocatable | climb_hq_mod::dcoef_q |
| |
| real, dimension(:,:), allocatable | climb_hq_mod::ccoef_h |
| |
| real, dimension(:,:), allocatable | climb_hq_mod::dcoef_h |
| |
| real, dimension(:), allocatable | climb_hq_mod::acoef_q |
| |
| real, dimension(:), allocatable | climb_hq_mod::bcoef_q |
| |
| real, dimension(:), allocatable | climb_hq_mod::acoef_h |
| |
| real, dimension(:), allocatable | climb_hq_mod::bcoef_h |
| |
| real, dimension(:,:), allocatable | climb_hq_mod::kcoefhq |
| |