summaryrefslogtreecommitdiff
path: root/szilagyi/_nomogram.py
diff options
context:
space:
mode:
Diffstat (limited to 'szilagyi/_nomogram.py')
-rw-r--r--szilagyi/_nomogram.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/szilagyi/_nomogram.py b/szilagyi/_nomogram.py
index 4dcd141..024bfd0 100644
--- a/szilagyi/_nomogram.py
+++ b/szilagyi/_nomogram.py
@@ -4,6 +4,10 @@ from collections import deque
from . import _dataset
+MAX_TEMPERATURE_DIFFERENCE = 40
+MAX_CONVECTIVE_CLOUD_DEPTH = 50000
+
+
class NomogramEdgeCase(Exception):
def __init__(self, value):
self.value = value