ARTS built-in documentation server
Workspace Method vmr_fieldPerturb
Description
Adds a perturbation to vmr_field. Works as AtmFieldPerturb but acts on vmr_field.
Authors: Patrick Eriksson
Synopsis
vmr_fieldPerturb( | vmr_field, atmosphere_dim, p_grid, lat_grid, lon_grid, abs_species, species, p_ret_grid, lat_ret_grid, lon_ret_grid, pert_index, pert_size, pert_mode ) |
Variables
OUT+IN | vmr_field | (Tensor4) | VMR field. |
IN | atmosphere_dim | (Index) | The atmospheric dimensionality (1-3). |
IN | p_grid | (Vector) | The pressure grid. |
IN | lat_grid | (Vector) | The latitude grid. |
IN | lon_grid | (Vector) | The longitude grid. |
IN | abs_species | (ArrayOfArrayOfSpeciesTag) | Tag groups for gas absorption. |
GIN | species | (String) | Name of species to perturb. |
GIN | p_ret_grid | (Vector) | Pressure retrieval grid. |
GIN | lat_ret_grid | (Vector) | Latitude retrieval grid. |
GIN | lon_ret_grid | (Vector) | Longitude retrieval grid. |
GIN | pert_index | (Index) | Index of position where the perturbation shall be performed. |
GIN | pert_size | (Numeric) | Size of perturbation. |
GIN | pert_mode | (String, Default: "absolute") | Type of perturbation, ansolute or relative. |