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+INext_mat_spt(ArrayOfPropagationMatrix)Extinction matrix for all individual scattering elements.
OUT+INabs_vec_spt(ArrayOfStokesVector)Absorption vectors of the scattering elements.
INscat_data(ArrayOfArrayOfSingleScatteringData)Array of single scattering data.
INza_grid(Vector)Zenith angle grid.
INaa_grid(Vector)Azimuthal angle grid.
INza_index(Index)Zenith angle index for scattering calculations.
INaa_index(Index)Azimuth angle index for scattering calculations.
INf_index(Index)Frequency index.
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
INrtp_temperature(Numeric)Temperature at a radiative transfer point.
INpnd_field(Tensor4)Particle number density field.
INscat_p_index(Index)Pressure index for scattering calculations.
INscat_lat_index(Index)Latitude index for scattering calculations.
INscat_lon_index(Index)Longitude index for scattering calculations.