CAMP 1.0.0
Chemistry Across Multiple Phases
|
Get a list of unique names for each element on the camp_camp_state::camp_state_t::state_var
array for this aerosol representation.
More...
Public Member Functions | |
type(string_t) function, dimension(:), allocatable | unique_names (this, phase_name, tracer_type, spec_name) |
Get a list of unique names for each element on the camp_camp_state::camp_state_t::state_var
array for this aerosol representation.
Definition at line 279 of file aero_rep_data.F90.
type(string_t) function, dimension(:), allocatable camp_aero_rep_data::unique_names::unique_names | ( | class(aero_rep_data_t), intent(in) | this, |
character(len=*), intent(in), optional | phase_name, | ||
integer(kind=i_kind), intent(in), optional | tracer_type, | ||
character(len=*), intent(in), optional | spec_name | ||
) |
[in] | this | Aerosol representation data |
[in] | phase_name | Aerosol phase name |
[in] | tracer_type | Tracer type |
[in] | spec_name | Aerosol-phase species name |
Definition at line 279 of file aero_rep_data.F90.