ARTS built-in documentation server

Workspace Method abs_lookupTestAccMC

Description

Test accuracy of absorption lookup table with Monte Carlo Algorithm.

Explicitly compare absorption from the lookup table with line-by-line
calculations for random conditions.

The quantities returned are the mean value and standard deviation of
the absolute value of the relative error in percent.
The relative error itself is computed for a large number of cases
(pressure, temperature, and H2O VMR combinations). In the frequency
dimension the maximum value is taken for each case.

Produces no workspace output, only output to the output streams.

Authors: Stefan Buehler

Synopsis

abs_lookupTestAccMC( abs_lookup, abs_lookup_is_adapted, abs_p_interp_order, abs_t_interp_order, abs_nls_interp_order, mc_seed, abs_xsec_agenda )

Variables

INabs_lookup(GasAbsLookup)An absorption lookup table.
INabs_lookup_is_adapted(Index)Flag to indicate whether abs_lookupAdapt has already been called.
INabs_p_interp_order(Index)The interpolation order to use when interpolating absorption between pressure levels.
INabs_t_interp_order(Index)The interpolation order to use when interpolating absorption between the temperature values given by abs_t_pert.
INabs_nls_interp_order(Index)The interpolation order to use when interpolating absorption between the H2O values given by abs_nls_pert.
INmc_seed(Index)The integer seed for the random number generator used by Monte Carlo methods.
INabs_xsec_agenda(Agenda)Agenda to calculate scalar gas absorption cross sections.