Skip to content

Commit

Permalink
Fixes log level specifier in run_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
rarutter committed Jun 17, 2024
1 parent 127737a commit 4f2dca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/util/run_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def run_case(config, output_set):
sp_str = str(config["sp_years"])
tr_str = str(config["tr_years"])
sc_str = str(config["sc_years"])
subprocess.run(["/work/dvmdostem", "-l", "err", "--force-cmt", cmt_str,
subprocess.run(["/work/dvmdostem", "-l", "warn", "--force-cmt", cmt_str,
"-p", pr_str, "-e", eq_str, "-s", sp_str,
"-t", tr_str, "-n", sc_str])

Expand Down

0 comments on commit 4f2dca3

Please sign in to comment.