PartMC  2.1.5
Public Attributes
pmc_gas_state::gas_state_t Type Reference

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

List of all members.

Public Attributes

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

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 25 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 27 of file gas_state.F90.


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