Skip to content

Commit

Permalink
Other fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielabdi-noaa committed Mar 25, 2023
1 parent 4523e8c commit 289a318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ def get_location(xcs, fmt, expt_cfg):
# -----------------------------------------------------------------------
#
if expt_config["rrfs"]["DO_RRFS_DEV"]:
mode = "retro" if expt_config["rrfs"]["DO_RETRO"] else "real"
mode = "real" if expt_config["workflow"]["DO_REAL_TIME"] else "retro"
rrfs = expt_config.get("data", {}).get("rrfs")
if rrfs is not None:
for k,v in rrfs[mode].items():
Expand Down

0 comments on commit 289a318

Please sign in to comment.