ARTS built-in documentation server
Workspace Method Ignore
Description
Ignore a workspace variable.
This method is handy for use in agendas in order to suppress warnings
about unused input workspace variables. What it does is: Nothing!
In other words, it just ignores the variable it is called on.
This method can ignore any workspace variable
you want.
Usage example:
AgendaSet(els_agenda){
Ignore(ls_sigma)
elsLorentz
}
Without Ignore you would get an error message, because 'els_agenda' is
supposed to use the Doppler width 'ls_sigma', but the Lorentz lineshape
'elsLorentz' does not need it.
Authors: Stefan Buehler
Synopsis
Variables
GIN | in | (Any) | Variable to be ignored. |