ARTS built-in documentation server

Workspace Method batch_atm_fields_compactFromArrayOfMatrix

Description

Expand batch of 1D atmospheric state matrices to batch_atm_fields_compact.

This is used to handle 1D batch cases, e.g. from NWP/GCM model like
the Chevallier91L data set, stored in a matrix (it is preferred,
though, to immediatedly store the model fields as
ArrayOfGriddedField4 and use ReadXML to load them directly into
batch_atm_fields_compact).

Works only for *atmosphere_dim==1.*

See atm_fields_compactFromMatrix for basic documentation.

See batch_atm_fields_compactAddConstant and
batch_atm_fields_compactAddSpecies* for adding additional fields.

Authors: Stefan Buehler, Daniel Kreyling, Jana Mendrok

Synopsis

batch_atm_fields_compactFromArrayOfMatrix( batch_atm_fields_compact, atmosphere_dim, atmospheres_fields, field_names )

Variables

OUTbatch_atm_fields_compact(ArrayOfGriddedField4)An array of compact atmospheric states.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
GINatmospheres_fields(ArrayOfMatrix)Batch of atmospheres stored in one array of matrix
GINfield_names(ArrayOfString)Order/names of atmospheric fields.