Skip to content

Commit

Permalink
Initial commit of fire capability does not support two-way coupling
Browse files Browse the repository at this point in the history
  • Loading branch information
mkavulich committed Nov 7, 2024
1 parent 5aa39cd commit f445566
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ush/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f445566

Please sign in to comment.