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
OUT | scat_data_raw | (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. |
IN | p_grid | (Vector) | The pressure grid. |
IN | lat_grid | (Vector) | The latitude grid. |
IN | lon_grid | (Vector) | The longitude grid. |
IN | cloudbox_limits | (ArrayOfIndex) | The limits of the cloud box. |
GIN | filename_scat_data | (String) | Filename of single scattering data. |
GIN | filename_pnd_field | (String) | Filename of the corresponding pnd_field. |