ARTS built-in documentation server
Workspace Method atm_fields_compactAddConstant
Description
Adds a constant field to atm_fields_compact.
This is handy for nitrogen or oxygen. The constant value is
appended at the end of the fields that are already there. All
dimensions (pressure, latitude, longitude) are filled up, so this
works for 1D, 2D, or 3D atmospheres.
Authors: Stefan Buehler
Synopsis
Variables
OUT+IN | atm_fields_compact | (GriddedField4) | A compact combination of all atmospheric fields for a clear-sky calculation on a common set of grids. |
GIN | name | (String) | Name of additional atmospheric field, with constant value. |
GIN | value | (Numeric) | Constant value of additional field. |