|
CAMP 1.0.0
Chemistry Across Multiple Phases
|
The rxn_CMAQ_H2O2_t type and associated functions. More...
Data Types | |
| type | rxn_cmaq_h2o2_t |
| Generic test reaction data type. More... | |
Functions/Subroutines | |
| type(rxn_cmaq_h2o2_t) function, pointer | constructor () |
| Constructor for CMAQ H2O2 reaction. | |
| subroutine | initialize (this, chem_spec_data, aero_phase, aero_rep, n_cells) |
| Initialize the reaction data, validating component data and loading any required information into the condensed data arrays for use during solving. | |
| subroutine | finalize (this) |
| Finalize the reaction. | |
| subroutine | finalize_array (this) |
| Finalize an array of reactions. | |
The rxn_CMAQ_H2O2_t type and associated functions.
|
private |
Constructor for CMAQ H2O2 reaction.
Definition at line 124 of file rxn_CMAQ_H2O2.F90.
|
private |
Finalize the reaction.
| [in,out] | this | Reaction data |
Definition at line 298 of file rxn_CMAQ_H2O2.F90.
|
private |
Finalize an array of reactions.
| [in,out] | this | Array of reaction data |
Definition at line 315 of file rxn_CMAQ_H2O2.F90.

|
private |
Initialize the reaction data, validating component data and loading any required information into the condensed data arrays for use during solving.
| [in,out] | this | Reaction data |
| [in] | chem_spec_data | Chemical species data |
| [in] | aero_phase | Aerosol phase data |
| [in] | aero_rep | Aerosol representations |
| [in] | n_cells | Number of grid cells to solve simultaneously |
Definition at line 139 of file rxn_CMAQ_H2O2.F90.
