ARTS 2.5.11 (git: 6827797f)
global_data Namespace Reference

Variables

map< String, Index > AgendaMap
 The map associated with agenda_data.
 
const Array< AgRecordagenda_data
 The lookup information for the agendas.
 
const ArrayOfGroupRecord wsv_groups
 The names associated with Wsv groups as Strings.
 
const Array< MdRecordmd_data_raw
 Lookup information for workspace methods.
 
const Array< MdRecordmd_data
 Lookup information for workspace methods.
 
const map< String, Index > MdMap
 The map associated with md_data.
 
const map< String, Index > MdRawMap
 The map associated with md_data_raw.
 
const map< String, Index > WsvGroupMap
 The map associated with wsv_groups.
 
WorkspaceMemoryHandler workspace_memory_handler {}
 The workspace memory handler Defined in workspace_ng.cc.
 
Array< WsvRecordwsv_data
 
std::map< String, Index > WsvMap
 

Detailed Description

The lookup information for the agendas.

The names associated with Wsv groups as Strings. See function define_wsv_groups for more information.

Variable Documentation

◆ agenda_data

◆ AgendaMap

◆ md_data

Array< MdRecord > global_data::md_data

Lookup information for workspace methods.

This is the data with expanded supergeneric methods. That means, e.g., instead of supergeneric method Copy(Any,Any) there will be Copy(Vector,Vector), Copy(Matrix,Matrix), etc..

Defined in methods_aux.cc.

This is the data with expanded supergeneric methods. That means, e.g., instead of supergeneric method Copy(Any,Any) there will be Copy(Vector,Vector), Copy(Matrix,Matrix), etc..

Definition at line 33 of file methods_aux.cc.

Referenced by AgendaManip::add_method_and_setters(), Agenda::append(), define_md_map(), Agenda::execute(), expand_md_data_raw_to_md_data(), Agenda::has_method(), Agenda::is_input(), Agenda::is_output(), main(), option_workspacevariables(), ArtsParser::parse_agenda(), ArtsParser::parse_generic_input(), ArtsParser::parse_generic_output(), ArtsParser::parse_main(), ArtsParser::parse_method_args(), MRecord::print(), and Agenda::set_outputs_to_push_and_dup().

◆ md_data_raw

const Array< MdRecord > global_data::md_data_raw

Lookup information for workspace methods.

This is the original data, corresponding directly to what is in methods.cc. Later, supergeneric methods are expanded for all groups to produce md_data.

Defined in methods.cc.

Definition at line 22 of file methods.cc.

Referenced by define_md_data_raw(), define_md_raw_map(), expand_md_data_raw_to_md_data(), main(), option_describe(), option_input(), option_methods(), ArtsParser::parse_method_args(), and AgendaManip::sorted_mdrecord().

◆ MdMap

◆ MdRawMap

map< String, Index > global_data::MdRawMap

The map associated with md_data_raw.

Defined in methods_aux.cc.

Definition at line 26 of file methods_aux.cc.

Referenced by define_md_raw_map(), option_describe(), ArtsParser::parse_method_args(), and AgendaManip::sorted_mdrecord().

◆ workspace_memory_handler

WorkspaceMemoryHandler global_data::workspace_memory_handler {}

The workspace memory handler Defined in workspace_ng.cc.

Definition at line 20 of file workspace_ng.cc.

Referenced by main().

◆ wsv_data

◆ wsv_groups

◆ WsvGroupMap

map< String, Index > global_data::WsvGroupMap

◆ WsvMap

map< String, Index > global_data::WsvMap