Skip to content

Commit

Permalink
added estimation of water levels in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
menta78 committed Jun 12, 2018
1 parent 72f1c08 commit 0358638
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lisfloodRunManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def iterateRun(self):
endtime = time.time()
print('All done. Elapsed time = ' + str(int(round(endtime - starttime))) + ' s')
finally:
os.rmtree(self.tmpOutDir, True)
shutil.rmtree(self.tmpOutDir, True)



Expand Down
6 changes: 4 additions & 2 deletions template/settingsEurope.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ NEW 26/7/2005: includes reservoirs, inflow hydrographs
<setoption choice="1" name="simulateLakes"/>
<setoption choice="1" name="simulateReservoirs"/>
<setoption choice="1" name="simulatePF"/>
<setoption choice="1" name="simulateWaterLevels"/>

<setoption choice="1" name="SplitRouting"/>
<setoption choice="0" name="InitLisflood"/>
Expand All @@ -164,9 +165,10 @@ NEW 26/7/2005: includes reservoirs, inflow hydrographs
<setoption choice="1" name="repTopSoilMoistureMaps"/>
<setoption choice="1" name="repSurfaceSoilMoistureMaps"/>
<setoption choice="1" name="repDischargeMaps"/>
<setoption choice="0" name="repsimulateLakes"/>
<setoption choice="0" name="repsimulateReservoirs"/>
<setoption choice="1" name="repsimulateLakes"/>
<setoption choice="1" name="repsimulateReservoirs"/>
<setoption choice="1" name="repSurfaceRunoffMaps"/>
<setoption choice="1" name="repWaterLevelMaps"/>

<!-- menta -->
<setoption choice="1" name="repSnowMaps"/>
Expand Down
6 changes: 4 additions & 2 deletions template/settingsEurope_cold.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ NEW 26/7/2005: includes reservoirs, inflow hydrographs
<setoption choice="1" name="simulateLakes"/>
<setoption choice="1" name="simulateReservoirs"/>
<setoption choice="1" name="simulatePF"/>
<setoption choice="1" name="simulateWaterLevels"/>

<setoption choice="1" name="SplitRouting"/>
<setoption choice="0" name="InitLisflood"/>
Expand All @@ -164,9 +165,10 @@ NEW 26/7/2005: includes reservoirs, inflow hydrographs
<setoption choice="1" name="repTopSoilMoistureMaps"/>
<setoption choice="1" name="repSurfaceSoilMoistureMaps"/>
<setoption choice="1" name="repDischargeMaps"/>
<setoption choice="0" name="repsimulateLakes"/>
<setoption choice="0" name="repsimulateReservoirs"/>
<setoption choice="1" name="repsimulateLakes"/>
<setoption choice="1" name="repsimulateReservoirs"/>
<setoption choice="1" name="repSurfaceRunoffMaps"/>
<setoption choice="1" name="repWaterLevelMaps"/>

<!-- menta -->
<setoption choice="1" name="repSnowMaps"/>
Expand Down
2 changes: 2 additions & 0 deletions template/settingsEurope_preliminary.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ NEW 26/7/2005: includes reservoirs, inflow hydrographs
<setoption choice="1" name="simulateLakes"/>
<setoption choice="1" name="simulateReservoirs"/>
<setoption choice="1" name="simulatePF"/>
<setoption choice="1" name="simulateWaterLevels"/>

<setoption choice="1" name="SplitRouting"/>
<setoption choice="1" name="InitLisflood"/>
Expand All @@ -167,6 +168,7 @@ NEW 26/7/2005: includes reservoirs, inflow hydrographs
<setoption choice="0" name="repsimulateLakes"/>
<setoption choice="0" name="repsimulateReservoirs"/>
<setoption choice="0" name="repSurfaceRunoffMaps"/>
<setoption choice="1" name="repWaterLevelMaps"/>

<!-- menta -->
<setoption choice="0" name="repSnowMaps"/>
Expand Down

0 comments on commit 0358638

Please sign in to comment.