ARTS built-in documentation server
Workspace Method atm_fields_compactCreateFromField
Description
Initiates atm_fields_compact from a field. atm_fields_compact will have the same size and grids as the GriddedField3, but with one dimension as length 1.
Authors: Richard Larsson
Synopsis
atm_fields_compactCreateFromField( | atm_fields_compact, name, field ) |
Variables
OUT | atm_fields_compact | (GriddedField4) | A compact set of atmospheric fields on a common set of grids. |
GIN | name | (String) | Name atmospheric field. |
GIN | field | (GriddedField3) | The atmospheric field. |