ARTS built-in documentation server

Workspace Method DoitCloudboxFieldPut

Description

Method for the DOIT communication between cloudbox and clearsky.

This method puts the scattered radiation field into the interface
variables between the cloudbox and the clearsky, which are
scat_i_p, scat_i_lat and scat_i_lon.

The best way to calculate spectra including the influence of
scattering is to set up the doit_mono_agenda where this method
can be included.

Authors: Claudia Emde

Synopsis

DoitCloudboxFieldPut( scat_i_p, scat_i_lat, scat_i_lon, doit_i_field1D_spectrum, doit_i_field, f_grid, f_index, p_grid, lat_grid, lon_grid, scat_za_grid, scat_aa_grid, stokes_dim, atmosphere_dim, cloudbox_limits, sensor_pos, z_field )

Variables

OUTscat_i_p(Tensor7)Intensity field on cloudbox boundary (equal pressure slice).
OUTscat_i_lat(Tensor7)Intensity field on cloudbox boundary (constant latitude slice).
OUTscat_i_lon(Tensor7)Intensity field on cloudbox boundary (equal longitude slice).
OUTdoit_i_field1D_spectrum(Tensor4)Radiation field for the whole frequency spectrum.
INscat_i_p(Tensor7)Intensity field on cloudbox boundary (equal pressure slice).
INdoit_i_field(Tensor6)Radiation field.
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
INf_index(Index)Frequency index.
INp_grid(Vector)The pressure grid.
INlat_grid(Vector)The latitude grid.
INlon_grid(Vector)The longitude grid.
INscat_za_grid(Vector)Zenith angle grid.
INscat_aa_grid(Vector)Azimuthal angle grid.
INstokes_dim(Index)The dimensionality of the Stokes vector (1-4).
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INcloudbox_limits(ArrayOfIndex)The limits of the cloud box.
INsensor_pos(Matrix)The sensor position for each measurement block.
INz_field(Tensor3)The field of geometrical altitudes.