|
real(mytype), dimension(:,:,:), allocatable, save | u |
|
real(mytype), dimension(:,:,:), allocatable, save | v |
|
real(mytype), dimension(:,:,:), allocatable, save | w |
|
real(mytype), dimension(:,:,:), allocatable, save | p |
|
real(mytype), dimension(:,:,:), allocatable, save | phi |
|
real(mytype), dimension(:,:,:), allocatable, save | t |
|
real(mytype), dimension(:,:,:), allocatable, save | uhx |
|
real(mytype), dimension(:,:,:), allocatable, save | uhy |
|
real(mytype), dimension(:,:,:), allocatable, save | uhz |
|
real(mytype), dimension(:,:,:), allocatable, save | vhx |
|
real(mytype), dimension(:,:,:), allocatable, save | vhy |
|
real(mytype), dimension(:,:,:), allocatable, save | vhz |
|
real(mytype), dimension(:,:,:), allocatable, save | whx |
|
real(mytype), dimension(:,:,:), allocatable, save | why |
|
real(mytype), dimension(:,:,:), allocatable, save | thx |
|
real(mytype), dimension(:,:,:), allocatable, save | thy |
|
real(mytype), dimension(:,:,:), allocatable, save | thz |
|
real(mytype), dimension(:,:,:), allocatable, save | mean_u |
|
real(mytype), dimension(:,:,:), allocatable, save | mean_v |
|
real(mytype), dimension(:,:,:), allocatable, save | mean_w |
|
real(mytype), dimension(:,:,:), allocatable, save | mean_t |
|
real(mytype), dimension(:,:,:), allocatable, save | mean_uu |
|
real(mytype), dimension(:,:,:), allocatable, save | mean_vv |
|
real(mytype), dimension(:,:,:), allocatable, save | mean_ww |
|
real(mytype), dimension(:,:,:), allocatable, save | mean_uw |
|
real(mytype), dimension(:,:,:), allocatable, save | mean_vw |
|
real(mytype), dimension(:,:,:), allocatable, save | mean_tw |
|
real(mytype), dimension(:,:,:), allocatable, save | mean_tt |
|
real(mytype), dimension(:,:,:), allocatable, save | ff |
|
real(mytype), dimension(:,:,:), allocatable, save | ff0 |
|
real(mytype), dimension(:,:,:), allocatable, save | gg |
|
real(mytype), dimension(:,:,:), allocatable, save | gg0 |
|
real(mytype), dimension(:,:,:), allocatable, save | hh |
|
real(mytype), dimension(:,:,:), allocatable, save | hh0 |
|
real(mytype), dimension(:,:,:), allocatable, save | ss |
|
real(mytype), dimension(:,:,:), allocatable, save | ss0 |
|
real(mytype), dimension(:,:,:), allocatable, save | qu |
|
real(mytype), dimension(:,:,:), allocatable, save | qv |
|
real(mytype), dimension(:,:,:), allocatable, save | qw |
|
real(mytype), dimension(:,:,:), allocatable, save | aa |
|
real(mytype), dimension(:,:,:), allocatable, save | cc |
|
complex(mytype), dimension(:,:,:), allocatable, save | bb |
|
complex(mytype), dimension(:,:,:), allocatable, save | bb_u |
|
complex(mytype), dimension(:,:,:), allocatable, save | bb_w |
|
complex(mytype), dimension(:,:,:), allocatable, save | bb_p |
|
complex(mytype), dimension(:,:,:), allocatable, save | bb_t |
|
real(mytype), dimension(:), allocatable, save | aa_u |
|
real(mytype), dimension(:), allocatable, save | cc_u |
|
real(mytype), dimension(:), allocatable, save | aa_w |
|
real(mytype), dimension(:), allocatable, save | cc_w |
|
real(mytype), dimension(:), allocatable, save | aa_p |
|
real(mytype), dimension(:), allocatable, save | cc_p |
|
real(mytype), dimension(:), allocatable, save | aa_t |
|
real(mytype), dimension(:), allocatable, save | cc_t |
|
complex(mytype), dimension(:,:,:), allocatable, save | c_var |
|
complex(mytype), dimension(:,:,:), allocatable, save | c_src |
|
complex(mytype), dimension(:,:,:), allocatable, save | c_tmp1 |
|
complex(mytype), dimension(:,:,:), allocatable, save | c_tmp2 |
|
complex(mytype), dimension(:,:,:), allocatable, save | c_u |
|
complex(mytype), dimension(:,:,:), allocatable, save | c_v |
|
complex(mytype), dimension(:,:,:), allocatable, save | c_w |
|
complex(mytype), dimension(:,:,:), allocatable, save | c_p |
|
complex(mytype), dimension(:,:,:), allocatable, save | c_phi |
|
complex(mytype), dimension(:,:,:), allocatable, save | c_t |
|
complex(mytype), dimension(:,:,:), allocatable, save | c_qu |
|
complex(mytype), dimension(:,:,:), allocatable, save | c_qv |
|
complex(mytype), dimension(:,:,:), allocatable, save | c_qw |
|
complex(mytype), dimension(:,:,:), allocatable, save | c_ff |
|
complex(mytype), dimension(:,:,:), allocatable, save | c_gg |
|
complex(mytype), dimension(:,:,:), allocatable, save | c_hh |
|
complex(mytype), dimension(:,:,:), allocatable, save | c_ss |
|