ARTS built-in documentation server
Workspace Method spectral_radiance_fieldCopyCloudboxField
Description
Set spectral_radiance_field to be a copy of cloudbox_field. This method can only be used for 1D atmospheres and if the cloud box covers the complete atmosphere. For such case, the two fields cover the same atmospheric volume and a direct copying can be made.
Authors: Patrick Eriksson
Synopsis
spectral_radiance_fieldCopyCloudboxField( | spectral_radiance_field, atmosphere_dim, p_grid, cloudbox_on, cloudbox_limits, cloudbox_field ) |
Variables
OUT | spectral_radiance_field | (Tensor7) | Spectral radiance field. |
IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
IN | p_grid | (Vector) | The pressure grid. |
IN | cloudbox_on | (Index) | Flag to activate the cloud box. |
IN | cloudbox_limits | (ArrayOfIndex) | The limits of the cloud box. |
IN | cloudbox_field | (Tensor7) | The spectral radiance field inside the cloudbx. |