9.0
general documentation
Loading...
Searching...
No Matches
Aerosol chemistry parameters for the

atmospheric module More...

Enumerations

enum  { cs_atmo_aerosol_off = 0 , cs_atmo_aerosol_ssh = 1 }
 Enum and flag to activate or not the aerosol model. More...

Variables

integer(kind=kind(cs_atmo_aerosol_off)), pointer, save iaerosol
logical(c_bool), pointer, save nogaseouschemistry
 Flag to desactivate gaseous chemistry.
logical(c_bool), pointer, save init_gas_with_lib
 Flag to initialize gas species with the aerosol library.
logical(c_bool), pointer, save init_aero_with_lib
 Flag to initialize aerosols with the aerosol library.
integer(c_int), pointer, save nlayer_aer
integer(c_int), pointer, save n_aer
 Number of aerosols.
double precision, dimension(:), pointer, save dlconc0
 Initial gaseous and particulate concentrations and aerosol number read in file.

Detailed Description

atmospheric module

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Enum and flag to activate or not the aerosol model.

Enumerator
cs_atmo_aerosol_off 
cs_atmo_aerosol_ssh 

Variable Documentation

◆ dlconc0

double precision, dimension(:), pointer, save dlconc0

Initial gaseous and particulate concentrations and aerosol number read in file.

◆ iaerosol

integer(kind=kind(cs_atmo_aerosol_off)), pointer, save 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.

◆ n_aer

integer(c_int), pointer, save n_aer

Number of aerosols.

◆ nlayer_aer

integer(c_int), pointer, save nlayer_aer

◆ nogaseouschemistry

logical(c_bool), pointer, save nogaseouschemistry

Flag to desactivate gaseous chemistry.