|
CAMP 1.0.0
Chemistry Across Multiple Phases
|
Add condensed aerosol phase data to the solver data block. More...
Public Member Functions | |
| subroutine | aero_phase_add_condensed_data (n_int_param, n_float_param, int_param, float_param, solver_data) |
Add condensed aerosol phase data to the solver data block.
Definition at line 290 of file camp_solver_data.F90.
| subroutine camp_camp_solver_data::aero_phase_add_condensed_data::aero_phase_add_condensed_data | ( | integer(kind=c_int), value | n_int_param, |
| integer(kind=c_int), value | n_float_param, | ||
| type(c_ptr), value | int_param, | ||
| type(c_ptr), value | float_param, | ||
| type(c_ptr), value | solver_data ) |
| n_int_param | Number of integer parameters to add |
| n_float_param | Number of floating-point parameters to add |
| int_param | Pointer to the integer parameter array |
| float_param | Pointer to the floating-point parameter array |
| solver_data | Pointer to the solver data |
Definition at line 290 of file camp_solver_data.F90.