41 out3 <<
" Manual agenda execution\n";
52 out3 <<
" Manual, exclusive agenda execution\n";
54 #pragma omp critical(AgendaExecuteExclusive_region) 66 const Agenda& input_agenda,
69 output_agenda = input_agenda;
72 output_agenda.
check(ws, verbosity);
81 const String& output_agenda_name,
85 const String& in_agenda_name,
87 const Agenda& input_agenda,
90 if (output_agenda_name != in_agenda_name)
93 os <<
"Output and input agenda must be the same!" << endl
94 <<
"*" << output_agenda_name <<
"* and *" << in_agenda_name <<
"* " 96 throw runtime_error (os.str());
101 methods.push_back(input_agenda.
Methods()[i]);
104 output_agenda.
check(ws, verbosity);
123 const Agenda& input_agenda,
void AgendaExecuteExclusive(Workspace &ws, const Agenda &this_agenda, const Verbosity &verbosity)
WORKSPACE METHOD: AgendaExecuteExclusive.
INDEX Index
The type to use for all integer numbers and indices.
Index nelem() const
Number of elements.
void check(Workspace &ws, const Verbosity &verbosity)
Checks consistency of an agenda.
Declarations having to do with the four output streams.
void AgendaAppend(Workspace &ws, Agenda &output_agenda, const String &output_agenda_name, const Agenda &in_agenda, const String &in_agenda_name, const Agenda &input_agenda, const Verbosity &verbosity)
WORKSPACE METHOD: AgendaAppend.
This file contains the declaration and partly the implementation of the workspace class...
Index get_wsv_id(const String &name)
Get index of WSV.
The implementation for String, the ARTS string class.
void Arts(Workspace &, const Agenda &, const Verbosity &verbosity)
WORKSPACE METHOD: Arts.
Declarations for agendas.
void execute(Workspace &ws) const
Execute an agenda.
void set_methods(const Array< MRecord > &ml)
void AgendaSet(Workspace &ws, Agenda &output_agenda, const String &agenda_name, const Agenda &input_agenda, const Verbosity &verbosity)
WORKSPACE METHOD: AgendaSet.
void arts_exit_with_error_message(const String &m, ArtsOut &out)
Print error message and exit.
void set_name(const String &nname)
Set agenda name.
const Array< MRecord > & Methods() const
void AgendaExecute(Workspace &ws, const Agenda &this_agenda, const Verbosity &verbosity)
WORKSPACE METHOD: AgendaExecute.
Declarations for AgRecord, storing lookup information for one agenda.
void Arts2(Workspace &ws, const Agenda &input_agenda, const Verbosity &verbosity)
WORKSPACE METHOD: Arts2.
Auxiliary header stuff related to workspace variable groups.