diff --git a/wsimod/nodes/nodes.py b/wsimod/nodes/nodes.py index 3af4ef7..31fb659 100644 --- a/wsimod/nodes/nodes.py +++ b/wsimod/nodes/nodes.py @@ -805,6 +805,8 @@ def apply_overrides(self, overrides: Dict[str, Any] = {}): """ self.capacity = overrides.pop("capacity", self.capacity) + if "area" in overrides.keys(): + print("warning: when overriding area, capacity is not automatically recalculated") self.area = overrides.pop("area", self.area) self.datum = overrides.pop("datum",