ARTS built-in documentation server
Workspace Method opt_prop_sptFromData
Description
Calculates monochromatic optical properties for all scattering elements. In this function the extinction matrix and the absorption vector are calculated in the laboratory frame. An interpolation of the data on the actual frequency is the first step in this function. The next step is a transformation from the database coordinate system to the laboratory coordinate system. Output of the function are ext_mat_spt and abs_vec_spt, which hold the optical properties for a specified propagation direction for each scattering element.
Authors: Claudia Emde
Synopsis
opt_prop_sptFromData( | ext_mat_spt, abs_vec_spt, scat_data, za_grid, aa_grid, za_index, aa_index, f_index, f_grid, rtp_temperature, pnd_field, scat_p_index, scat_lat_index, scat_lon_index ) |
Variables
OUT+IN | ext_mat_spt | (ArrayOfPropagationMatrix) | Extinction matrix for all individual scattering elements. |
OUT+IN | abs_vec_spt | (ArrayOfStokesVector) | Absorption vectors of the scattering elements. |
IN | scat_data | (ArrayOfArrayOfSingleScatteringData) | Array of single scattering data. |
IN | za_grid | (Vector) | Zenith angle grid. |
IN | aa_grid | (Vector) | Azimuthal angle grid. |
IN | za_index | (Index) | Zenith angle index for scattering calculations. |
IN | aa_index | (Index) | Azimuth angle index for scattering calculations. |
IN | f_index | (Index) | Frequency index. |
IN | f_grid | (Vector) | The frequency grid for monochromatic pencil beam calculations. |
IN | rtp_temperature | (Numeric) | Temperature at a radiative transfer point. |
IN | pnd_field | (Tensor4) | Particle number density field. |
IN | scat_p_index | (Index) | Pressure index for scattering calculations. |
IN | scat_lat_index | (Index) | Latitude index for scattering calculations. |
IN | scat_lon_index | (Index) | Longitude index for scattering calculations. |