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
GOUT | out | (Matrix, Tensor3, Tensor4, Tensor4) | Extracted field. |
IN | p_grid | (Vector) | The pressure grid. |
IN | lat_grid | (Vector) | The latitude grid. |
IN | lon_grid | (Vector) | The longitude grid. |
GIN | in | (GriddedField2, GriddedField3, GriddedField4, ArrayOfGriddedField3) | Raw input gridded field. |