Skip to content

Commit

Permalink
renamed notebooks, changed toc, added markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
RolfHut committed Oct 26, 2024
1 parent 4fa10d2 commit 49f2008
Show file tree
Hide file tree
Showing 4 changed files with 649 additions and 1 deletion.
7 changes: 6 additions & 1 deletion book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@ parts:
- file: oneModel/oneModel.md
sections:
- file: oneModel/example_model_run_HBV.ipynb
- file: references.md
- file: oneModel/additionalExperiments.md
sections:
- file: oneModel/pcrglobwb/example_model_run_pcrglobwb.ipynb
- file: oneModel/example_model_run_HBV_CMIP_forcing.ipynb
- file: oneModel/calibration_HBV/example_calibrate_HBV.ipynb
- file: references.md
8 changes: 8 additions & 0 deletions book/oneModel/additionalExperiments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
(intro)=
# Additional Experiments

Next to the simple "run a model" tutorial we provide a number of notebooks to demonstrate more advanced uses of eWaterCycle. The purpose of all these notebooks is to demonstrate what little changes are needed to go from a

- Generating forcing from CMIP for climate change impact studies. In this notebook we make little changes to the tutorial notebook to not use ERA5 re-analysis data as forcing input, but rather use data from the CMIP models to do climate change impact studies.
- Calibrate a model using observational data. In this notebook we run the tutorial model a thousand times with different parameter sets to find the optimal parameter set linking model output to observations.
- Running a distributed, more complex model. In [this notebook](pcrglobwb/example_model_run_pcrglobwb.ipynb) we run the PCRGlobWB distributed model developed by Utrecht University for a lot of global hydrology studies, focussed on the UK.
635 changes: 635 additions & 0 deletions book/oneModel/example_model_run_HBV_CMIP_forcing.ipynb

Large diffs are not rendered by default.

File renamed without changes.

0 comments on commit 49f2008

Please sign in to comment.