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+INvmr_field(Tensor4)VMR field.
INabs_species(ArrayOfArrayOfSpeciesTag)Tag groups for gas absorption.
GINvmr_values(Vector)VMR value to apply for each abs_species.