PartMC  2.6.1
Public Attributes | List of all members
pmc_gas_state::gas_state_t Type Reference

Current state of the gas mixing ratios in the system. More...

Public Attributes

real(kind=dp), dimension(:), allocatable mix_rat
 Length n_spec, mixing ratio (ppb). More...
 

Detailed Description

Current state of the gas mixing ratios in the system.

The gas species are defined by the gas_data_t structure, so that gas_state%mix_rat(i) is the current mixing ratio of the gas with name gas_data%name(i), etc.

By convention, if gas_state_is_allocated() return .false., then the gas_state is treated as zero for all operations on it. This will be the case for new gas_state_t structures.

Definition at line 33 of file gas_state.F90.

Member Data Documentation

◆ mix_rat

real(kind=dp), dimension(:), allocatable pmc_gas_state::gas_state_t::mix_rat

Length n_spec, mixing ratio (ppb).

Definition at line 35 of file gas_state.F90.


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