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

atm_fields_compactAddConstant( atm_fields_compact, name, value )

Variables

OUTatm_fields_compact(GriddedField4)A compact combination of all atmospheric fields for a clear-sky calculation on a common set of grids.
INatm_fields_compact(GriddedField4)A compact combination of all atmospheric fields for a clear-sky calculation on a common set of grids.
GINname(String)Name of additional atmospheric field, with constant value.
GINvalue(Numeric)Constant value of additional field.