ARTS built-in documentation server
Workspace Method AtmFieldsExtract1D
Description
Converts 2D or 3D homogeneous atmospheric fields to a 1D case. The method extracts data for given latitude and longitude index to create a 1D atmosphere. AtmosphereSet1D is called to set output values of atmosphere_dim, lat_grid and lon_grid. Nothing is done if atmosphere_dim alöready is 1.
Authors: Patrick Eriksson
Synopsis
AtmFieldsExtract1D( | atmosphere_dim, lat_grid, lon_grid, t_field, z_field, vmr_field, ilat, ilon ) |
Variables
OUT+IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
OUT+IN | lat_grid | (Vector) | The latitude grid. |
OUT+IN | lon_grid | (Vector) | The longitude grid. |
OUT+IN | t_field | (Tensor3) | The field of atmospheric temperatures. |
OUT+IN | z_field | (Tensor3) | The field of geometrical altitudes. |
OUT+IN | vmr_field | (Tensor4) | VMR field. |
GIN | ilat | (Index, Default: 0) | Pick data having this latitude index (0-based). |
GIN | ilon | (Index, Default: 0) | Pick data having this longitude index (0-based). |