Skip to content
Snippets Groups Projects
Commit c904c6a4 authored by Kyle Klenk (kck540)'s avatar Kyle Klenk (kck540)
Browse files

added to documentation

parent d72d8f80
No related branches found
No related tags found
No related merge requests found
# SUMMA-Actors Documentation Guide
SUMMA-Actors is a beta software that currently does not have the full capabilities of the original version of SUMMA. The most notable
feature not currently implemented is the simulation of lateral flows. SUMMA-Actors can solve for HRUs that do not have any dependencies on other HRUs. Although we are working to implement the full functionality of SUMMA into SUMMA-Actors.
The documentation is organized as follows. We provide information for installing SUMMA-Actors on your system as well as some information for how to install SUMMA-Actors on Clusters such as the ones provided by Compute Canada.
\ No newline at end of file
File moved
site_name: SUMMA-Actors
site_description: Structure for Unifying Multiple Modeling Alternatives - With Actors
site_author: Numerical Simulations Laboratory - University of Saskatchewan
repo_url: https://github.com/KyleKlenk/Summa-Actors
site_url: https://summa-actors.readthedocs.io
docs_dir: docs
theme: readthedocs
nav:
- Home:
- SUMMA-Actors Overview: 'index.md'
- SUMMA-Actors Documentation: 'SUMMA-Actors_documentation.md'
- Contact:
- Contact Information: "contact.md"
......@@ -13,6 +13,7 @@ def seffCommand(jobId, numJobs):
startHRU = 1
numHRU = 1000
for i in range(0, int(numJobs)):
print("Job", i)
rowData = []
rowData = [numHRU * i + 1, numHRU]
cmdString = "seff {}_{}".format(jobId, i)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment