ARTS built-in documentation server

Workspace Method doit_conv_flagAbsBT

Description

DOIT convergence test (maximum absolute difference in Rayleigh Jeans BT)

As doit_conv_flagAbs but convergence limits are specified in
Rayleigh-Jeans brighntess temperatures.

Authors: Sreerekha T.R., Claudia Emde

Synopsis

doit_conv_flagAbsBT( doit_conv_flag, doit_iteration_counter, doit_i_field, doit_i_field_old, f_grid, f_index, epsilon, max_iterations, nonconv_return_nan )

Variables

OUT+INdoit_conv_flag(Index)Flag for the convergence test.
OUT+INdoit_iteration_counter(Index)Counter for number of iterations.
OUT+INdoit_i_field(Tensor6)Radiation field.
INdoit_i_field_old(Tensor6)Intensity field inside the cloudbox.
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
INf_index(Index)Frequency index.
GINepsilon(Vector)Limits for convergence. A vector with length matching stokes_dim with unit [K].
GINmax_iterations(Index, Default: 100)Maximum number of iterations allowed to reach convergencelimit.
GINnonconv_return_nan(Index, Default: 0)Flag whether to accept result at max_iterations (0=default)or whether to return NaNs in case of non-convergence atmax_iterations