The rxn_wet_deposition_t type and associated functions.
More...
|
type(rxn_wet_deposition_t) function, pointer | constructor () |
| Constructor for Wet Deposition reaction.
|
|
subroutine | initialize (this, chem_spec_data, 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.
|
|
type(property_t) function, pointer | get_property_set (this) |
| Get the reaction properties. (For use by external modules.)
|
|
elemental subroutine | finalize (this) |
| Finalize the reaction.
|
|
subroutine | update_data_rate_set (this, base_rate) |
| Set packed update data for wet_deposition rate constants.
|
|
subroutine | update_data_initialize (this, update_data, rxn_type) |
| Initialize update data.
|
|
integer(kind=i_kind) function | internal_pack_size (this, comm) |
| Determine the size of a binary required to pack the reaction data.
|
|
subroutine | internal_bin_pack (this, buffer, pos, comm) |
| Pack the given value to the buffer, advancing position.
|
|
subroutine | internal_bin_unpack (this, buffer, pos, comm) |
| Unpack the given value from the buffer, advancing position.
|
|
elemental subroutine | update_data_finalize (this) |
| Finalize an update data object.
|
|
The rxn_wet_deposition_t type and associated functions.
◆ constructor()
Constructor for Wet Deposition reaction.
- Returns
- A new reaction instance
Definition at line 157 of file rxn_wet_deposition.F90.
◆ finalize()
elemental subroutine camp_rxn_wet_deposition::finalize |
( |
type(rxn_wet_deposition_t), intent(inout) |
this | ) |
|
|
private |
◆ get_property_set()
Get the reaction properties. (For use by external modules.)
- Returns
- Reaction properties
- Parameters
-
Definition at line 259 of file rxn_wet_deposition.F90.
◆ initialize()
Initialize the reaction data, validating component data and loading any required information into the condensed data arrays for use during solving.
- Parameters
-
[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 172 of file rxn_wet_deposition.F90.
◆ internal_bin_pack()
Pack the given value to the buffer, advancing position.
- Parameters
-
[in] | this | Reaction update data |
[in,out] | buffer | Memory buffer |
[in,out] | pos | Current buffer position |
[in] | comm | MPI communicator |
Definition at line 348 of file rxn_wet_deposition.F90.
◆ internal_bin_unpack()
Unpack the given value from the buffer, advancing position.
- Parameters
-
[in,out] | this | Reaction update data |
[in,out] | buffer | Memory buffer |
[in,out] | pos | Current buffer position |
[in] | comm | MPI communicator |
Definition at line 374 of file rxn_wet_deposition.F90.
◆ internal_pack_size()
Determine the size of a binary required to pack the reaction data.
- Parameters
-
[in] | this | Reaction update data |
[in] | comm | MPI communicator |
Definition at line 331 of file rxn_wet_deposition.F90.
◆ update_data_finalize()
Finalize an update data object.
- Parameters
-
[in,out] | this | Update data object to free |
Definition at line 401 of file rxn_wet_deposition.F90.
◆ update_data_initialize()
Initialize update data.
- Parameters
-
[in,out] | this | The reaction to update |
[out] | update_data | Update data object |
[in] | rxn_type | Reaction type id |
Definition at line 305 of file rxn_wet_deposition.F90.
◆ update_data_rate_set()
Set packed update data for wet_deposition rate constants.
- Parameters
-
[in,out] | this | Update data |
[in] | base_rate | Updated pre-scaling wet_deposition rate |
Definition at line 290 of file rxn_wet_deposition.F90.