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

Massdensity_cleanup( massdensity_field, massdensity_threshold )

Variables

OUT+INmassdensity_field(Tensor4)The field of atmospheric scattering particle types in unit of massdensity (like IWC/LWC/Rain/Aerosol etc.).
GINmassdensity_threshold(Numeric, Default: 1e-15)Values in massdensity_field smaller than *massdensity_threshold* will be set to zero.