ARTS built-in documentation server

Workspace Method ParticleTypeAdd

Description

Reads single scattering data and corresonding particle number
density fields.

The methods reads the specified files and appends the obtained data
to scat_data_array and pnd_field_raw.

Authors: Claudia Emde

Synopsis

ParticleTypeAdd( scat_data_array, pnd_field_raw, atmosphere_dim, f_grid, filename_scat_data, filename_pnd_field )

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.
GINfilename_scat_data(String)Name of single scattering data file.
GINfilename_pnd_field(String)Name of the corresponding pnd_field file.