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+INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
OUT+INlat_grid(Vector)The latitude grid.
OUT+INlon_grid(Vector)The longitude grid.
OUT+INt_field(Tensor3)The field of atmospheric temperatures.
OUT+INz_field(Tensor3)The field of geometrical altitudes.
OUT+INvmr_field(Tensor4)VMR field.
GINilat(Index, Default: 0)Pick data having this latitude index (0-based).
GINilon(Index, Default: 0)Pick data having this longitude index (0-based).