ARTS built-in documentation server

Workspace Method ppathCalc

Description

Main method for calculation of propagation paths.

There exists only one function to calculate total propagation
paths and this is that function. The function is normally not
visible in the control file, it is called from inside yCalc.
A reason to call this function directly would be to plot a
propgation path.

The definition of a propgation path cannot be accomodated here.
For more information read the chapter on propagation paths in the
ARTS user guide and read the  on-line information for
ppath_step_agenda (type "arts -d ppath_step_agenda" ).

Authors: Patrick Eriksson

Synopsis

ppathCalc( ppath, ppath_step_agenda, atmosphere_dim, p_grid, lat_grid, lon_grid, z_field, r_geoid, z_surface, cloudbox_on, cloudbox_limits, rte_pos, rte_los )

Variables

OUTppath(Ppath)The propagation path for one line-of-sight.
INppath_step_agenda(Agenda)See agendas.cc.
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.
INr_geoid(Matrix)Geoid radius.
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 radiative transfer calculations.
INrte_los(Vector)A line-of-sight for radiative transfer calculations.