ARTS built-in documentation server
Workspace Method IndexNumberOfAtmosphericPoints
Description
Counts number of points in the atmosphere. For a 3D atmosphere the method sets *n* to: p_grid.nelem()*lat_grid.nelem()*lon_grid.nelem() For 1D and 2D the same calculation is done, but ignoring dimensions not active.
Authors: Patrick Eriksson
Synopsis
IndexNumberOfAtmosphericPoints( | n, atmosphere_dim, p_grid, lat_grid, lon_grid ) |
Variables
GOUT | n | (Index) | Variable to set with number of points. |
IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
IN | p_grid | (Vector) | The pressure grid. |
IN | lat_grid | (Vector) | The latitude grid. |
IN | lon_grid | (Vector) | The longitude grid. |