samgdotson / watts

Workflow and Template Toolkit for Simulation (WATTS)

Home Page:https://watts.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WATTS logo WATTS

License GitHub Actions build status (Linux)

WATTS (Workflow and Template Toolkit for Simulation) provides a set of Python classes that can manage simulation workflows for multiple codes where information is exchanged at a coarse level. For each code, input files rely on placeholder values that are filled in based on a set of user-defined parameters.

WATTS is being developed with support from Argonne National Laboratory. For any questions, please contact watts@anl.gov.

Installation

  • pip install watts

Documentation

Here is the link to the online documentation.

In case you want to build the documentation locally, you can run:

  • cd doc
  • pip install -r requirements.txt
  • make html

Then you can view the documentation with:

  • google-chrome build/html/index.html

or replace google-chrome with your favorite browser.

Tutorial

Here is the link to a series of examples.

About

Workflow and Template Toolkit for Simulation (WATTS)

https://watts.readthedocs.io

License:MIT License


Languages

Language:Python 100.0%