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.
If a number is larger than the total number of iterations, this
number is ignored. If all iterations should be stored set
   iterations = [-1]

The frequencies to be stored are specified by *frequencies* in the
same way as the iterations. The frequency index corresponds to the
order of frequencies in f_grid.

The output files are named doit_iteration_fX_iY.xml with X being the
frequency index and iY the iteration counter.

Authors: Claudia Emde

Synopsis

DoitWriteIterationFields( doit_iteration_counter, cloudbox_field_mono, f_index, iterations, frequencies )

Variables

INdoit_iteration_counter(Index)Counter for number of iterations.
INcloudbox_field_mono(Tensor6)Monochromatic radiation field inside the cloudbox.
INf_index(Index)Frequency index.
GINiterations(ArrayOfIndex, Default: [-1])Selection of iterations to store.
GINfrequencies(ArrayOfIndex, Default: [-1])Selection of frequencies to store.