From f44556621acefe78d88600b2b8da7f057bcc5206 Mon Sep 17 00:00:00 2001 From: "Michael Kavulich, Jr" Date: Wed, 6 Nov 2024 18:08:16 -0700 Subject: [PATCH] Initial commit of fire capability does not support two-way coupling --- ush/setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ush/setup.py b/ush/setup.py index 7ad5f05cc4..0f2af305ec 100644 --- a/ush/setup.py +++ b/ush/setup.py @@ -1556,6 +1556,9 @@ def _dict_find(user_dict, substring): logger.critical(f"{fire_conf[setting]=}") raise ValueError(f"For FIRE_NUM_IGNITIONS > 1, {setting} must be a list of the same length") + if fire_conf["FIRE_ATM_FEEDBACK"] > 0.0: + raise ValueError("FIRE_ATM_FEEDBACK > 0 (two-way coupling) not supported in UFS yet") + if fire_conf["FIRE_UPWINDING"] == 0 and fire_conf["FIRE_VISCOSITY"] == 0.0: raise ValueError("FIRE_VISCOSITY must be > 0.0 if FIRE_UPWINDING == 0") else: