ARTS built-in documentation server

Workspace Method CloudboxGetIncoming

Description

Calculates incoming radiation field of the cloudbox by repeated
radiative transfer calculations.

The method performs monochromatic pencil beam calculations for
all grid positions on the cloudbox boundary, and all directions
given by scattering angle grids (*scat_za/aa_grid*). Found radiances
are stored in *scat_i_p/lat/lon* which can be used as boundary
conditions when scattering inside the cloud box is solved by the
DOIT method.

Can only handle iy_unit=1 (intensity in terms of radiances). Other
output units need to be derived by unit conversion later on (e.g.
after yCalc).

Authors: Sreerekha T.R., Claudia Emde

Synopsis

CloudboxGetIncoming( scat_i_p, scat_i_lat, scat_i_lon, atmfields_checked, atmgeom_checked, cloudbox_checked, doit_is_initialized, iy_main_agenda, atmosphere_dim, lat_grid, lon_grid, z_field, t_field, vmr_field, cloudbox_on, cloudbox_limits, f_grid, stokes_dim, iy_unit, blackbody_radiation_agenda, scat_za_grid, scat_aa_grid, rigorous, maxratio )

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).
INatmfields_checked(Index)OK-flag for atmospheric grids and (physical) fields.
INatmgeom_checked(Index)OK-flag for the geometry of the model atmosphere.
INcloudbox_checked(Index)OK-flag for variables associated with the cloudbox.
INdoit_is_initialized(Index)Flag to determine if DoitInit was called.
INiy_main_agenda(Agenda)See agendas.cc.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INlat_grid(Vector)The latitude grid.
INlon_grid(Vector)The longitude grid.
INz_field(Tensor3)The field of geometrical altitudes.
INt_field(Tensor3)The field of atmospheric temperatures.
INvmr_field(Tensor4)VMR field.
INcloudbox_on(Index)Flag to activate the cloud box.
INcloudbox_limits(ArrayOfIndex)The limits of the cloud box.
INf_grid(Vector)The frequency grid for monochromatic pencil beam calculations.
INstokes_dim(Index)The dimensionality of the Stokes vector (1-4).
INiy_unit(String)Selection of output unit for some radiative transfer methods.
INblackbody_radiation_agenda(Agenda)See agendas.cc.
INscat_za_grid(Vector)Zenith angle grid.
INscat_aa_grid(Vector)Azimuthal angle grid.
GINrigorous(Index, Default: 1)Fail if incoming field is not safely interpolable.
GINmaxratio(Numeric, Default: 100)Maximum allowed ratio of two radiances regarded as interpolable.