PartMC 2.1.3
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, 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.

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 num_conc array then stores the number concentration distribution.

Definition at line 42 of file aero_mode.F90.


Member Data Documentation

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

Definition at line 48 of file aero_mode.F90.

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

Definition at line 51 of file aero_mode.F90.

Mode name, used to track particle sources.

Definition at line 44 of file aero_mode.F90.

Total number concentration of mode (#/m^3).

Definition at line 53 of file aero_mode.F90.

Source number.

Definition at line 57 of file aero_mode.F90.

Mode type (given by module constants).

Definition at line 46 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 55 of file aero_mode.F90.


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