Skip to content

Commit

Permalink
Update tutorial.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
linusseelinger authored Dec 6, 2024
1 parent b353a14 commit ea6822d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Note that only one model server may be running at a given port. So, if you see a
Refer to the tsunami model's documentation again to see what models the model server provides (there may be multiple), and what their properties are. In this case it is a model called ``forward``. This particular model takes a single 2D vector as input, defined to be the location of the tsunami source. It then solves a hyperbolic partial differential equation (PDE) to compute the tsunami propagation. Finally, it returns a single 4D vector containing the main tsunami wave's arrival time and maximum water height at two different locations. This model does not provide any derivatives.

* Request a model evaluation as before. ``[[100.0, 60.0]]`` might be a good value.
* Optional: Apart from input parameters, the client may also choose different configuration options. These are model specific and listed in the respective model's documentation page. For example, the tsunami model allows you to select a finer discretization level by passing ``{"level": 1}`` as configuration. Follow the client documentation to request an evaluation from level 1 and compare to level 0. Be aware that level 2 may take very long to run on a laptop...
* Optional: Apart from input parameters, the client may also choose different configuration options. These are model specific and listed in the respective model's documentation page. For example, the tsunami model allows you to select a finer discretization level by passing ``{"level": 1}`` as configuration. Follow the `Python client documentation <https://um-bridge-benchmarks.readthedocs.io/en/docs/umbridge/clients.html>`__ to request an evaluation from level 1 and compare to level 0. Be aware that level 2 may take very long to run on a laptop...

Accessing model output files
---------------------------------
Expand Down

0 comments on commit ea6822d

Please sign in to comment.