batch_atm_fields_compactCleanup
- Workspace.batch_atm_fields_compactCleanup(self: pyarts.arts._Workspace, batch_atm_fields_compact: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.ArrayOfGriddedField4]] = self.batch_atm_fields_compact, threshold: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Numeric], verbosity: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Verbosity]] = self.verbosity) None
Removes unrealistically small or erroneous data from each data field of
batch_atm_fields_compact
(or other AerrayOfGriddedField4 data)This WSM checks if the data in
batch_atm_fields_compact
contains values smaller than the giventhreshold
. In this case, these values will be set to zero.The method should be applied if
batch_atm_fields_compact
contains unrealistically small or erroneous data (NWP/GCM model data occassionally contains negative values, which are numerical artefacts rather than physical values.)Author(s): Jana Mendrok
- Parameters:
batch_atm_fields_compact (ArrayOfGriddedField4, optional) – An array of compact atmospheric states. See
batch_atm_fields_compact
, defaults toself.batch_atm_fields_compact
[INOUT]threshold (Numeric) – Threshold below which
atm_fields_compact
values are set to zero. [IN]verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]