ARTS built-in documentation server

Workspace Method iyInterpPolyCloudboxField

Description

As iyInterpCloudboxField but performs cubic interpolation.

Works so far only for 1D cases, and accordingly a cubic
interpolation along scat_za_grid is performed.

iy_aux, iy_error and iy_error_type treated as by|niyInterpPolyCloudboxField.

Authors: Claudia Emde

Synopsis

iyInterpPolyCloudboxField( iy, iy_error, iy_error_type, iy_aux, diy_dx, iy_transmission, scat_i_p, scat_i_lat, scat_i_lon, doit_i_field1D_spectrum, rte_gp_p, rte_gp_lat, rte_gp_lon, rte_los, jacobian_do, cloudbox_on, cloudbox_limits, atmosphere_dim, stokes_dim, scat_za_grid, scat_aa_grid, f_grid )

Variables

OUTiy(Matrix)Monochromatic pencil beam radiance spectrum.
OUTiy_error(Matrix)Estimation of calculation errors in iy.
OUTiy_error_type(Index)Characteristics of error values in iy_error.
OUTiy_aux(Matrix)Data auxilary to iy.
OUTdiy_dx(ArrayOfTensor3)Derivative of iy with respect to retrieval quantities.
INiy_error(Matrix)Estimation of calculation errors in iy.
INiy_error_type(Index)Characteristics of error values in iy_error.
INiy_aux(Matrix)Data auxilary to iy.
INdiy_dx(ArrayOfTensor3)Derivative of iy with respect to retrieval quantities.
INiy_transmission(Tensor3)Transmission to be included in iy.
INscat_i_p(Tensor7)Intensity field on cloudbox boundary (equal pressure slice).
INscat_i_lat(Tensor7)Intensity field on cloudbox boundary (constant latitude slice).
INscat_i_lon(Tensor7)Intensity field on cloudbox boundary (equal longitude slice).
INdoit_i_field1D_spectrum(Tensor4)Radiation field for the whole frequency spectrum.
INrte_gp_p(GridPos)The pressure grid position of rte_pos.
INrte_gp_lat(GridPos)The latitude grid position of rte_pos.
INrte_gp_lon(GridPos)The longitude grid position of rte_pos.
INrte_los(Vector)A line-of-sight for radiative transfer calculations.
INjacobian_do(Index)Flag to activate jacobian calculations.
INcloudbox_on(Index)Flag to activate the cloud box.
INcloudbox_limits(ArrayOfIndex)The limits of the cloud box.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INstokes_dim(Index)The dimensionality of the Stokes vector (1-4).
INscat_za_grid(Vector)Zenith angle grid.
INscat_aa_grid(Vector)Azimuthal angle grid.
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.