ARTS built-in documentation server
Workspace Method scat_meta_arrayAddTmatrixOldVersion
Description
This method adds particle meta data to the workspace variable
scat_meta_array.
One set of meta data is created and added to the array for each
diameter in the GIN diamter_grid. The size of scat_meta_array
and hence the usage has been extended. For that reason, a short
summary below tells which input parameters are required for certain further
calculations.
String[description] Not used for any particular calculations
String[material] Not used for any particular calculations
String[shape] Used for scattering properties calculations
Numeric[particle_type] Used for scattering properties calculations
Numeric[density] Used for PSD calculations
Numeric[aspect_ratio] Used for scattering properties calculations
Numeric[diameter_grid] Used for both scattering properties and PSD calculations
Vector[scat_f_grid] Used for scattering properties calculations
Vector[scat_T_grid] Used for scattering properties calculations
Tensor3[complex_refr_index] Used for scattering properties calculations
Authors: Johan Strandgren
Synopsis
scat_meta_arrayAddTmatrixOldVersion( | scat_meta_array, complex_refr_index, description, material, shape, particle_type, density, aspect_ratio, diameter_grid, scat_f_grid, scat_T_grid ) |
Variables
OUT+IN | scat_meta_array | (ArrayOfScatteringMetaData) | An Array of scattering meta data (scat_meta). |
IN | complex_refr_index | (GriddedField3) | Complex refractive index (n) data. |
GIN | description | (String, Default: "") | Particle description |
GIN | material | (String, Default: "undefined") | Water or Ice |
GIN | shape | (String) | spheroidal or cylinder |
GIN | particle_type | (String) | Particle Type: MACROS_ISO (20) or PARTICLE_TYPE_HORIZ_AL (30) |
GIN | density | (Numeric, Default: -999) | Particle mass density |
GIN | aspect_ratio | (Numeric) | Particle aspect ratio (can differ between WSMs. Check the userguide) |
GIN | diameter_grid | (Vector) | equivalent diameter vector |
GIN | scat_f_grid | (Vector) | Frequency grid vector |
GIN | scat_T_grid | (Vector) | Temperature grid vector |