You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This gives a rough guided tour of how the tutorial is intended to be
used; basically allowing someone to replay the tutorial as given at the
OMSF workshop.
This tutorial is a recommended starting place for working with OpenFE. This
4
+
tutorial consists of 2 stages: first, there is the command line tutorial, where
5
+
you will work with the OpenFE command line interface (CLI) to set up a
6
+
simulation campaign, see how to run each simulation with the CLI, and then
7
+
gather results from a previously-run simulation into a final table. The second
8
+
stage uses a Jupyter notebook to perform the exact same setup as the CLI, but
9
+
shows how you have more flexibility when working with the Python interface.
10
+
11
+
## Step-by-step
12
+
13
+
1. To get an overview of OpenFE, you can view [the slides](https://docs.google.com/presentation/d/12xIu7V-izt-j5nlsPD9IOXih1qm4fPPVwVdulipjSv4/) that were given with
14
+
this tutorial at the OMSF workshop in May 2023.
15
+
16
+
2. If you haven't already, install OpenFE using [our recommended install
0 commit comments