pmc_aero_binned::aero_binned_t Struct Reference

Aerosol number and volume distributions stored per bin. More...

List of all members.

Public Attributes

real *8 num_den
 Number density per bin (#/m^3/dlnr). Array length is typically bin_grid%n_bin.
real *8 vol_den
 Volume density per bin and per species (m^3/m^3/dlnr). Array size is typically bin_grid%n_bin x aero_data%n_spec.


Detailed Description

Aerosol number and volume distributions stored per bin.

These quantities are densities both in volume (per m^3) and in radius (per dlnr). The total density per volume is computed as sum(aero_binned%num_den * bin_grid%dlnr).

An aero_binned_t is similar to an aero_dist_t in that they both store binned aerosol distributions. The difference is that an aero_dist_t has the same composition in every bin, whereas an aero_binned_t can have aerosol composition that varies per bin.


Member Data Documentation

real*8 pmc_aero_binned::aero_binned_t::num_den

Number density per bin (#/m^3/dlnr). Array length is typically bin_grid%n_bin.

real*8 pmc_aero_binned::aero_binned_t::vol_den

Volume density per bin and per species (m^3/m^3/dlnr). Array size is typically bin_grid%n_bin x aero_data%n_spec.


The documentation for this struct was generated from the following file:
Generated on Sun Feb 17 10:31:02 2008 for PartMC by  doxygen 1.5.4