ARTS built-in documentation server
Workspace Method vmr_fieldSetAllConstant
Description
Sets the VMR of all species to a select constant value. The vmr_field WSM must have a correct size before calling this method. The length of vmr_values and of abs_species must match.
Authors: Richard Larsson
Synopsis
vmr_fieldSetAllConstant( | vmr_field, abs_species, vmr_values ) |
Variables
OUT+IN | vmr_field | (Tensor4) | VMR field. |
IN | abs_species | (ArrayOfArrayOfSpeciesTag) | Tag groups for gas absorption. |
GIN | vmr_values | (Vector) | VMR value to apply for each abs_species. |