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
OUT | scat_data_array | (ArrayOfSingleScatteringData) | Raw data of single scattering data. |
OUT | pnd_field_raw | (ArrayOfGriddedField3) | The particle number density field data. |
IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
IN | f_grid | (Vector) | The frequency grid for monochromatic pencil beam calculations. |
GIN | filename_scat_data | (String) | Name of single scattering data file. |
GIN | filename_pnd_field | (String) | Name of the corresponding pnd_field file. |