ARTS
2.0.49
|
Initialize lookup data for agendas. More...
#include "agenda_record.h"
Go to the source code of this file.
Macros | |
#define | NAME(x) x |
#define | DESCRIPTION(x) x |
#define | OUTPUT MakeArray<String> |
#define | INPUT MakeArray<String> |
Functions | |
void | define_agenda_data () |
Variables | |
Array< AgRecord > | agenda_data |
Initialize lookup data for agendas.
The lookup data mainly contains information on the required output and input.
Definition in file agendas.cc.
#define DESCRIPTION | ( | x | ) | x |
Definition at line 35 of file agendas.cc.
Definition at line 37 of file agendas.cc.
#define NAME | ( | x | ) | x |
Definition at line 34 of file agendas.cc.
Definition at line 36 of file agendas.cc.
void define_agenda_data | ( | ) |
Definition at line 43 of file agendas.cc.
References agenda_data, DESCRIPTION, INPUT, NAME, and OUTPUT.
Referenced by main().
The lookup information for the agendas.
Definition at line 40 of file agendas.cc.
Referenced by abs_scalar_gas_agendaExecute(), Agenda::check(), check_agenda_data(), define_agenda_data(), define_agenda_map(), doit_conv_test_agendaExecute(), doit_mono_agendaExecute(), doit_rte_agendaExecute(), doit_scat_field_agendaExecute(), emission_agendaExecute(), forloop_agendaExecute(), iy_clearsky_agendaExecute(), iy_clearsky_basic_agendaExecute(), iy_cloudbox_agendaExecute(), iy_space_agendaExecute(), jacobian_agendaExecute(), jacobian_y_agendaExecute(), main(), met_profile_calc_agendaExecute(), operator<<(), opt_prop_gas_agendaExecute(), opt_prop_part_agendaExecute(), pha_mat_spt_agendaExecute(), ppath_step_agendaExecute(), refr_index_agendaExecute(), sensor_response_agendaExecute(), Agenda::set_outputs_to_push_and_dup(), spt_calc_agendaExecute(), surface_prop_agendaExecute(), and ybatch_calc_agendaExecute().