ARTS built-in documentation server
Agenda ppath_agenda
Calculation of complete propagation paths. In contrast to ppath_step_agenda that controls the ray tracing inside each grid box, this agenda determines how complete paths are determined. The standard choice is to do this in a step-by-step manner using ppath_step_agenda, with this agenda set to call ppathStepByStep. The WSV rte_los is both input and output as in some cases it is determined as part of the propagation path calculations (such as forfor radio link calculations). The include file 'agendas.arts' predefines some agendas that can either be used directly, or serve as inspiration.
Group: Agenda
Variables
OUT | ppath | (Ppath) | The propagation path for one line-of-sight. |
IN | ppath_lraytrace | (Numeric) | Maximum length of ray tracing steps when determining propagation paths. |
IN | rte_pos | (Vector) | A geographical position for starting radiative transfer calculations. |
IN | rte_los | (Vector) | A line-of-sight for (complete) radiative transfer calculations. |
IN | rte_pos2 | (Vector) | A second geographical position to define the geometry for radiative transfer calculations. |
IN | cloudbox_on | (Index) | Flag to activate the cloud box. |
IN | ppath_inside_cloudbox_do | (Index) | Flag to perform ray tracing inside the cloudbox. |
IN | t_field | (Tensor3) | The field of atmospheric temperatures. |
IN | z_field | (Tensor3) | The field of geometrical altitudes. |
IN | vmr_field | (Tensor4) | VMR field. |
IN | f_grid | (Vector) | The frequency grid for monochromatic pencil beam calculations. |
Specific methods that can generate ppath_agenda
- none
Generic and supergeneric methods that can generate ppath_agenda
Specific methods that require ppath_agenda
Generic and supergeneric methods that can use ppath_agenda
Agendas that can generate ppath_agenda
- none
Agendas that require ppath_agenda
- none