ARTS built-in documentation server

Workspace Method cloudbox_fieldSetConst

Description

This method sets the initial field inside the cloudbox to a
constant value.

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

Authors: Claudia Emde

Synopsis

cloudbox_fieldSetConst( cloudbox_field, p_grid, lat_grid, lon_grid, cloudbox_limits, atmosphere_dim, stokes_dim, value )

Variables

OUT+INcloudbox_field(Tensor7)The spectral radiance field inside the cloudbx.
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 stokes_dim elements with the value of the initial field for each Stokes dimension.