Go to the documentation of this file.
67 extern const map<String, Index>
MdMap;
73 extern const map<String, Index>
MdRawMap;
85 extern const map<String, Index>
AgendaMap;
Declarations for AgRecord, storing lookup information for one agenda.
Handling of workspace memory.
const Array< MdRecord > md_data_raw
Lookup information for workspace methods.
map< String, Index > AgendaMap
The map associated with agenda_data.
const map< String, Index > MdRawMap
The map associated with md_data_raw.
const map< String, Index > SpeciesMap
The map associated with species_data.
const Array< SpeciesRecord > species_data
Species Data.
This file contains the definition of Array.
The WorkspaceMemoryHandler.
This can be used to make arrays out of anything.
WorkspaceMemoryHandler workspace_memory_handler
The workspace memory handler Defined in workspace_ng.cc.
const map< String, Index > MdMap
The map associated with md_data.
const map< String, Index > WsvGroupMap
The map associated with wsv_group_names.
Contains the lookup data for one species.
const Array< MdRecord > md_data
Lookup information for workspace methods.
const Array< AgRecord > agenda_data
The lookup information for the agendas.
const ArrayOfString wsv_group_names
The names associated with Wsv groups as Strings.
Declaration of the class MdRecord.