Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial changes on user_guide/intro.md #458

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/src/user_guide/intro.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# About the user guide

The purpose of this user guide is to describe the steps to install the wflow julia software
and to set up a simple model. The user guide also contains a step-wise process how to
configure your model using the TOML file (model settings) and the netCDF gridded datasets.
The purpose of this user guide is to describe the steps for installing the wflow Julia software
and setting up a simple model. The guide also includes a step-by-step process for
configuring your model using the TOML file (model settings) and the netCDF gridded datasets.

Sample data and model set up is also included for the Moselle River Basin (a major tributary
of the Rhine River), which can be used to explore the model software. The model is set up
for the wflow\_sbm, wflow\_hbv and wflow\_sediment model concepts.
Sample data and model setup are also provided for the Moselle River Basin (a major tributary
of the Rhine River), which can be used to explore the model software. The guide covers model setups
for the `wflow\_sbm`, `wflow\_hbv` and `wflow\_sediment` model concepts.

Finally, information is provided on setting up your own model, including building a model
Finally, the guide offers information on setting up your own model, including building a model
from scratch or alternatively using Deltares [HydroMT](https://github.com/Deltares/hydromt)
model building tools which are open source.
model building tools, which are open source.
Loading