ARTS built-in documentation server

Workspace Method ParticleTypeAdd

Description

This method reads single scattering data and the corresonding
particle number density fields.

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

Authors: Claudia Emde

Synopsis

ParticleTypeAdd( scat_data_raw, pnd_field_raw, atmosphere_dim, f_grid, p_grid, lat_grid, lon_grid, cloudbox_limits, filename_scat_data, filename_pnd_field )

Variables

OUTscat_data_raw(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.
INp_grid(Vector)The pressure grid.
INlat_grid(Vector)The latitude grid.
INlon_grid(Vector)The longitude grid.
INcloudbox_limits(ArrayOfIndex)The limits of the cloud box.
GINfilename_scat_data(String)Filename of single scattering data.
GINfilename_pnd_field(String)Filename of the corresponding pnd_field.