ARTS built-in documentation server

Workspace Method particle_bulkprop_fieldPerturb

Description

Adds a perturbation to particle_bulkprop_field.

Works as AtmFieldPerturb but acts on particle_bulkprop_field.

Authors: Patrick Eriksson

Synopsis

particle_bulkprop_fieldPerturb( particle_bulkprop_field, atmosphere_dim, p_grid, lat_grid, lon_grid, particle_bulkprop_names, particle_type, p_ret_grid, lat_ret_grid, lon_ret_grid, pert_index, pert_size, pert_mode )

Variables

OUT+INparticle_bulkprop_field(Tensor4)Container for various data that describes scattering bulk properties.
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.
INparticle_bulkprop_names(ArrayOfString)Identification of the data in particle_bulkprop_field.
GINparticle_type(String)Name of field to perturb, such as IWC.
GINp_ret_grid(Vector)Pressure retrieval grid.
GINlat_ret_grid(Vector)Latitude retrieval grid.
GINlon_ret_grid(Vector)Longitude retrieval grid.
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.