ARTS
2.3.1285(git:92a29ea9-dirty)
|
Variables | |
map< String, Index > | AgendaMap |
The map associated with agenda_data. More... | |
const Array< AgRecord > | agenda_data |
The lookup information for the agendas. More... | |
const ArrayOfString | wsv_group_names |
The names associated with Wsv groups as Strings. More... | |
const Array< MdRecord > | md_data_raw |
Lookup information for workspace methods. More... | |
const Array< MdRecord > | md_data |
Lookup information for workspace methods. More... | |
const map< String, Index > | MdMap |
The map associated with md_data. More... | |
const map< String, Index > | MdRawMap |
The map associated with md_data_raw. More... | |
const map< String, Index > | WsvGroupMap |
The map associated with wsv_group_names. More... | |
const Array< SpeciesRecord > | species_data |
Species Data. More... | |
const map< String, Index > | SpeciesMap |
The map associated with species_data. More... | |
WorkspaceMemoryHandler | workspace_memory_handler {} |
The workspace memory handler Defined in workspace_ng.cc. More... | |
Array< LineshapeRecord > | lineshape_data |
Array< LineshapeNormRecord > | lineshape_norm_data |
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.
The lookup information for the agendas.
Defined in agendas.cc.
Definition at line 41 of file agendas.cc.
Referenced by abs_xsec_agendaExecute(), AgendaExecute(), agendas(), Agenda::check(), check_agenda_data(), define_agenda_data(), define_agenda_map(), dobatch_calc_agendaExecute(), doit_conv_test_agendaExecute(), doit_mono_agendaExecute(), doit_rte_agendaExecute(), doit_scat_field_agendaExecute(), forloop_agendaExecute(), g0_agendaExecute(), geo_pos_agendaExecute(), inversion_iterate_agendaExecute(), Agenda::is_input(), Agenda::is_output(), iy_cloudbox_agendaExecute(), iy_independent_beam_approx_agendaExecute(), iy_loop_freqs_agendaExecute(), iy_main_agendaExecute(), iy_space_agendaExecute(), iy_surface_agenda_arrayExecute(), iy_surface_agendaExecute(), iy_transmitter_agendaExecute(), jacobian_agendaExecute(), main(), met_profile_calc_agendaExecute(), operator<<(), pha_mat_spt_agendaExecute(), pnd_agenda_arrayExecute(), ppath_agendaExecute(), ppath_step_agendaExecute(), propmat_clearsky_agendaExecute(), refr_index_air_agendaExecute(), sensor_response_agendaExecute(), Agenda::set_outputs_to_push_and_dup(), spt_calc_agendaExecute(), surface_rtprop_agenda_arrayExecute(), surface_rtprop_agendaExecute(), surface_rtprop_sub_agendaExecute(), test_agenda_arrayExecute(), water_p_eq_agendaExecute(), and ybatch_calc_agendaExecute().
The map associated with agenda_data.
Defined in agenda_record.cc.
Definition at line 35 of file agenda_record.cc.
Referenced by abs_xsec_agendaExecute(), AgendaExecute(), agendas(), Agenda::check(), check_agenda_data(), define_agenda_map(), dobatch_calc_agendaExecute(), doit_conv_test_agendaExecute(), doit_mono_agendaExecute(), doit_rte_agendaExecute(), doit_scat_field_agendaExecute(), forloop_agendaExecute(), g0_agendaExecute(), geo_pos_agendaExecute(), InteractiveWorkspace::InteractiveWorkspace(), inversion_iterate_agendaExecute(), Agenda::is_input(), Agenda::is_output(), iy_cloudbox_agendaExecute(), iy_independent_beam_approx_agendaExecute(), iy_loop_freqs_agendaExecute(), iy_main_agendaExecute(), iy_space_agendaExecute(), iy_surface_agenda_arrayExecute(), iy_surface_agendaExecute(), iy_transmitter_agendaExecute(), jacobian_agendaExecute(), met_profile_calc_agendaExecute(), operator<<(), pha_mat_spt_agendaExecute(), pnd_agenda_arrayExecute(), ppath_agendaExecute(), ppath_step_agendaExecute(), propmat_clearsky_agendaExecute(), refr_index_air_agendaExecute(), sensor_response_agendaExecute(), InteractiveWorkspace::set_agenda_variable(), Agenda::set_outputs_to_push_and_dup(), spt_calc_agendaExecute(), surface_rtprop_agenda_arrayExecute(), surface_rtprop_agendaExecute(), surface_rtprop_sub_agendaExecute(), test_agenda_arrayExecute(), water_p_eq_agendaExecute(), and ybatch_calc_agendaExecute().
Array<LineshapeRecord> global_data::lineshape_data |
Definition at line 2390 of file lineshapes.cc.
Referenced by define_lineshape_data(), and partial_derivatives_lineshape_dependency().
Array<LineshapeNormRecord> global_data::lineshape_norm_data |
Definition at line 2537 of file lineshapes.cc.
Referenced by define_lineshape_norm_data(), and partial_derivatives_lineshape_dependency().
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 19 of file interactive_workspace.cc.
Referenced by agenda_insert_callback(), Agenda::append(), define_md_map(), Agenda::execute(), InteractiveWorkspace::execute_workspace_method(), expand_md_data_raw_to_md_data(), get_method(), get_method_g_in(), get_method_g_in_default(), get_method_g_out(), get_method_in(), get_method_out(), get_number_of_methods(), Agenda::has_method(), InteractiveWorkspace::initialize(), Agenda::is_input(), Agenda::is_output(), main(), method_print_doc(), methods(), 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().
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(), MCIPA(), option_describe(), option_input(), option_methods(), and ArtsParser::parse_method_args().
The map associated with md_data.
Defined in methods_aux.cc.
Definition at line 39 of file methods_aux.cc.
Referenced by agenda_insert_set(), Agenda::append(), define_md_map(), Agenda::is_input(), Agenda::is_output(), methods(), option_workspacevariables(), ArtsParser::parse_agenda(), ArtsParser::parse_generic_input(), ArtsParser::parse_generic_output(), ArtsParser::parse_method_args(), Agenda::set_outputs_to_push_and_dup(), and ArtsParser::tasklist_insert_set_delete().
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().
Array< SpeciesRecord > global_data::species_data |
Species Data.
Defined in species_data.cc.
Definition at line 42 of file partition_function_data.cc.
Referenced by abs_hitran_relmat_dataReadHitranRelmatDataAndLines(), abs_lines_per_speciesReadSpeciesSplitCatalog(), abs_lines_per_speciesReadSplitCatalog(), abs_linesReadSpeciesSplitCatalog(), abs_speciesDefineAll(), abs_speciesDefineAllInScenario(), abs_xsec_per_speciesAddConts(), AtmRawRead(), AtmWithNLTERawRead(), check_continuum_model(), checkIsotopologueRatios(), checkPartitionFunctions(), define_basic_species_data(), define_partition_species_data(), define_species_map(), fillSpeciesAuxDataWithIsotopologueRatiosFromSpeciesData(), fillSpeciesAuxDataWithPartitionFunctionsFromSpeciesData(), SpeciesAuxData::InitFromSpeciesData(), SpeciesTag::IsIsotopologue(), LineRecord::IsotopologueData(), main(), SpeciesTag::Name(), LineRecord::Name(), operator<<(), QuantumParserHITRAN2004::QuantumParserHITRAN2004(), LineRecord::ReadFromArtscat3Stream(), Absorption::ReadFromArtscat3Stream(), LineRecord::ReadFromArtscat4Stream(), Absorption::ReadFromArtscat4Stream(), LineRecord::ReadFromArtscat5Stream(), Absorption::ReadFromArtscat5Stream(), LineRecord::ReadFromHitran2001Stream(), Absorption::ReadFromHitran2001Stream(), LineRecord::ReadFromHitran2004Stream(), Absorption::ReadFromHitran2004Stream(), Absorption::ReadFromHitranOnlineStream(), LineRecord::ReadFromJplStream(), Absorption::ReadFromJplStream(), LineRecord::ReadFromLBLRTMStream(), Absorption::ReadFromLBLRTMStream(), LineRecord::ReadFromMytran2Stream(), Absorption::ReadFromMytran2Stream(), SpeciesAuxData::ReadFromStream(), ReadSplitARTSCAT(), QuantumIdentifier::SetFromString(), SpeciesAuxData::setParam(), species_iso_match(), species_name_from_species_index(), LineRecord::SpeciesData(), SpeciesDataOfBand(), SpeciesTag::SpeciesMass(), Absorption::Lines::SpeciesMass(), Absorption::Lines::SpeciesName(), SpeciesTag::SpeciesTag(), and xml_write_to_stream().
The map associated with species_data.
Defined in absorption.cc.
Definition at line 44 of file species_data.cc.
Referenced by define_species_map(), and species_index_from_species_name().
WorkspaceMemoryHandler global_data::workspace_memory_handler {} |
The workspace memory handler Defined in workspace_ng.cc.
Definition at line 21 of file interactive_workspace.cc.
Referenced by InteractiveWorkspace::add_variable(), Workspace::del(), Workspace::duplicate(), InteractiveWorkspace::erase_variable(), InteractiveWorkspace::initialize(), main(), Workspace::operator[](), Workspace::pop_free(), and Workspace::~Workspace().
const ArrayOfString global_data::wsv_group_names |
The names associated with Wsv groups as Strings.
See function define_wsv_group_names for more information.
Defined in groups.cc.
Definition at line 93 of file global_data.h.
Referenced by agenda_insert_set(), define_md_data_raw(), define_md_map(), define_wsv_group_map(), define_wsv_group_names(), expand_md_data_raw_to_md_data(), get_array_groups_as_string(), get_group_name(), get_number_of_groups(), get_variable_value(), main(), operator<<(), option_input(), option_methods(), option_workspacevariables(), ArtsParser::parse_agenda(), ArtsParser::parse_generic_input(), ArtsParser::parse_generic_output(), ArtsParser::parse_specific_input(), ArtsParser::parse_specific_output(), MdRecord::PrintTemplate(), ArtsParser::read_name_or_value(), ArtsParser::set_gin_to_default(), set_variable_value(), MdRecord::subst_any_with_group(), MdRecord::subst_any_with_specific_group(), ArtsParser::tasklist_insert_set_delete(), write_agenda_wrapper_header(), and write_method_header().
The map associated with wsv_group_names.
Defined in groups.cc.
Definition at line 41 of file groups.cc.
Referenced by define_wsv_group_map(), get_wsv_group_id(), groups(), InteractiveWorkspace::InteractiveWorkspace(), Agenda::is_input(), Agenda::is_output(), methods(), NameMaps::NameMaps(), and Agenda::set_outputs_to_push_and_dup().