ARTS built-in documentation server

Workspace Method ppathStepByStep

Description

Standard method for calculation of propagation paths.

This method calculates complete propagation paths in a stepwise
manner. Each step is denoted as a "ppath_step" and is the path
through/inside a single grid box.

The definition of a propgation path cannot be accommodated here.
For more information read the chapter on propagation paths in the
ARTS user guide.

This method should never be called directly. Use ppathCalc instead
if you want to extract propagation paths.

Authors: Patrick Eriksson

Synopsis

ppathStepByStep( ppath, ppath_step_agenda, ppath_inside_cloudbox_do, atmosphere_dim, p_grid, lat_grid, lon_grid, z_field, f_grid, refellipsoid, z_surface, cloudbox_on, cloudbox_limits, rte_pos, rte_los, ppath_lmax, ppath_lraytrace )

Variables

OUTppath(Ppath)The propagation path for one line-of-sight.
INppath_step_agenda(Agenda)Agenda calculating a propagation path step.
INppath_inside_cloudbox_do(Index)Flag to perform ray tracing inside the cloudbox.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INp_grid(Vector)The pressure grid.
INlat_grid(Vector)The latitude grid.
INlon_grid(Vector)The longitude grid.
INz_field(Tensor3)The field of geometrical altitudes.
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
INrefellipsoid(Vector)Reference ellipsoid.
INz_surface(Matrix)The surface altitude.
INcloudbox_on(Index)Flag to activate the cloud box.
INcloudbox_limits(ArrayOfIndex)The limits of the cloud box.
INrte_pos(Vector)A geographical position for starting radiative transfer calculations.
INrte_los(Vector)A line-of-sight for (complete) radiative transfer calculations.
INppath_lmax(Numeric)Maximum length between points describing propagation paths.
INppath_lraytrace(Numeric)Maximum length of ray tracing steps when determining propagation paths.