pmc_gas_data::gas_data_t Struct Reference

Constant gas data. More...

List of all members.

Public Attributes

integer n_spec
 Number of species.
real *8, dimension(:), pointer molec_weight
 Molecular weight (kg mole^{-1}).
character(len=GAS_NAME_LEN),
dimension(:), pointer 
name
 Species name [length n_spec].
integer, dimension(:), pointer mosaic_index
 Index of the corresponding MOSAIC species [length n_spec]. to_mosaic(i) is the mosaic index of species i, or 0 if there is no match.

Detailed Description

Constant gas data.

Each gas species is identified by an integer i between 1 and n_spec. Species i has name gas_data%name(i), molecular weight gas_data%molec_weight(i), etc. The variable gas data describing the current concentrations is stored in the gas_state_t structure, so the concentration of species i is gas_state%conc(i).


Member Data Documentation

real*8,dimension(:),pointer pmc_gas_data::gas_data_t::molec_weight

Molecular weight (kg mole^{-1}).

integer,dimension(:),pointer pmc_gas_data::gas_data_t::mosaic_index

Index of the corresponding MOSAIC species [length n_spec]. to_mosaic(i) is the mosaic index of species i, or 0 if there is no match.

Number of species.

character(len=GAS_NAME_LEN),dimension(:),pointer pmc_gas_data::gas_data_t::name

Species name [length n_spec].


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

Generated on 29 Mar 2010 for PartMC by  doxygen 1.6.1