| 
| logical  | imbrication_flag | 
|   | activation flag  More...
  | 
|   | 
| logical, save  | imbrication_verbose | 
|   | 
| logical  | cressman_u | 
|   | Flags for activating the cressman interpolation for the boundary conditions.  More...
  | 
|   | 
| logical  | cressman_v | 
|   | 
| logical  | cressman_tke | 
|   | 
| logical  | cressman_eps | 
|   | 
| logical  | cressman_theta | 
|   | 
| logical  | cressman_qw | 
|   | 
| logical  | cressman_nc | 
|   | 
| double precision  | horizontal_influence_radius | 
|   | numerical parameters for the cressman interpolation formulas  More...
  | 
|   | 
| double precision  | vertical_influence_radius | 
|   | 
| integer  | line_len | 
|   | Parameter for "meteo" files.  More...
  | 
|   | 
| character(line_len)  | imbrication_files_list | 
|   | 
| character(line_len), dimension(:), allocatable  | imbrication_files | 
|   | 
| integer  | number_of_files | 
|   | 
| character *(3)  | skip_chars | 
|   | 
| integer  | thermal_profile_dim | 
|   | Profile dimension variable.  More...
  | 
|   | 
| integer  | dynamical_profile_dim | 
|   | 
| integer  | sections_per_file | 
|   | Time sections per files.  More...
  | 
|   | 
| integer, dimension(:,:), allocatable  | years | 
|   | read data from "meteo" files  More...
  | 
|   | 
| integer, dimension(:,:), allocatable  | ordinals | 
|   | 
| integer, dimension(:,:), allocatable  | hours | 
|   | 
| integer, dimension(:,:), allocatable  | minutes | 
|   | 
| double precision, dimension(:,:), allocatable  | seconds | 
|   | 
| double precision, dimension(:,:), allocatable  | xpos | 
|   | Positions.  More...
  | 
|   | 
| double precision, dimension(:,:), allocatable  | ypos | 
|   | 
| double precision, dimension(:,:), allocatable  | ground_pressure | 
|   | 
| double precision, dimension(:,:,:), allocatable  | zt | 
|   | Vertical grid for temperature and humidity variables.  More...
  | 
|   | 
| double precision, dimension(:,:,:), allocatable  | tempc | 
|   | 
| double precision, dimension(:,:,:), allocatable  | qw | 
|   | 
| double precision, dimension(:,:,:), allocatable  | nc | 
|   | 
| double precision, dimension(:,:,:), allocatable  | zd | 
|   | Vertical grid for wind variables.  More...
  | 
|   | 
| double precision, dimension(:,:,:), allocatable  | u | 
|   | 
| double precision, dimension(:,:,:), allocatable  | v | 
|   | 
| double precision, dimension(:,:,:), allocatable  | tke | 
|   | 
| double precision, dimension(:,:,:), allocatable  | eps | 
|   | 
| double precision, dimension(:,:), allocatable, target  | times | 
|   | derived data  More...
  | 
|   | 
| double precision, dimension(:,:,:), allocatable  | pressure | 
|   | 
| double precision, dimension(:,:,:), allocatable  | theta | 
|   | 
| double precision, dimension(:,:,:), allocatable  | density | 
|   | 
| double precision, dimension(:,:), allocatable  | ti_zt | 
|   | time interpolated profiles  More...
  | 
|   | 
| double precision, dimension(:,:), allocatable  | ti_tempc | 
|   | 
| double precision, dimension(:,:), allocatable  | ti_qw | 
|   | 
| double precision, dimension(:,:), allocatable  | ti_nc | 
|   | 
| double precision, dimension(:,:), allocatable  | ti_zd | 
|   | 
| double precision, dimension(:,:), allocatable  | ti_u | 
|   | 
| double precision, dimension(:,:), allocatable  | ti_v | 
|   | 
| double precision, dimension(:,:), allocatable  | ti_tke | 
|   | 
| double precision, dimension(:,:), allocatable  | ti_eps | 
|   | 
| double precision, dimension(:,:), allocatable  | ti_pressure | 
|   | 
| double precision, dimension(:,:), allocatable  | ti_theta | 
|   | 
| double precision, dimension(:,:), allocatable  | ti_density | 
|   | 
| double precision, dimension(:,:,:), allocatable  | coordinates_th | 
|   | additional variables  More...
  | 
|   | 
| double precision, dimension(:,:,:), allocatable  | influence_param_th | 
|   | 
| double precision, dimension(:,:,:), allocatable  | coordinates_dyn | 
|   | 
| double precision, dimension(:,:,:), allocatable  | influence_param_dyn | 
|   | 
| integer  | id_u | 
|   | 
| integer  | id_v | 
|   | 
| integer  | id_tke | 
|   | 
| integer  | id_eps | 
|   | 
| integer  | id_theta | 
|   | 
| integer  | id_qw | 
|   | 
| integer  | id_nc | 
|   | 
| double precision, dimension(:), pointer  | times_sequence =>null() | 
|   | 1D array of times at which profiles are given  More...
  | 
|   |