PartMC  2.2.0
Public Attributes
pmc_aero_mode::aero_mode_t Type Reference

An aerosol size distribution mode. More...

List of all members.

Public Attributes

character(len=AERO_MODE_NAME_LENname
 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, (m).
real(kind=dp), dimension(:),
pointer 
sample_radius
 Sample bin radii [length (N + 1)] (m).
real(kind=dp), dimension(:),
pointer 
sample_num_conc
 Sample bin number concentrations [length N] (m^{-3}).
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.

Detailed Description

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.


Member Data Documentation

Characteristic radius, with meaning dependent on mode type (m).

Definition at line 53 of file aero_mode.F90.

Log base 10 of geometric standard deviation of radius, (m).

Definition at line 55 of file aero_mode.F90.

Mode name, used to track particle sources.

Definition at line 49 of file aero_mode.F90.

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.

Source number.

Definition at line 65 of file aero_mode.F90.

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.


The documentation for this type was generated from the following file: