Skip to content

Commit

Permalink
fix forcing validation
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshCu committed Sep 5, 2024
1 parent 5d249c2 commit 4f355f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ngiab_data_cli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def validate_run_directory(paths: file_paths, args):
args.realization = True
return args
if not paths.forcings_dir().exists():
args.forcing = True
args.forcings = True
# this folder only exists if realization generation has run
cat_config_dir = paths.config_dir() / "cat_config"
if not cat_config_dir.exists():
Expand Down

0 comments on commit 4f355f7

Please sign in to comment.