ARTS built-in documentation server

Workspace Method ParticleTypeAddAll

Description

Reads single scattering data and particle number densities.

The WSV pnd_field_raw containing particle number densities for all
scattering particle species can be generated outside ARTS, for example by using
PyARTS. This method needs as input an XML-file containing an array of filenames
(ArrayOfString) of single scattering data and a file containing the corresponding
pnd_field_raw. In contrast to the scattering data, all corresponding pnd-fields
are stored in a single XML-file containing an ArrayofGriddedField3

Important note:
The order of the filenames for the scattering data files has to
correspond to the order of the pnd-fields, stored in the variable
pnd_field_raw.

Authors: Claudia Emde

Synopsis

ParticleTypeAddAll( scat_data_array, pnd_field_raw, atmosphere_dim, f_grid, filelist_scat_data, filename_pnd_fieldarray )

Variables

OUTscat_data_array(ArrayOfSingleScatteringData)Raw data of single scattering data.
OUTpnd_field_raw(ArrayOfGriddedField3)The particle number density field data.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
GINfilelist_scat_data(String)Name of file with array of single scattering data filenames.
GINfilename_pnd_fieldarray(String)Name of file holding the correspnding array of pnd_field data.