ARTS built-in documentation server

Workspace Method doit_za_grid_optCalc

Description

Zenith angle grid optimization for scattering calculation.

This method optimizes the zenith angle grid. As input it requires
a radiation field (cloudbox_field) which is calculated on a very
fine zenith angle grid (za_grid). Based on this field
zenith angle grid points are selected, such that the maximum
difference between the radiation field represented on the very
fine zenith angle grid and the radiation field represented on the
optimized grid (doit_za_grid_opt) is less than the accuracy
(*acc*). Between the grid points the radiation field is interpolated
linearly or polynomially depending on doit_za_interp.

Note: The method works only for a 1D atmosphere and for one
frequency.

Authors: Claudia Emde

Synopsis

doit_za_grid_optCalc( doit_za_grid_opt, cloudbox_field_mono, za_grid, doit_za_interp, acc )

Variables

OUTdoit_za_grid_opt(Vector)Optimized zenith angle grid.
INcloudbox_field_mono(Tensor6)Monochromatic radiation field inside the cloudbox.
INza_grid(Vector)Zenith angle grid.
INdoit_za_interp(Index)Flag for interplation method in zenith angle dimension.
GINacc(Numeric)Accuracy to achieve [%].