ARTS built-in documentation server
Workspace Method AgendaSet
Description
Set up an agenda.
An agenda is used to store a list of methods that are meant to be
executed sequentially.
This method takes the methods given in the body (in the curly braces)
and puts them in the agenda given by the output argument (in the round
braces).
It also uses the agenda lookup data (defined in file agendas.cc) to
check, whether the given methods use the right input WSVs and
produce the right output WSVs.
Authors: Oliver Lemke
Synopsis
Variables
GOUT | out | (Agenda) | The new agenda. |