ARTS built-in documentation server
Agenda opt_prop_part_agenda
Calculate the optical properties (absorption vector and extinction. matrix) for particles at a given atmospheric grid point. This agenda, for example, can be defined in the following manner: ext_matAddPart : This method calculates the extinction matrix for particles and adds it to the workspace variable ext_mat. abs_vecAddPart : This method calculates the absorption vector for particles and adds it to the workspace variables abs_vec. Note that the initialization of ext_mat is not done inside the agenda, so ext_mat has to be initialize before executing the agenda. Output : ext_mat : Extinction matrix. abs_vec : Absorption vector. Input: ext_mat : Extinction matrix. ext_mat_spt : Extinction matrix for single particle type. abs_vec : Absorption vector. abs_vec_spt : Absorption vector for single particle type. pnd_field : Particle number density field. atmosphere_dim: Atmospheric dimension. scat_p_index : Position. scat_lat_index : Position. scat_lon_index : Position.
Group: Agenda
Variables
OUT | ext_mat | (Tensor3) | Total extinction matrix. |
OUT | abs_vec | (Matrix) | Total absorption vector. |
IN | ext_mat | (Tensor3) | Total extinction matrix. |
IN | abs_vec | (Matrix) | Total absorption vector. |
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_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. |
Specific methods that can generate opt_prop_part_agenda
- none
Generic and supergeneric methods that can generate opt_prop_part_agenda
Specific methods that require opt_prop_part_agenda
- doit_i_fieldUpdate1D
- doit_i_fieldUpdateSeq1D
- doit_i_fieldUpdateSeq1DPP
- doit_i_fieldUpdateSeq3D
- ScatteringDisort
Generic and supergeneric methods that can use opt_prop_part_agenda
Agendas that can generate opt_prop_part_agenda
- none
Agendas that require opt_prop_part_agenda
- none