particle_bulkprop_fieldPerturb
- Workspace.particle_bulkprop_fieldPerturb(self: pyarts.arts._Workspace, particle_bulkprop_field: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Tensor4]] = self.particle_bulkprop_field, atmosphere_dim: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Index]] = self.atmosphere_dim, p_grid: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Vector]] = self.p_grid, lat_grid: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Vector]] = self.lat_grid, lon_grid: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Vector]] = self.lon_grid, particle_bulkprop_names: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.ArrayOfString]] = self.particle_bulkprop_names, particle_type: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.String], p_ret_grid: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Vector], lat_ret_grid: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Vector], lon_ret_grid: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Vector], pert_index: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Index], pert_size: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Numeric], pert_mode: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.String]] = "absolute", verbosity: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Verbosity]] = self.verbosity) None
Adds a perturbation to
particle_bulkprop_field
.Works as
AtmFieldPerturb()
but acts onparticle_bulkprop_field
.Author(s): Patrick Eriksson
- Parameters:
particle_bulkprop_field (Tensor4, optional) – Container for various data that describes scattering bulk properties. See
particle_bulkprop_field
, defaults toself.particle_bulkprop_field
[INOUT]atmosphere_dim (Index, optional) – The atmospheric dimensionality (1-3). See
atmosphere_dim
, defaults toself.atmosphere_dim
[IN]p_grid (Vector, optional) – The pressure grid. See
p_grid
, defaults toself.p_grid
[IN]lat_grid (Vector, optional) – The latitude grid. See
lat_grid
, defaults toself.lat_grid
[IN]lon_grid (Vector, optional) – The longitude grid. See
lon_grid
, defaults toself.lon_grid
[IN]particle_bulkprop_names (ArrayOfString, optional) – Identification of the data in
particle_bulkprop_field
. Seeparticle_bulkprop_names
, defaults toself.particle_bulkprop_names
[IN]particle_type (String) – Name of field to perturb, such as IWC. [IN]
p_ret_grid (Vector) – Pressure retrieval grid. [IN]
lat_ret_grid (Vector) – Latitude retrieval grid. [IN]
lon_ret_grid (Vector) – Longitude retrieval grid. [IN]
pert_index (Index) – Index of position where the perturbation shall be performed. [IN]
pert_size (Numeric) – Size of perturbation. [IN]
pert_mode (String, optional) – Type of perturbation, absolute or relative. Defaults to
"absolute"
[IN]verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]