|
3 | 3 | [](https://opensource.org/licenses/MIT) |
4 | 4 | [](https://github.com/watts-dev/watts/actions?query=workflow%3ACI) |
5 | 5 |
|
6 | | - |
7 | | -WATTS (Workflow and Template Toolkit for Simulation) provides a set of Python |
8 | | -classes that can manage simulation workflows for multiple codes where |
9 | | -information is exchanged at a coarse level. For each code, input files rely on |
10 | | -placeholder values that are filled in based on a set of user-defined parameters. |
11 | | - |
12 | | -WATTS is being developed with support from Argonne National Laboratory. For any |
13 | | -questions, please contact [watts@anl.gov](mailto:watts@anl.gov). |
| 6 | +WATTS (Workflow and Template Toolkit for Simulation) consists of a set of Python |
| 7 | +classes that can manage simulation workflows for one or multiple codes. It |
| 8 | +provides the following capabilities: |
| 9 | + |
| 10 | +- An isolated execution environment when running a code; |
| 11 | +- The ability to use placeholder values in input files that are filled in |
| 12 | + programmatically; |
| 13 | +- Seamless unit conversions when working with multiple codes; |
| 14 | +- A managed database that simulation inputs and outputs are automatically saved |
| 15 | + to; and |
| 16 | +- Python classes that provide extra post-processing and analysis capabilities |
| 17 | + for each code. |
14 | 18 |
|
15 | 19 | ## Installation |
16 | 20 |
|
17 | | -- pip install watts |
18 | | - |
19 | | -## Documentation |
| 21 | +To install `watts`, run: |
20 | 22 |
|
21 | | -Here is the link to the online [__documentation__](https://watts.readthedocs.io/en/latest/user/index.html). |
| 23 | + python -m pip install watts |
22 | 24 |
|
23 | | -In case you want to build the documentation locally, you can run: |
24 | | - |
25 | | -- cd doc |
26 | | -- pip install -r requirements.txt |
27 | | -- make html |
28 | | - |
29 | | -Then you can view the documentation with: |
30 | | -- google-chrome build/html/index.html |
| 25 | +## Documentation |
31 | 26 |
|
32 | | -or replace google-chrome with your favorite browser. |
| 27 | +Documentation for WATTS can be found |
| 28 | +[__here__](https://watts.readthedocs.io/en/latest/index.html). |
33 | 29 |
|
34 | | -## Tutorial |
| 30 | +## Sponsors |
35 | 31 |
|
36 | | -Here is the link to a series of [__examples__](/examples/README.md). |
| 32 | +WATTS is being developed with support from Argonne National Laboratory. For any |
| 33 | +questions, please contact [watts@anl.gov](mailto:watts@anl.gov). |
0 commit comments