Go to the source code of this file.
 | 
| subroutine  | climb_wind_mod::climb_wind_init | 
|   | 
| subroutine, public  | climb_wind_mod::climb_wind_down (knon, dtime, coef_in, pplay, paprs, temp, delp, u_old, v_old, | 
|   | 
| subroutine  | climb_wind_mod::calc_coef (knon, Kcoef, delp, X, alfa1, alfa2, Ccoef, Dcoef, Acoef, Bcoef) | 
|   | 
| subroutine, public  | climb_wind_mod::climb_wind_up (knon, dtime, u_old, v_old, flx_u1, flx_v1, | 
|   | 
 | 
| real, dimension(:), allocatable  | climb_wind_mod::alf1 | 
|   | 
| real, dimension(:), allocatable  | climb_wind_mod::alf2 | 
|   | 
| real, dimension(:,:), allocatable  | climb_wind_mod::kcoefm | 
|   | 
| real, dimension(:,:), allocatable  | climb_wind_mod::ccoef_u | 
|   | 
| real, dimension(:,:), allocatable  | climb_wind_mod::dcoef_u | 
|   | 
| real, dimension(:,:), allocatable  | climb_wind_mod::ccoef_v | 
|   | 
| real, dimension(:,:), allocatable  | climb_wind_mod::dcoef_v | 
|   | 
| real, dimension(:), allocatable  | climb_wind_mod::acoef_u | 
|   | 
| real, dimension(:), allocatable  | climb_wind_mod::bcoef_u | 
|   | 
| real, dimension(:), allocatable  | climb_wind_mod::acoef_v | 
|   | 
| real, dimension(:), allocatable  | climb_wind_mod::bcoef_v | 
|   | 
| logical  | climb_wind_mod::firstcall =.TRUE. | 
|   |