ARTS built-in documentation server
Workspace Method pha_matCalc
Description
This function sums up the phase matrices for all particle types weighted with particle number density.
Authors: Sreerekha T.R.
Synopsis
pha_matCalc( | pha_mat, pha_mat_spt, pnd_field, atmosphere_dim, scat_p_index, scat_lat_index, scat_lon_index ) |
Variables
OUT | pha_mat | (Tensor4) | Ensemble averaged phase matrix. |
IN | pha_mat_spt | (Tensor5) | Phase matrix for a single particle type. |
IN | pnd_field | (Tensor4) | Particle number density field. |
IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
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. |