ARTS built-in documentation server
Workspace Method Massdensity_cleanup
Description
This WSM checks if massdensity_field contains values smaller than
*massdensity_threshold*. In this case, these values will be set to zero.
The Method should be applied if massdensity_field contains unrealistic small
or erroneous data. (e.g. the chevallierl_91l data sets contain these small values)
Massdensity_cleanup is called after generation of atmopheric fields.
*Default value*: 1e-15
Authors: Daniel Kreyling
Synopsis
Variables
OUT+IN | massdensity_field | (Tensor4) | The field of atmospheric scattering particle types in unit of massdensity (like IWC/LWC/Rain/Aerosol etc.). |
GIN | massdensity_threshold | (Numeric, Default: 1e-15) | Values in massdensity_field smaller than *massdensity_threshold* will be set to zero. |