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...
Public Member Functions | |
subroutine | initialize (this, chem_spec_data, 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 202 of file rxn_data.F90.
subroutine camp_rxn_data::initialize::initialize | ( | class(rxn_data_t), intent(inout) | this, |
type(chem_spec_data_t), intent(in) | chem_spec_data, | ||
type(aero_rep_data_ptr), dimension(:), intent(in), pointer | aero_rep, | ||
integer(kind=i_kind), intent(in) | n_cells | ||
) |
[in,out] | this | Reaction data |
[in] | chem_spec_data | Chemical species data |
[in] | aero_rep | Aerosol representations |
[in] | n_cells | Number of grid cells to solve simultaneously |
Definition at line 202 of file rxn_data.F90.