ARTS built-in documentation server

Workspace Method doit_i_fieldSetConst

Description

This method sets the initial field inside the cloudbox to a
constant value. The method works only for monochromatic
calculations (number of elements in f_grid=1).

The user can specify a value for each Stokes dimension in the
control file by *value*.

Authors: Claudia Emde

Synopsis

doit_i_fieldSetConst( doit_i_field, scat_i_p, scat_i_lat, scat_i_lon, p_grid, lat_grid, lon_grid, cloudbox_limits, atmosphere_dim, stokes_dim, value )

Variables

OUTdoit_i_field(Tensor6)Radiation field.
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).
INp_grid(Vector)The pressure grid.
INlat_grid(Vector)The latitude grid.
INlon_grid(Vector)The longitude grid.
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).
GINvalue(Vector)A vector containing 4 elements with the value of the initial field for each Stokes dimension.