Skip to content

Commit

Permalink
Added new notebook, fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
shartgring authored Nov 6, 2024
1 parent 9ca27e1 commit c6833bf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/user_guide/dflowfm_build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ data libraries are set, you can build a model by using:

Configuration file
------------------
Settings to build or update a Delft3DFM model are managed in a configuration file. In this file,
Settings to build or update a Delft3D FM model are managed in a configuration file. In this file,
every option from each :ref:`model method <model_methods>` can be changed by the user
in its corresponding section.

Expand All @@ -26,7 +26,7 @@ Note that the order in which the components are listed in the yml file is import
- When setting up a 1D2D model, both of the above should be run first, before calling `setup_link1d2d`.


Below is an example yml file that can be used to build a complete Delft3DFM model
Below is an example yml file that can be used to build a complete Delft3D FM model
:download:`.yml file <../_examples/delft3dfm_build.yml>`. Each section corresponds
to a model component with the same name.

Expand All @@ -53,4 +53,5 @@ are three ways for the user to select which data libraries to use:
.. toctree::
:hidden:

Example: Build Delft3DFM 1D2D model <../_examples/build_1d2dmodel.ipynb>
Example: Introduction to HydroMT Delft3D FM <../_examples/hydromt_tutorial.ipynb>
Example: Build Delft3D FM 1D2D model <../_examples/build_1d2dmodel.ipynb>

0 comments on commit c6833bf

Please sign in to comment.