Module ehfheatwaves.constants

Constants definition module.

Expand source code
"""Constants definition module.
"""

MISSING_VAL = -999.99 # Value for missing data.
FILL_VAL = -888.88 # Value for data that has never been written to.
INVALID_VAL = -777.77 # Value for invalid values.