ARTS built-in documentation server

Workspace Method batch_atm_fields_compactAddSpecies

Description

Adds a field to batch_atm_fields_compact, with interpolation.

This method appends or prepends a GriddedField3 to each atm_fields_compact.
in batch_atm_fields_compact. For details, see atm_fields_compactAddSpecies.

Authors: Gerrit Holl

Synopsis

batch_atm_fields_compactAddSpecies( batch_atm_fields_compact, name, value, prepend )

Variables

OUT+INbatch_atm_fields_compact(ArrayOfGriddedField4)An array of compact atmospheric states.
GINname(String)Name of additional atmospheric field. Use, e.g., vmr_ch4 for methane VMR
GINvalue(GriddedField3)Value of additional atmospheric field.
GINprepend(Index, Default: 0)0 = Append to the end, 1 = insert at the beginning.