Skip to content

Commit

Permalink
moved plotting scripts back
Browse files Browse the repository at this point in the history
  • Loading branch information
drounce committed Sep 21, 2022
1 parent 93b03cb commit af325b7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pygem/pygem_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
ref_wateryear = 'calendar' # options for years: 'calendar', 'hydro', 'custom'
ref_spinupyears = 0 # spin up years
if ref_spinupyears > 0:
assert 0==1, 'Code needs to be tested to enure spinup years are correctly accounted for in output files'
assert 0==1, 'Code needs to be tested to ensure spinup years are correctly accounted for in output files'

# Simulation runs (refers to period of simulation and needed separately from reference year to account for bias adjustments)
gcm_startyear = 2000 # first year of model run (simulation dataset)
Expand Down

0 comments on commit af325b7

Please sign in to comment.