ARTS built-in documentation server
Workspace Method DoitWriteIterationFields
Description
Writes DOIT iteration fields.
This method writes intermediate iteration fields to xml-files. The
method can be used as a part of doit_conv_test_agenda.
The iterations to be stored are specified by *iterations*, e.g.:
iterations = [3, 6, 9]
In this case the 3rd, 6th and 9th iterations are stored in the
files 'doit_iteration_3.xml', 'doit_iteration_6.xml' ...
If a number is larger than the total number of iterations, this
number is ignored. If all iterations should be stored set
iterations = [0]
Authors: Claudia Emde
Synopsis
Variables