ARTS built-in documentation server
Workspace Method ppath_fieldCalc
Description
Stand-alone calculation of propagation path field from sensors. Uses ppathCalc internally.
Authors: Richard Larsson
Synopsis
ppath_fieldCalc( | ppath_field, ppath_agenda, ppath_lmax, ppath_lraytrace, atmgeom_checked, f_grid, cloudbox_on, cloudbox_checked, ppath_inside_cloudbox_do, sensor_pos, sensor_los, rte_pos2 ) |
Variables
OUT | ppath_field | (ArrayOfPpath) | An array meant to build up the necessary geometries for radiative field calculations. |
IN | ppath_agenda | (Agenda) | Agenda calculating complete propagation paths. |
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 | atmgeom_checked | (Index) | OK-flag for the geometry of the model atmosphere. |
IN | f_grid | (Vector) | The frequency grid for monochromatic pencil beam calculations. |
IN | cloudbox_on | (Index) | Flag to activate the cloud box. |
IN | cloudbox_checked | (Index) | OK-flag for variables associated with the cloudbox. |
IN | ppath_inside_cloudbox_do | (Index) | Flag to perform ray tracing inside the cloudbox. |
IN | sensor_pos | (Matrix) | The sensor position for each measurement block. |
IN | sensor_los | (Matrix) | The sensor line-of-sight (LOS) for each measurement block. |
IN | rte_pos2 | (Vector) | A second geographical position to define the geometry for radiative transfer calculations. |