Skip to content

Commit 7626ea4

Browse files
RolfHutsverhoeven
andauthored
final touches: fixed many cells, made clarifications, deleted files n… (#31)
* final touches: fixed many cells, made clarifications, deleted files no longer needed. did run into a major bug in case 2, which will be addressed in a seperate issue. * Remove lisflood version fix cell, no longer needed * Ran Case2 from start to finish * removed spin up from notebook 1. This makes notebook one run the same year and basin as notebook 2. Co-authored-by: Stefan Verhoeven <[email protected]> Co-authored-by: Stefan Verhoeven <[email protected]>
1 parent fd49561 commit 7626ea4

29 files changed

+236
-15776
lines changed

Case1_Marrmot_Merrimack_ESMValTool.ipynb

Lines changed: 152 additions & 160 deletions
Large diffs are not rendered by default.

Case2_wflow_LISFlood_merrimack_inc_ESMValtool.ipynb

Lines changed: 61 additions & 39 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
1-
# technicalPaperExampleNotebooks
2-
a collection of Jupyter notebooks used in the technical eWaterCycle paper
1+
# ewatercycle examples
2+
![image](https://github.com/eWaterCycle/ewatercycle/raw/main/docs/examples/logo.png)
3+
A collection of Jupyter notebooks accompanying the publication `The eWaterCycle platform for Open and FAIR Hydrological collaboration` (link follows). eWaterCycle is a platform for conducting computational hydrological research. See this video (link follows) for a short overview of the platform and its capabilities. See the publication for more details on the design choices made when building the platform. Finaly, see the [eWaterCycle package repository](https://doi.org/10.5281/zenodo.5119389) for the code behind the platform
4+
5+
This repo contains five notebooks with use cases of computational hydrological research that illustrate the capabillities of the eWaterCycle platform. Those use cases are:
6+
7+
1. a 'Hello world' use case demonstrating how a model is setup-up, how forcingdata is created using ESMValTool and how a model is run. The calculated river discharge is compared against GRDC observations.
8+
2. a model comparison notebook where two (distributed) models are run for the same catchment and the generated discharge is compared against GRDC observations.
9+
3. a model coupling notebook where the output from one model is used as input for another model. Note that the models are written in different programming languages, but the hydrologist conducting the experiment can work from the (python) eWaterCycle environment.
10+
4. an experiment where the state of the model is changed during runtime. Each timestep the model state is altered to correct the calculated evaporation based on (Fluxnet) observed evaporation.
11+
5. A model calibration study where a model is run in parallel many times to calibrate its parameters based on observations.
12+
13+
The eWaterCycle platform, including the models used in the notebooks of this repository, can be installed on any sufficiently advanced computer. See the installation instructions for the [eWaterCycle package repository](https://doi.org/10.5281/zenodo.5119389). Currently no publicly accessable machine is available where any scientist can work on the eWaterCycle platform without having to install it themselves. This might change with future funding oppertunities (in which case this page will also be updated).
14+
15+
More examples, for more different models, can be found in the
16+
[eWaterCycle documentation](https://ewatercycle.readthedocs.io).
17+
18+
## License
19+
20+
Copyright (c) 2021, Netherlands eScience Center & Delft University of
21+
Technology
22+
23+
Apache Software License 2.0

case0HelloWorldHydrograph.png

-58.9 KB
Binary file not shown.

case1HelloWorldsHydrograph.png

-88.9 KB
Binary file not shown.

case2CouplingModels.png

-110 KB
Binary file not shown.
-75.8 KB
Binary file not shown.
-135 KB
Binary file not shown.
52.7 KB
Loading
88.9 KB
Loading

0 commit comments

Comments
 (0)