pmc_aero_data::aero_data_t Struct Reference

Aerosol material properties and associated data. More...

List of all members.

Public Attributes

integer n_spec
 Number of species.
integer i_water
 Water species number.
character(len=AERO_NAME_LENname
 Len n_spec, species.
integer mosaic_index
 Length n_spec, mosaic_index(i) a positive integer giving the mosaic index of species i, or 0 if there is no match.
real *8 density
 Len n_spec, densities (kg m^{-3}).
integer num_ions
 Len n_spec, num ions in solute.
real *8 solubility
 Len n_spec, solubilities (1).
real *8 molec_weight
 Len n_spec, molc wghts (kg mole^{-1}).
real *8 kappa
 Len n_spec, kappas (1).


Detailed Description

Aerosol material properties and associated data.

The data in this structure is constant, as it represents physical quantities that cannot change over time.

Each aerosol species is identified by an index i = 1,...,n_spec. Then name(i) is the name of that species, density(i) is its density, etc. The ordering of the species is arbitrary and should not be relied upon (currently it is the order in the species data file). The only exception is that it is possible to find out which species is water from the i_water variable.

The names of the aerosol species are not important to PartMC, as only the material properties are used. The names are used for input and output, and also for communication with MOSAIC. For the MOSAIC interface to work correctly the species must be named the same, but without the _a suffix.


Member Data Documentation

integer pmc_aero_data::aero_data_t::n_spec

Number of species.

integer pmc_aero_data::aero_data_t::i_water

Water species number.

character(len=AERO_NAME_LEN) pmc_aero_data::aero_data_t::name

Len n_spec, species.

integer pmc_aero_data::aero_data_t::mosaic_index

Length n_spec, mosaic_index(i) a positive integer giving the mosaic index of species i, or 0 if there is no match.

real*8 pmc_aero_data::aero_data_t::density

Len n_spec, densities (kg m^{-3}).

integer pmc_aero_data::aero_data_t::num_ions

Len n_spec, num ions in solute.

real*8 pmc_aero_data::aero_data_t::solubility

Len n_spec, solubilities (1).

real*8 pmc_aero_data::aero_data_t::molec_weight

Len n_spec, molc wghts (kg mole^{-1}).

real*8 pmc_aero_data::aero_data_t::kappa

Len n_spec, kappas (1).


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