PartMC  2.3.0
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(:),
pointer 
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.

Definition at line 26 of file gas_state.F90.

Member Data Documentation

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

Length n_spec, mixing ratio (ppb).

Definition at line 28 of file gas_state.F90.


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