ARTS built-in documentation server

Workspace Method vmr_fieldClip

Description

Clipping of vmr_field.

The method allows you to apply hard limits the values of vmr_field.
All values, of the species selected, below *limit_low*, are simply
set to *limit_low*. And the same is performed with respect to
*limit_high*. That is, the data in x for the retrieval quantity are
forced to be inside the range [limit_low,limit_high].

Setting species="ALL", is a shortcut for applying the limits on all
species.

Authors: Patrick Eriksson

Synopsis

vmr_fieldClip( vmr_field, abs_species, species, limit_low, limit_high )

Variables

OUT+INvmr_field(Tensor4)VMR field.
INabs_species(ArrayOfArrayOfSpeciesTag)Tag groups for gas absorption.
GINspecies(String)Name of species to consider, or "ALL".
GINlimit_low(Numeric, Default: -Inf)Lower limit for clipping.
GINlimit_high(Numeric, Default: Inf)Upper limit for clipping.