ARTS built-in documentation server

Workspace Method pha_mat_sptFromData

Description

Calculation of the phase matrix for the single particle types.

This function can be used in pha_mat_spt_agenda as part of
the calculation of the scattering integral.

The interpolation of the data on the actual frequency is the first
step in this function. This is followed by a transformation from the
database coordinate system to the laboratory coordinate system.

Authors: Claudia Emde

Synopsis

pha_mat_sptFromData( pha_mat_spt, scat_data_array, scat_za_grid, scat_aa_grid, scat_za_index, scat_aa_index, f_index, f_grid, rtp_temperature, pnd_field, scat_p_index, scat_lat_index, scat_lon_index )

Variables

OUT+INpha_mat_spt(Tensor5)Phase matrix for a single particle type.
INscat_data_array(ArrayOfSingleScatteringData)Raw data of single scattering data.
INscat_za_grid(Vector)Zenith angle grid.
INscat_aa_grid(Vector)Azimuthal angle grid.
INscat_za_index(Index)Zenith angle index for scattering calculations.
INscat_aa_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.