PartMC 2.1.0
|
An aerosol size distribution mode. More...
Public Attributes | |
character(len=AERO_MODE_NAME_LEN) | name |
Mode name, used to track particle sources. | |
integer | type |
Mode type (given by module constants). | |
real(kind=dp) | char_radius |
Characteristic radius, with meaning dependent on mode type (m). | |
real(kind=dp) | log10_std_dev_radius |
Log base 10 of geometric standard deviation of radius, if necessary (m). | |
real(kind=dp) | num_conc |
Total number concentration of mode (#/m^3). | |
real(kind=dp), dimension(:), pointer | vol_frac |
Species fractions by volume [length aero_data%n_spec ] (1). | |
integer | source |
Source number. |
An aerosol size distribution mode.
Each mode is assumed to be fully internally mixed so that every particle has the same composition. The num_conc
array then stores the number concentration distribution.
real(kind=dp) pmc_aero_mode::aero_mode_t::char_radius |
Characteristic radius, with meaning dependent on mode type (m).
real(kind=dp) pmc_aero_mode::aero_mode_t::log10_std_dev_radius |
Log base 10 of geometric standard deviation of radius, if necessary (m).
character(len=AERO_MODE_NAME_LEN) pmc_aero_mode::aero_mode_t::name |
Mode name, used to track particle sources.
real(kind=dp) pmc_aero_mode::aero_mode_t::num_conc |
Total number concentration of mode (#/m^3).
Source number.
integer pmc_aero_mode::aero_mode_t::type |
Mode type (given by module constants).
real(kind=dp),dimension(:),pointer pmc_aero_mode::aero_mode_t::vol_frac |
Species fractions by volume [length aero_data%n_spec
] (1).