ARTS built-in documentation server
Workspace Method pha_mat_sptFromDataDOITOpt
Description
Calculation of the phase matrix for the single particle types. In this function the phase matrix is extracted from pha_mat_sptDOITOpt. It can be used in the agenda pha_mat_spt_agenda. This method must be used in combination with DoitScatteringDataPrepare.
Authors: Claudia Emde
Synopsis
pha_mat_sptFromDataDOITOpt( | pha_mat_spt, pha_mat_sptDOITOpt, scat_data_array_mono, doit_za_grid_size, scat_aa_grid, scat_za_index, scat_aa_index, rtp_temperature, pnd_field, scat_p_index, scat_lat_index, scat_lon_index ) |
Variables
OUT+IN | pha_mat_spt | (Tensor5) | Phase matrix for a single particle type. |
IN | pha_mat_sptDOITOpt | (ArrayOfTensor7) | Interpolated phase matrix. |
IN | scat_data_array_mono | (ArrayOfSingleScatteringData) | Monochromatic single scattering data. |
IN | doit_za_grid_size | (Index) | Number of equidistant grid points of the zenith angle grid, defined from 0 to 180 deg, for the scattering integral calculation. |
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 | 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. |