ARTS built-in documentation server

Workspace Method doit_i_fieldIterate

Description

Iterative solution of the VRTE (DOIT method).

A solution for the RTE with scattering is found using the
DOIT method:
 1. Calculate scattering integral using doit_scat_field_agenda.
 2. Calculate RT with fixed scattered field using
    doit_rte_agenda.
 3. Convergence test using doit_conv_test_agenda.

Note: The atmospheric dimensionality atmosphere_dim can be
      either 1 or 3. To these dimensions the method adapts
      automatically. 2D scattering calculations are not
      supported.

Authors: Claudia Emde

Synopsis

doit_i_fieldIterate( doit_i_field, doit_scat_field_agenda, doit_rte_agenda, doit_conv_test_agenda )

Variables

OUT+INdoit_i_field(Tensor6)Radiation field.
INdoit_scat_field_agenda(Agenda)See agendas.cc.
INdoit_rte_agenda(Agenda)See agendas.cc.
INdoit_conv_test_agenda(Agenda)See agendas.cc.