ARTS built-in documentation server
Workspace Method cloudbox_fieldSetConstPerFreq
Description
This method sets the initial field inside the cloudbox to a constant value per frequency slice. The user has specify a value for each frequency and Stokes dimension in the control file by *value*.
Authors: Jana Mendrok
Synopsis
cloudbox_fieldSetConstPerFreq( | cloudbox_field, p_grid, lat_grid, lon_grid, cloudbox_limits, atmosphere_dim, stokes_dim, value ) |
Variables
OUT+IN | cloudbox_field | (Tensor7) | The spectral radiance field inside the cloudbx. |
IN | p_grid | (Vector) | The pressure grid. |
IN | lat_grid | (Vector) | The latitude grid. |
IN | lon_grid | (Vector) | The longitude grid. |
IN | cloudbox_limits | (ArrayOfIndex) | The limits of the cloud box. |
IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
IN | stokes_dim | (Index) | The dimensionality of the Stokes vector (1-4). |
GIN | value | (Matrix) | A matrix containing stokes_dim elements per frequency (row) with the value of the initial field for each frequency and Stokes dimension. |