ARTS built-in documentation server
Workspace Method vmr_fieldSetConstant
Description
Sets the VMR of a species to a constant value. The vmr_field WSM must have a correct size before calling this method.
Authors: Patrick Eriksson
Synopsis
vmr_fieldSetConstant( | vmr_field, abs_species, species, vmr_value ) |
Variables
OUT+IN | vmr_field | (Tensor4) | VMR field. |
IN | abs_species | (ArrayOfArrayOfSpeciesTag) | Tag groups for gas absorption. |
GIN | species | (String) | Species to set. |
GIN | vmr_value | (Numeric) | VMR value to apply for the selected species. |