atmospheric module
More...
|
integer(kind=kind(cs_atmo_aerosol_off)), pointer, save | iaerosol |
|
logical(c_bool), pointer, save | nogaseouschemistry |
| Flag to desactivate gaseous chemistry. More...
|
|
logical(c_bool), pointer, save | init_gas_with_lib |
| Flag to initialize gas species with the aerosol library. More...
|
|
logical(c_bool), pointer, save | init_aero_with_lib |
| Flag to initialize aerosols with the aerosol library. More...
|
|
integer(c_int), pointer, save | nlayer_aer |
|
integer(c_int), pointer, save | n_aer |
| Number of aerosols. More...
|
|
double precision, dimension(:), allocatable, save | dlconc0 |
| Initial gaseous and particulate concentrations and aerosol number read in file. More...
|
|
integer, dimension(nozppm), save | iprofa |
| read zone boundary conditions from file More...
|
|
atmospheric module
◆ anonymous enum
Enum and flag to activate or not the aerosol model.
Enumerator |
---|
cs_atmo_aerosol_off | |
cs_atmo_aerosol_ssh | |
◆ dlconc0
double precision, dimension(:), allocatable, save dlconc0 |
Initial gaseous and particulate concentrations and aerosol number read in file.
◆ iaerosol
◆ init_aero_with_lib
logical(c_bool), pointer, save init_aero_with_lib |
Flag to initialize aerosols with the aerosol library.
◆ init_gas_with_lib
logical(c_bool), pointer, save init_gas_with_lib |
Flag to initialize gas species with the aerosol library.
◆ iprofa
integer, dimension(nozppm), save iprofa |
read zone boundary conditions from file
◆ n_aer
integer(c_int), pointer, save n_aer |
◆ nlayer_aer
integer(c_int), pointer, save nlayer_aer |
◆ nogaseouschemistry
logical(c_bool), pointer, save nogaseouschemistry |
Flag to desactivate gaseous chemistry.