|
20 | 20 | "The Ribasim Python package (named `ribasim`) simplifies the process of building, updating, and analyzing Ribasim model programmatically.\n",
|
21 | 21 | "It also allows for the creation of entire models from base data, ensuring that your model setup is fully reproducible.\n",
|
22 | 22 | "\n",
|
| 23 | + "To run this tutorial locally, install the latest release of Ribasim as documented in [the installation guide](/install.qmd).\n", |
| 24 | + "Some of the tutorials use a Python package that must be installed separately, [Plotly](https://plotly.com/python/getting-started/#installation).\n", |
| 25 | + "\n", |
23 | 26 | "## Learning objectives\n",
|
24 | 27 | "In this tutorial, we will focus on a fictional river basin called Crystal, which will serve as our case study.\n",
|
25 | 28 | "The guide is divided into different modules, each covering various scenarios.\n",
|
|
30 | 33 | "- **Set up a basic Ribasim model**: Understand how to create a new model for a river basin using the Ribasim Python package.\n",
|
31 | 34 | "- **Evaluate the impact of demands**: Introduce water demand (such as irrigation) and assess their effects on the river basin.\n",
|
32 | 35 | "- **Modify and update models**: Learn how to update existing models with new data and changes.\n",
|
33 |
| - "- **Analyze simulation results**: Use built-in tools to analyze and interpret the results of your simulations.\n", |
34 |
| - "\n", |
35 |
| - "## Prerequisites\n", |
36 |
| - "First install the latest release of Ribasim as documented in [the installation guide](/install.qmd).\n", |
37 |
| - "\n", |
38 |
| - "Download the `Crystal_Basin.zip` file from the website. Extract `Crystal_Basin.zip` and place it in the same directory as your Ribasim installation. This folder includes:\n", |
39 |
| - "\n", |
40 |
| - "- `QuickStartGuide.pdf`\n", |
41 |
| - "- `data`: Contains data inputs such as time series needed for running the case.\n", |
42 |
| - "Additionally, your Python model (`.py`) and the results will also be saved in this folder." |
| 36 | + "- **Analyze simulation results**: Use built-in tools to analyze and interpret the results of your simulations." |
43 | 37 | ]
|
44 | 38 | },
|
45 | 39 | {
|
|
0 commit comments