Skip to content

Commit e75ac09

Browse files
committed
1 parent 507d90e commit e75ac09

22 files changed

+1596
-1681
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
1-
# eWaterCycle plugin for HYPE hydrological model
1+
# eWaterCycle plugin for wflow hydrological model
22

3-
[![Research Software Directory Badge](https://img.shields.io/badge/rsd-00a3e3.svg)](https://www.research-software.nl/software/ewatercycle-hype)
3+
[![Research Software Directory Badge](https://img.shields.io/badge/rsd-00a3e3.svg)](https://www.research-software.nl/software/ewatercycle-wflow)
44

5-
HYPE plugin for [eWatercycle](https://ewatercycle.readthedocs.io/).
5+
wflow plugin for [eWatercycle](https://ewatercycle.readthedocs.io/).
66

7-
HYPE documentation at http://www.smhi.net/hype/wiki/doku.php .
7+
wflow documentation at https://wflow.readthedocs.io/ .
88

99
## Installation
1010

1111
eWaterCycle must be installed in a [mamba](https://conda-forge.org/miniforge/) environment. The environment can be created with
1212

1313
```console
1414
wget https://raw.githubusercontent.com/eWaterCycle/ewatercycle/main/environment.yml
15-
mamba env create --name ewatercycle-hype --file environment.yml
16-
conda activate ewatercycle-hype
15+
mamba env create --name ewatercycle-wflow --file environment.yml
16+
conda activate ewatercycle-wflow
1717
```
1818

1919
Install this package alongside your eWaterCycle installation
2020

2121
```console
22-
pip install ewatercycle-hype
22+
pip install ewatercycle-wflow
2323
```
2424

25-
Then Hype becomes available as one of the eWaterCycle models
25+
Then Wflow becomes available as one of the eWaterCycle models
2626

2727
```python
28-
from ewatercycle.models import Hype
28+
from ewatercycle.models import Wflow
2929
```
3030

3131
## Usage
3232

33-
Usage of HYPE forcing generation and model execution is shown in
34-
[docs/generate_forcing.ipynb](https://github.com/eWaterCycle/ewatercycle-hype/tree/main/docs/generate_forcing.ipynb) and [docs/model.ipynb](https://github.com/eWaterCycle/ewatercycle-hype/tree/main/docs/model.ipynb) respectively.
33+
Usage of wflow forcing generation and model execution is shown in
34+
[docs/generate_forcing.ipynb](https://github.com/eWaterCycle/ewatercycle-wflow/tree/main/docs/generate_forcing.ipynb) and [docs/model.ipynb](https://github.com/eWaterCycle/ewatercycle-wflow/tree/main/docs/model.ipynb) respectively.
3535

3636
## License
3737

38-
`ewatercycle-hype` is distributed under the terms of the [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) license.
38+
`ewatercycle-wflow` is distributed under the terms of the [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) license.

docs/data/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Sources
22

3-
Rhine_HYPE/ directory was extracted from tarball from https://github.com/eWaterCycle/recipes_auxiliary_datasets/tree/master/hype/shapefiles
3+
* <wflow_dem.map> downloaded from https://github.com/openstreams/wflow/blob/master/examples/wflow_rhine_sbm2/staticmaps/wflow_dem.map

docs/data/Rhine/Rhine.dbf

1.46 KB
Binary file not shown.
File renamed without changes.

docs/data/Rhine/Rhine.qpj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]]

docs/data/Rhine/Rhine.shp

91.2 KB
Binary file not shown.

docs/data/Rhine/Rhine.shx

108 Bytes
Binary file not shown.

docs/data/Rhine_HYPE/Rhine_HYPE.dbf

-39.4 KB
Binary file not shown.

docs/data/Rhine_HYPE/Rhine_HYPE.shp

-1.62 MB
Binary file not shown.

docs/data/Rhine_HYPE/Rhine_HYPE.shx

-1.87 KB
Binary file not shown.

0 commit comments

Comments
 (0)