Skip to content

Commit

Permalink
Allow to divide the zones of base model hland into "snow classes" (…
Browse files Browse the repository at this point in the history
…see issue #70).
  • Loading branch information
tyralla committed Jun 18, 2021
1 parent 0939669 commit 7d60591
Show file tree
Hide file tree
Showing 17 changed files with 1,867 additions and 711 deletions.
2 changes: 2 additions & 0 deletions hydpy/core/filetools.py
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,7 @@ def load_file(
>>> results["control"]
area(692.3)
nmbzones(12)
sclass(1)
zonetype(FIELD, FOREST, FIELD, FOREST, FIELD, FOREST, FIELD, FOREST,
FIELD, FOREST, FIELD, FOREST)
zonearea(14.41, 7.06, 70.83, 84.36, 70.97, 198.0, 27.75, 130.0, 27.28,
Expand All @@ -910,6 +911,7 @@ def load_file(
ered(0.0)
ttice(nan)
icmax(field=1.0, forest=1.5)
sfdist(1.0)
tt(0.55824)
ttint(2.0)
dttm(0.0)
Expand Down
2 changes: 2 additions & 0 deletions hydpy/data/LahnH/control/default/land_dill.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

area(692.3)
nmbzones(12)
sclass(1)
zonetype(FIELD, FOREST, FIELD, FOREST, FIELD, FOREST, FIELD, FOREST, FIELD,
FOREST, FIELD, FOREST)
zonearea(14.41, 7.06, 70.83, 84.36, 70.97, 198.0, 27.75, 130.0, 27.28,
Expand All @@ -27,6 +28,7 @@
ered(0.0)
ttice(nan)
icmax(auxfile="land")
sfdist(1.0)
tt(0.55824)
ttint(2.0)
dttm(0.0)
Expand Down
2 changes: 2 additions & 0 deletions hydpy/data/LahnH/control/default/land_lahn_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

area(1660.2)
nmbzones(13)
sclass(1)
zonetype(FIELD, FOREST, FIELD, FOREST, FIELD, FOREST, FIELD, FOREST, FIELD,
FOREST, FIELD, FOREST, FOREST)
zonearea(25.61, 1.9, 467.41, 183.0, 297.12, 280.53, 81.8, 169.66, 36.0,
Expand All @@ -27,6 +28,7 @@
ered(0.0)
ttice(nan)
icmax(auxfile="land")
sfdist(1.0)
tt(0.59365)
ttint(2.0)
dttm(0.0)
Expand Down
2 changes: 2 additions & 0 deletions hydpy/data/LahnH/control/default/land_lahn_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

area(1212.5)
nmbzones(10)
sclass(1)
zonetype(FIELD, FOREST, FIELD, FOREST, FIELD, FOREST, FIELD, FOREST, FIELD,
FOREST)
zonearea(188.3, 29.92, 396.94, 297.94, 82.69, 180.62, 3.91, 28.8, 0.61, 2.77)
Expand All @@ -26,6 +27,7 @@
ered(0.0)
ttice(nan)
icmax(auxfile="land")
sfdist(1.0)
tt(0.0)
ttint(2.0)
dttm(0.0)
Expand Down
2 changes: 2 additions & 0 deletions hydpy/data/LahnH/control/default/land_lahn_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

area(1733.0)
nmbzones(14)
sclass(1)
zonetype(FIELD, FOREST, FIELD, FOREST, FIELD, FOREST, FIELD, FOREST, FIELD,
FOREST, FIELD, FOREST, FOREST, FOREST)
zonearea(213.62, 56.98, 308.62, 304.89, 163.41, 320.46, 105.06, 176.22,
Expand All @@ -27,6 +28,7 @@
ered(0.0)
ttice(nan)
icmax(auxfile="land")
sfdist(1.0)
tt(0.0)
ttint(2.0)
dttm(0.0)
Expand Down
11 changes: 11 additions & 0 deletions hydpy/docs/bibliography/refs.bib
Original file line number Diff line number Diff line change
Expand Up @@ -248,4 +248,15 @@ @phdthesis{Kling2006
type={dissertation}
}

@article{Frey2015CoseroSnow,
title={A conceptual, distributed snow redistribution model},
author={Frey, S and Holzmann, H},
journal={Hydrology and Earth System Sciences},
volume={19},
number={11},
pages={4517--4530},
year={2015},
publisher={Copernicus GmbH}
}

@Comment{jabref-meta: databaseType:bibtex;}
Loading

0 comments on commit 7d60591

Please sign in to comment.