Skip to content

Commit af325b7

Browse files
committed
moved plotting scripts back
1 parent 93b03cb commit af325b7

4 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.
File renamed without changes.
File renamed without changes.

pygem/pygem_input.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
ref_wateryear = 'calendar' # options for years: 'calendar', 'hydro', 'custom'
5050
ref_spinupyears = 0 # spin up years
5151
if ref_spinupyears > 0:
52-
assert 0==1, 'Code needs to be tested to enure spinup years are correctly accounted for in output files'
52+
assert 0==1, 'Code needs to be tested to ensure spinup years are correctly accounted for in output files'
5353

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

0 commit comments

Comments
 (0)