PartMC
2.3.0
|
An aerosol size distribution mode. More...
Public Attributes | |
character(len=aero_mode_name_len) | name |
Mode name, used to track particle sources. More... | |
integer | type |
Mode type (given by module constants). More... | |
real(kind=dp) | char_radius |
Characteristic radius, with meaning dependent on mode type (m). More... | |
real(kind=dp) | log10_std_dev_radius |
Log base 10 of geometric standard deviation of radius, (m). More... | |
real(kind=dp), dimension(:), pointer | sample_radius |
Sample bin radii [length (N + 1) ] (m). More... | |
real(kind=dp), dimension(:), pointer | sample_num_conc |
Sample bin number concentrations [length N ] (m^{-3}). More... | |
real(kind=dp) | num_conc |
Total number concentration of mode (#/m^3). More... | |
real(kind=dp), dimension(:), pointer | vol_frac |
Species fractions by volume [length aero_data%n_spec ] (1). More... | |
real(kind=dp), dimension(:), pointer | vol_frac_std |
Species fraction standard deviation [length aero_data%n_spec ] (1). More... | |
integer | source |
Source number. More... | |
An aerosol size distribution mode.
Each mode is assumed to be fully internally mixed so that every particle has the same composition. The composition is stored in vol_frac
, while the other parameters define the size distribution (with type
defining the type of size distribution function). See Input File Format: Aerosol Mass Fractions for descriptions of the parameters relevant to each mode type.
Definition at line 47 of file aero_mode.F90.
real(kind=dp) pmc_aero_mode::aero_mode_t::char_radius |
Characteristic radius, with meaning dependent on mode type (m).
Definition at line 53 of file aero_mode.F90.
real(kind=dp) pmc_aero_mode::aero_mode_t::log10_std_dev_radius |
Log base 10 of geometric standard deviation of radius, (m).
Definition at line 55 of file aero_mode.F90.
character(len=aero_mode_name_len) pmc_aero_mode::aero_mode_t::name |
Mode name, used to track particle sources.
Definition at line 49 of file aero_mode.F90.
real(kind=dp) pmc_aero_mode::aero_mode_t::num_conc |
Total number concentration of mode (#/m^3).
Definition at line 61 of file aero_mode.F90.
real(kind=dp), dimension(:), pointer pmc_aero_mode::aero_mode_t::sample_num_conc |
Sample bin number concentrations [length N
] (m^{-3}).
Definition at line 59 of file aero_mode.F90.
real(kind=dp), dimension(:), pointer pmc_aero_mode::aero_mode_t::sample_radius |
Sample bin radii [length (N + 1)
] (m).
Definition at line 57 of file aero_mode.F90.
integer pmc_aero_mode::aero_mode_t::source |
Source number.
Definition at line 67 of file aero_mode.F90.
integer pmc_aero_mode::aero_mode_t::type |
Mode type (given by module constants).
Definition at line 51 of file aero_mode.F90.
real(kind=dp), dimension(:), pointer pmc_aero_mode::aero_mode_t::vol_frac |
Species fractions by volume [length aero_data%n_spec
] (1).
Definition at line 63 of file aero_mode.F90.
real(kind=dp), dimension(:), pointer pmc_aero_mode::aero_mode_t::vol_frac_std |
Species fraction standard deviation [length aero_data%n_spec
] (1).
Definition at line 65 of file aero_mode.F90.