Skip to content

Commit 4526209

Browse files
committed
adding time series plots back in
1 parent 790e1b2 commit 4526209

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

example/pm_abcd_mrtm.ini

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ OutputInYear = 1
5555

5656
# aggregate runoff by basin/country/region; Default is 0 for False, 1 for True
5757
AggregateRunoffBasin = 1
58-
AggregateRunoffCountry = 0
59-
AggregateRunoffGCAMRegion = 0
58+
AggregateRunoffCountry = 1
59+
AggregateRunoffGCAMRegion = 1
6060

6161
# perform diagnostics defined in [Diagnostics]; Default is 0 for False, 1 for True
6262
PerformDiagnostics = 1
@@ -227,15 +227,6 @@ ef = 0.8
227227
hact_start_date = "1/1971"
228228

229229

230-
[Calibrate]
231-
# 0 is to calibrate runoff parameters using observed runoff, 1 calibrates runoff parameters using the router to streamflow
232-
set_calibrate = 0
233-
234-
# full path with file extension of observed runoff or streamflow dataset
235-
observed = /Users/d3y010/repos/github/xanthos/example/input/calibration/vic_watch_basin_km3_1971_2001_monthly.csv
236-
237-
# observed runoff or streamflow units (runoff options: km3_per_mth, mm_per_mth ; streamflow options: m3_per_sec)
238-
obs_unit = km3_per_mth
239-
240-
# full path to directory where output files for KGE and the ABCDM parameters will be saved
241-
calib_out_dir = /Users/d3y010/projects/xanthos/calibration
230+
[TimeSeriesPlot]
231+
Scale = 1
232+
MapID = 999

0 commit comments

Comments
 (0)