This module defines utility functions to check for missing values in real and integer data. -999 and -9999 are treated as missing values for both real and integer types, with a small tolerance for floating-point comparisons.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real, | intent(in) | :: | x |
the real value to check |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | x |
the integer value to check |