ARTS built-in documentation server
Workspace Method opt_prop_sptFromMonoData
Description
Calculates optical properties for the single particle types. As opt_prop_sptFromData but no frequency interpolation is performed. The single scattering data is here obtained from scat_data_mono, instead of scat_data_raw.
Authors: Cory Davis
Synopsis
opt_prop_sptFromMonoData( | ext_mat_spt, abs_vec_spt, scat_data_mono, scat_za_grid, scat_aa_grid, scat_za_index, scat_aa_index, rte_temperature, pnd_field, scat_p_index, scat_lat_index, scat_lon_index ) |
Variables
OUT | ext_mat_spt | (Tensor3) | Extinction matrix for a single particle type. |
OUT | abs_vec_spt | (Matrix) | Absorption vector for a single particle type. |
IN | ext_mat_spt | (Tensor3) | Extinction matrix for a single particle type. |
IN | abs_vec_spt | (Matrix) | Absorption vector for a single particle type. |
IN | scat_data_mono | (ArrayOfSingleScatteringData) | Monochromatic single scattering data. |
IN | scat_za_grid | (Vector) | Zenith angle grid. |
IN | scat_aa_grid | (Vector) | Azimuthal angle grid. |
IN | scat_za_index | (Index) | Zenith angle index for scattering calculations. |
IN | scat_aa_index | (Index) | Azimuth angle index for scattering calculations. |
IN | rte_temperature | (Numeric) | A temperature for radiative transfer calculations. |
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. |