ARTS built-in documentation server

Workspace Method vmr_fieldPerturbAtmGrids

Description

Adds a perturbation to vmr_field.

Works as AtmFieldPerturbAtmGrids but acts on vmr_field.

Authors: Patrick Eriksson

Synopsis

vmr_fieldPerturbAtmGrids( vmr_field, atmosphere_dim, p_grid, lat_grid, lon_grid, abs_species, species, pert_index, pert_size, pert_mode )

Variables

OUT+INvmr_field(Tensor4)VMR field.
INatmosphere_dim(Index)The atmospheric dimensionality (1-3).
INp_grid(Vector)The pressure grid.
INlat_grid(Vector)The latitude grid.
INlon_grid(Vector)The longitude grid.
INabs_species(ArrayOfArrayOfSpeciesTag)Tag groups for gas absorption.
GINspecies(String)Name of species to perturb.
GINpert_index(Index)Index of position where the perturbation shall be performed.
GINpert_size(Numeric)Size of perturbation.
GINpert_mode(String, Default: "absolute")Type of perturbation, ansolute or relative.