ARTS built-in documentation server

Workspace Method ParticleSpeciesSet

Description

Sets the WSV part_species.
With this function, the user specifies settings for the 
particle number density calculations using pnd_fieldSetup.
The input is an ArrayOfString that needs to be in a specific format,
for details, see WSV part_species.

*Example:* 	 ['IWC-MH97-Ice-0.1-200', 'LWC-H98_STCO-Water-0.1-50'] 

NOTE: The order of the Strings need to match the order of the
atm_fields_compact field names, their number determines how many fields
of atm_fields_compact are considered particle profiles.

Authors: Daniel Kreyling

Synopsis

ParticleSpeciesSet( part_species, particle_tags, delim )

Variables

OUTpart_species(ArrayOfString)Array of Strings defining (scattering) particles to consider and their connection to particle fields.
GINparticle_tags(ArrayOfString)Array of pnd calculation parameters.
GINdelim(String, Default: "-")Delimiter string of part_species elements.