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 radio link calculations).
Group: Agenda
Variables
OUT | ppath | (Ppath) | The propagation path for one line-of-sight. |
IN | ppath_lmax | (Numeric) | Maximum length between points describing propagation paths. |
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 | 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
- iyIndependentBeamApproximation
- nlte_fieldForSingleSpeciesNonOverlappingLines
- ppath_fieldFromDownUpLimbGeoms
- ppathCalc
- ppath_fieldCalc
- ppathCalcFromAltitude
- line_irradianceCalcForSingleSpeciesNonOverlappingLinesPseudo2D
Generic and supergeneric methods that can use ppath_agenda
- AgendaAppend
- AgendaExecute
- AgendaExecuteExclusive
- Append
- Copy
- Delete
- Ignore
- WriteXML
- WriteXMLIndexed
Agendas that can generate ppath_agenda
- none
Agendas that require ppath_agenda
- none