ARTS built-in documentation server
Workspace Method specular_losCalcNoTopography
Description
Calculates the specular direction of surface reflections for horisontal surfaces. In contrast to specular_losCalc, this method ignores the topography implied by z_surface. That is, any slope of the surface is ignored. The typical application of this WSM should be water surfaces (lakes and oceans).
Authors: Patrick Eriksson
Synopsis
specular_losCalcNoTopography( | specular_los, surface_normal, rtp_pos, rtp_los, atmosphere_dim ) |
Variables
OUT | specular_los | (Vector) | The specular direction (for reflection by a flat surface). |
OUT | surface_normal | (Vector) | The normal vector for a point at the surface. |
IN | rtp_pos | (Vector) | Position of a radiative transfer point. |
IN | rtp_los | (Vector) | Line-of-sight at a radiative transfer point. |
IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |