Skip to content

Commit

Permalink
Update CedarRiver.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerlew committed Sep 15, 2020
1 parent 7a4ff9a commit e146b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wepppy/_scripts/CedarRiver.py
Expand Up @@ -171,7 +171,7 @@ def _gridmet_cli_adjust(cli_dir, cli_fn, watershed):
projects[-1]['build_climates'] = scenario['build_climates']
projects[-1]['lc_lookup_fn'] = scenario['lc_lookup_fn']
projects[-1]['ksat'] = scenario['ksat']
projects[-1]['wd'] = 'seattle_{watershed}_{scenario}' \
projects[-1]['wd'] = 'seattle_k_{watershed}_{scenario}' \
.format(watershed=watershed['watershed'], scenario=scenario['wd']) \
.format(cs=watershed['cs'])

Expand Down

0 comments on commit e146b38

Please sign in to comment.