ARTS built-in documentation server
Workspace Method particle_bulkprop_fieldPerturbAtmGrids
Description
Adds a perturbation to particle_bulkprop_field. Works as AtmFieldPerturbAtmGrids but acts on particle_bulkprop_field.
Authors: Patrick Eriksson
Synopsis
particle_bulkprop_fieldPerturbAtmGrids( | particle_bulkprop_field, atmosphere_dim, p_grid, lat_grid, lon_grid, particle_bulkprop_names, particle_type, pert_index, pert_size, pert_mode ) |
Variables
OUT+IN | particle_bulkprop_field | (Tensor4) | Container for various data that describes scattering bulk properties. |
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 | particle_bulkprop_names | (ArrayOfString) | Identification of the data in particle_bulkprop_field. |
GIN | particle_type | (String) | Name of field to perturb, such as IWC. |
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. |