|
real, dimension(:,:,:), allocatable | du_dt |
|
real, dimension(:,:,:), allocatable | dv_dt |
|
real, dimension(:,:,:), allocatable | dp_dt |
|
real, dimension(:,:,:), allocatable | dth_dt |
|
real, dimension(:,:,:), allocatable | dqv_dt |
|
real, dimension(:,:,:), allocatable | dqc_dt |
|
real, dimension(:,:), allocatable | dsh_dt |
|
real, dimension(:,:), allocatable | dlh_dt |
|
real, dimension(:,:), allocatable | dpblh_dt |
|
real, dimension(:,:), allocatable | dsw_dt |
|
real, dimension(:,:), allocatable | dlw_dt |
|
real, dimension(:,:), allocatable | dsst_dt |
|
real, dimension(:,:), allocatable | lowres_terrain |
|
real, dimension(:,:,:), allocatable | lowres_z |
|
type(domain_type) | next_domain |
|
type(wind_type) | ext_winds |
|
real, dimension(:,:,:), allocatable | u |
|
real, dimension(:,:,:), allocatable | v |
|
real, dimension(:,:,:), allocatable | dz |
|
real, dimension(:,:,:), allocatable | rho |
|
real, dimension(:,:,:), allocatable | th |
|
real, dimension(:,:,:), allocatable | p |
|
real, dimension(:,:,:), allocatable | pii |
|
real, dimension(:,:,:), allocatable | qv |
|
real, dimension(:,:,:), allocatable | cloud |
|
real, dimension(:,:,:), allocatable | ice |
|
real, dimension(:,:,:), allocatable | qsnow |
|
real, dimension(:,:,:), allocatable | qrain |
|
real, dimension(:,:,:), allocatable | nsquared |
|
type(interpolable_type) | u_geo |
|
type(interpolable_type) | v_geo |
|
real, dimension(:,:), allocatable | terrain |
|
real | dx |
|
real, dimension(:,:), allocatable | dzdx |
|
real, dimension(:,:), allocatable | dzdy |
|
real, dimension(:,:), allocatable | linear_mask |
|
real, dimension(:,:), allocatable | nsq_calibration |
|
complex(c_double_complex),
dimension(:,:), allocatable | fzs |
|
real, dimension(:,:), allocatable | lat |
|
real, dimension(:,:), allocatable | lon |
|
real, dimension(:,:,:), allocatable | z |
|
type(vert_look_up_table) | vert_lut |
|
type(geo_look_up_table) | geolut |
|
logical | dx_errors_printed =.False. |
|
logical | dy_errors_printed =.False. |
|