ARTS built-in documentation server

Workspace Method atm_fields_compactAddSpecies

Description

Adds a field to atm_fields_compact, with interpolation.

This method appends a GriddedField3 to atm_fields_compact.
The GriddedField3 is interpolated upon the grid of atm_fields_compact.
A typical use case for this method may be to add a climatology of some gas
when this gas is needed for radiative transfer calculations, but
not yet present in atm_fields_compact. One case where this happens
is when using the Chevalier dataset for infrared simulations.

The grids in atm_fields_compact must fully encompass the grids in
the GriddedField3 to be added, for interpolation to succeed. If
this is not the case, a RuntimeError is thrown.

Authors: Gerrit Holl

Synopsis

atm_fields_compactAddSpecies( atm_fields_compact, name, value )

Variables

OUT+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.
GINvalue(GriddedField3)Value of additional atmospheric field.