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

GOUTn(Index)Variable to set with number of points.
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.