pmc_aero_particle::aero_particle_t Struct Reference

Single aerosol particle data structure. More...

List of all members.

Public Attributes

real *8, dimension(:), pointer vol
 Constituent species volumes [length aero_data%n_spec] (m^3).
integer n_orig_part
 Number of original particles that coagulated to form this one.
real *8 absorb_cross_sect
 Absorption cross-section (m^2).
real *8 scatter_cross_sect
 Scattering cross-section (m^2).
real *8 asymmetry
 Asymmetry parameter (1).
complex *16 refract_shell
 Refractive index of the shell (1).
complex *16 refract_core
 Refractive index of the core (1).
real *8 core_vol
 Volume of the core (m^3).
integer water_hyst_leg
 Water hysteresis curve section (0 = lower, 1 = upper).
integer id
 Unique ID number.
real *8 least_create_time
 First time a constituent was created (s).
real *8 greatest_create_time
 Last time a constituent was created (s).


Detailed Description

Single aerosol particle data structure.

The vol array stores the total volumes of the different species that make up the particle. This array must have length equal to aero_data%n_spec, so that vol(i) is the volume (in m^3) of the i'th aerosol species.


Member Data Documentation

real*8,dimension(:),pointer pmc_aero_particle::aero_particle_t::vol

Constituent species volumes [length aero_data%n_spec] (m^3).

Number of original particles that coagulated to form this one.

Absorption cross-section (m^2).

Scattering cross-section (m^2).

Asymmetry parameter (1).

Refractive index of the shell (1).

Refractive index of the core (1).

Volume of the core (m^3).

Water hysteresis curve section (0 = lower, 1 = upper).

Unique ID number.

First time a constituent was created (s).

Last time a constituent was created (s).


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

Generated on Mon Apr 26 17:13:31 2010 for PartMC by  doxygen 1.5.6