PartMC  2.2.1
Public Attributes
pmc_gas_data::gas_data_t Type Reference

Constant gas data. More...

List of all members.

Public Attributes

integer n_spec
 Number of species.
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). The variable gas data describing the current mixing ratios is stored in the gas_state_t structure, so the mixing ratio of species i is gas_state%mix_rat(i).

Definition at line 29 of file gas_data.F90.


Member Data Documentation

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.

Definition at line 37 of file gas_data.F90.

Number of species.

Definition at line 31 of file gas_data.F90.

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

Species name [length n_spec].

Definition at line 33 of file gas_data.F90.


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