PartMC  2.6.1
Public Attributes | List of all members
pmc_gas_data::gas_data_t Type Reference

Constant gas data. More...

Public Attributes

character(len=gas_name_len), dimension(:), allocatable name
 Species name [length gas_data_n_spec(gas_data)]. More...
 
integer, dimension(:), allocatable mosaic_index
 Index of the corresponding MOSAIC species [length gas_data_n_spec(gas_data)]. to_mosaic(i) is the mosaic index of species i, or 0 if there is no match. More...
 
integer i_camp_water = 0
 Index for gas-phase water in the CAMP state array. More...
 

Detailed Description

Constant gas data.

Each gas species is identified by an integer i between 1 and gas_data_n_spec(gas_data). 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 35 of file gas_data.F90.

Member Data Documentation

◆ i_camp_water

integer pmc_gas_data::gas_data_t::i_camp_water = 0

Index for gas-phase water in the CAMP state array.

Definition at line 43 of file gas_data.F90.

◆ mosaic_index

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

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

Definition at line 41 of file gas_data.F90.

◆ name

character(len=gas_name_len), dimension(:), allocatable pmc_gas_data::gas_data_t::name

Species name [length gas_data_n_spec(gas_data)].

Definition at line 37 of file gas_data.F90.


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