ARTS built-in documentation server

Workspace Method ScatSpeciesPndAndScatAdd

Description

Adds single scattering data and particle number densities for one
scattering species.

The WSV pnd_field_raw containing particle number densities for
all scattering species can be generated outside ARTS, for example
by using PyARTS or atmlab. This method reads this data as well as
its corresponding single scattering data, which is added as a new
scattering species to scat_data.
This method needs as input an ArrayOfString holding the filenames
of the single scattering data for each scattering element and a
file containing the corresponding pnd_field_raw. In contrast to
the scattering data, the pnd-fields are stored in a single XML-file
containing an ArrayofGriddedField3, i.e. holding the pnd-field data
of all scattering elements.

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, Jana Mendrok

Synopsis

ScatSpeciesPndAndScatAdd( scat_data_raw, pnd_field_raw, atmosphere_dim, scat_data_files, pnd_fieldarray_file )

Variables

OUT+INscat_data_raw(ArrayOfArrayOfSingleScatteringData)Array of raw single scattering data.
OUT+INpnd_field_raw(ArrayOfGriddedField3)The particle number density field raw data.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
GINscat_data_files(ArrayOfString)Array of names of files containing the single scattering data.
GINpnd_fieldarray_file(String)Name of file holding the corresponding array of pnd_field data.