ARTS built-in documentation server

Workspace Method FieldFromGriddedField

Description

Extract the data from a GriddedField.

A check is performed that the grids from the
GriddedField match p_grid, lat_grid and lon_grid.

Authors: Oliver Lemke

Synopsis

FieldFromGriddedField( out, p_grid, lat_grid, lon_grid, in )

Variables

GOUTout(Matrix, Tensor3, Tensor4, Tensor4)Extracted field.
INp_grid(Vector)The pressure grid.
INlat_grid(Vector)The latitude grid.
INlon_grid(Vector)The longitude grid.
GINin(GriddedField2, GriddedField3, GriddedField4, ArrayOfGriddedField3)Raw input gridded field.