|
CAMP 1.0.0
Chemistry Across Multiple Phases
|
Reaction initialization. Takes species, phase and reaction parameters and packs required information into the condensed data arrays for use during the model run. More...
Private Member Functions | |
| subroutine | initialize (this, chem_spec_data, aero_phase, aero_rep, n_cells) |
Reaction initialization. Takes species, phase and reaction parameters and packs required information into the condensed data arrays for use during the model run.
This routine should be called once for each reaction at the beginning of a model run after all the input files have been read in.
Definition at line 203 of file rxn_data.F90.
|
private |
| [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 203 of file rxn_data.F90.