CAMP 1.0.0
Chemistry Across Multiple Phases
Public Member Functions | List of all members
camp_rxn_data::initialize Interface Reference

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)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ initialize()

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 
)
Parameters
[in,out]thisReaction data
[in]chem_spec_dataChemical species data
[in]aero_repAerosol representations
[in]n_cellsNumber of grid cells to solve simultaneously

Definition at line 202 of file rxn_data.F90.


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