ARTS  2.2.66
global_data Namespace Reference

Variables

map< String, IndexAgendaMap
 The map associated with agenda_data. More...
 
const Array< AgRecordagenda_data
 The lookup information for the agendas. More...
 
const ArrayOfString wsv_group_names
 The names associated with Wsv groups as Strings. More...
 
const Array< MdRecordmd_data_raw
 Lookup information for workspace methods. More...
 
const Array< MdRecordmd_data
 Lookup information for workspace methods. More...
 
const map< String, IndexMdMap
 The map associated with md_data. More...
 
const map< String, IndexMdRawMap
 The map associated with md_data_raw. More...
 
const map< String, IndexWsvGroupMap
 The map associated with wsv_group_names. More...
 
const Array< SpeciesRecordspecies_data
 Species Data. More...
 
const Array< LineshapeRecordlineshape_data
 The lookup data for the different lineshapes. More...
 
const Array< LineshapeNormRecordlineshape_norm_data
 The lookup data for the different normalization factors to the lineshapes. More...
 

Detailed Description

The lookup information for the agendas.

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

The lookup data for the different lineshapes.

The lookup data for the different normalization factors to the lineshapes.

The lookup information for all the different species.

Variable Documentation

◆ agenda_data

◆ AgendaMap

◆ lineshape_data

Array< LineshapeRecord > global_data::lineshape_data

◆ lineshape_norm_data

Array< LineshapeNormRecord > global_data::lineshape_norm_data

The lookup data for the different normalization factors to the lineshapes.

Defined in lineshapes.cc.

Definition at line 2030 of file lineshapes.cc.

Referenced by abs_lineshape_per_tgDefine(), abs_lineshapeDefine(), define_lineshape_norm_data(), and xsec_species().

◆ 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 48 of file methods_aux.cc.

Referenced by Agenda::append(), define_md_map(), Agenda::execute(), expand_md_data_raw_to_md_data(), Agenda::find_unused_variables(), Agenda::has_method(), Agenda::is_input(), Agenda::is_output(), main(), md_sanity_checks(), 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 39 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(), and ArtsParser::parse_method_args().

◆ MdMap

◆ MdRawMap

map< String, Index > global_data::MdRawMap

The map associated with md_data_raw.

Defined in methods_aux.cc.

Definition at line 41 of file methods_aux.cc.

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

◆ species_data

◆ wsv_group_names

◆ WsvGroupMap

map< String, Index > global_data::WsvGroupMap

The map associated with wsv_group_names.

Defined in groups.cc.

Definition at line 42 of file groups.cc.

Referenced by define_wsv_group_map(), and get_wsv_group_id().