Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.3.6",
"version": "0.3.7",
"configurations": [
{
"name": "Python: Current File",
Expand Down
42 changes: 21 additions & 21 deletions config/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ useAPI = False
scenario = De Hupsel5

makeGIF = False
balanceCheck= False

# Include Processes
includePrecipitation = False
Expand All @@ -16,50 +17,49 @@ includeInfiltration = True
includeInterception = True
includePercolation = False

[apiSettings]
username = __key__
password = Cy0BNm8p.vpytC2vYPT9g7OKdgxvqggyV0k9zzJVy
precipAPI = 730d6675-35dd-4a35-aa9b-bfb8155f9ca7
evapAPI = e262dc03-f12b-4082-a4f4-7d0534e31fa4
demAPI = a60ad336-c95b-4fb6-b852-96fc352ee808


[modelSettings]
# Date = y, m, d, h, m, s
startDate = 2023, 4, 6, 12, 30, 0
endDate = 2023, 4, 7, 13, 30, 0
iterationsBeforeReport = 60
endDate = 2023, 4, 6, 13, 45, 0
iterationsBeforeData = 300
iterationsBeforeReport = 300
timestep = 1
standard_minimal_value = 1E-20
routing = surface

waterBelowDEM = 0.0
impermeableLayerBelowDEM= 2.00
groundWaterBase = 23.25
porosity = 0.35
channel_width = 1

arrayExtent = 1000
partitionExtent = 1000
resolution = 5
validCellsPercentage = 35.62
resolution = 1

# Only important for the final balance calculation
validCellsPercentageD = 24.7
validCellsPercentageG = 25.04

[dataSettings]
iniGroundWaterStorage =
iniGroundWaterStorage = /gw_test/60_gw_s_2022-04-14-1230.tiff
iniWaterHeight =
iniDischarge =
iniInterceptionStorage =
dem = /v2/dem_f64_shaped.tiff
dem = /dem_f64_pcr_shaped.tiff
ldd = /ldd_f64_pcr_shaped.tiff
soilMap = /bodem.tiff
landUseMap = /landgebruik.tiff
soilData = /soil_conversion.csv
landUseData = /landuse_conversion_v2.csv
precipitationData =
evapotranspirationData =
precipitationData = /precipitation.csv
evapotranspirationData = /evapotranspiration.csv

[reportSettings]
variables = discharge, seepage, groundWaterHeight, Qgw, Sgw, swFlux, gwFlux, infiltration, evapotranspirationSoil

[gifSettings]
variables = discharge, gw_s
fps = 30
vmin = 0, 20
vmax = 0.2, 50
nrRasters = 149
fps = 10
vmin = 0, 45
vmax = 0.5, 50
nrRasters = 191
71 changes: 71 additions & 0 deletions config/config_computational_1.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
[generalSettings]
# Directories
inputDir = C:/Users/steven.hosper/Desktop/Mapje Stage/data/
outputDir = C:/Users/steven.hosper/Desktop/Mapje Stage/output/

network = False
useAPI = False
scenario = De Hupsel

makeGIF = False

# Include Processes
includePrecipitation = True
includeEvapotranspiration = True
includeInfiltration = True
includeInterception = True
includePercolation = False

[apiSettings]
username = __key__
password = Cy0BNm8p.vpytC2vYPT9g7OKdgxvqggyV0k9zzJVy
precipAPI = 730d6675-35dd-4a35-aa9b-bfb8155f9ca7
evapAPI = e262dc03-f12b-4082-a4f4-7d0534e31fa4
demAPI = a60ad336-c95b-4fb6-b852-96fc352ee808


[modelSettings]
# Date = y, m, d, h, m, s
startDate = 2023, 4, 6, 12, 30, 0
endDate = 2023, 4, 6, 12, 30, 50
iterationsBeforeData = 300
iterationsBeforeReport = 900
timestep = 1
standard_minimal_value = 1E-20
routing = both

waterBelowDEM = 0.0
impermeableLayerBelowDEM= 2.00
groundWaterBase = 23.25
porosity = 0.35
channel_width = 1

arrayExtent = 5000
partitionExtent = 1000
resolution = 1
validCellsPercentageD = 24.7
validCellsPercentageG = 25.04

[dataSettings]
iniGroundWaterStorage =
iniWaterHeight =
iniDischarge =
iniInterceptionStorage =
dem = /dem_f64_pcr_shaped.tiff
ldd = /ldd_f64_pcr_shaped.tiff
soilMap = /bodem.tiff
landUseMap = /landgebruik.tiff
soilData = /soil_conversion.csv
landUseData = /landuse_conversion_v2.csv
precipitationData = /precipitation.csv
evapotranspirationData = /evapotranspiration.csv

[reportSettings]
variables = discharge, seepage, groundWaterHeight, Qgw, Sgw, swFlux, gwFlux, infiltration, evapotranspirationSoil

[gifSettings]
variables = discharge, gw_s
fps = 10
vmin = 0, 45
vmax = 0.5, 50
nrRasters = 191
71 changes: 71 additions & 0 deletions config/config_computational_2.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
[generalSettings]
# Directories
inputDir = C:/Users/steven.hosper/Desktop/Mapje Stage/data/
outputDir = C:/Users/steven.hosper/Desktop/Mapje Stage/output/

network = False
useAPI = False
scenario = De Hupsel

makeGIF = False

# Include Processes
includePrecipitation = True
includeEvapotranspiration = True
includeInfiltration = True
includeInterception = True
includePercolation = False

[apiSettings]
username = __key__
password = Cy0BNm8p.vpytC2vYPT9g7OKdgxvqggyV0k9zzJVy
precipAPI = 730d6675-35dd-4a35-aa9b-bfb8155f9ca7
evapAPI = e262dc03-f12b-4082-a4f4-7d0534e31fa4
demAPI = a60ad336-c95b-4fb6-b852-96fc352ee808


[modelSettings]
# Date = y, m, d, h, m, s
startDate = 2023, 4, 6, 12, 30, 0
endDate = 2023, 4, 6, 12, 45, 0
iterationsBeforeData = 300
iterationsBeforeReport = 900
timestep = 1
standard_minimal_value = 1E-20
routing = both

waterBelowDEM = 0.0
impermeableLayerBelowDEM= 2.00
groundWaterBase = 23.25
porosity = 0.35
channel_width = 1

arrayExtent = 5000
partitionExtent = 5000
resolution = 1
validCellsPercentageD = 24.7
validCellsPercentageG = 25.04

[dataSettings]
iniGroundWaterStorage =
iniWaterHeight =
iniDischarge =
iniInterceptionStorage =
dem = /dem_f64_pcr_shaped.tiff
ldd = /ldd_f64_pcr_shaped.tiff
soilMap = /bodem.tiff
landUseMap = /landgebruik.tiff
soilData = /soil_conversion.csv
landUseData = /landuse_conversion_v2.csv
precipitationData = /precipitation.csv
evapotranspirationData = /evapotranspiration.csv

[reportSettings]
variables = discharge, seepage, groundWaterHeight, Qgw, Sgw, swFlux, gwFlux, infiltration, evapotranspirationSoil

[gifSettings]
variables = discharge, gw_s
fps = 10
vmin = 0, 45
vmax = 0.5, 50
nrRasters = 191
71 changes: 71 additions & 0 deletions config/config_computational_3.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
[generalSettings]
# Directories
inputDir = C:/Users/steven.hosper/Desktop/Mapje Stage/data/
outputDir = C:/Users/steven.hosper/Desktop/Mapje Stage/output/

network = False
useAPI = False
scenario = De Hupsel

makeGIF = False

# Include Processes
includePrecipitation = True
includeEvapotranspiration = True
includeInfiltration = True
includeInterception = True
includePercolation = False

[apiSettings]
username = __key__
password = Cy0BNm8p.vpytC2vYPT9g7OKdgxvqggyV0k9zzJVy
precipAPI = 730d6675-35dd-4a35-aa9b-bfb8155f9ca7
evapAPI = e262dc03-f12b-4082-a4f4-7d0534e31fa4
demAPI = a60ad336-c95b-4fb6-b852-96fc352ee808


[modelSettings]
# Date = y, m, d, h, m, s
startDate = 2023, 4, 6, 12, 30, 0
endDate = 2023, 4, 6, 12, 45, 0
iterationsBeforeData = 300
iterationsBeforeReport = 900
timestep = 1
standard_minimal_value = 1E-20
routing = both

waterBelowDEM = 0.0
impermeableLayerBelowDEM= 2.00
groundWaterBase = 23.25
porosity = 0.35
channel_width = 1

arrayExtent = 5000
partitionExtent = 1000
resolution = 1
validCellsPercentageD = 24.7
validCellsPercentageG = 25.04

[dataSettings]
iniGroundWaterStorage =
iniWaterHeight =
iniDischarge =
iniInterceptionStorage =
dem = /dem_f64_pcr_shaped.tiff
ldd = /ldd_f64_pcr_shaped.tiff
soilMap = /bodem.tiff
landUseMap = /landgebruik.tiff
soilData = /soil_conversion.csv
landUseData = /landuse_conversion_v2.csv
precipitationData = /precipitation.csv
evapotranspirationData = /evapotranspiration.csv

[reportSettings]
variables = discharge, seepage, groundWaterHeight, Qgw, Sgw, swFlux, gwFlux, infiltration, evapotranspirationSoil

[gifSettings]
variables = discharge, gw_s
fps = 10
vmin = 0, 45
vmax = 0.5, 50
nrRasters = 191
Loading