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 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 ) |
Variables
OUT+IN | batch_atm_fields_compact | (ArrayOfGriddedField4) | An array of compact atmospheric states. |
GIN | name | (String) | Name of additional atmospheric field. Use, e.g., vmr_ch4 for methane VMR |
GIN | value | (GriddedField3) | Value of additional atmospheric field. |