diff --git a/docs/SUMMA-Actors_documentation.md b/docs/SUMMA-Actors_documentation.md new file mode 100644 index 0000000000000000000000000000000000000000..a62bb59b123f469bab4aa1dbbe5eb57e54ef4c11 --- /dev/null +++ b/docs/SUMMA-Actors_documentation.md @@ -0,0 +1,6 @@ +# 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 diff --git a/docs/README.rst b/docs/contact.md similarity index 100% rename from docs/README.rst rename to docs/contact.md diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000000000000000000000000000000000000..d910e09ec3a65150749e8c2a67461a4741b54a42 --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,14 @@ +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" + diff --git a/utils/netcdf/StatisticsScripts/resourageUsage.py b/utils/netcdf/StatisticsScripts/resourageUsage.py index ff27a7b2b51a3b55a5e4825b53483d2190f71536..9becc6dbba9c4e3e8b2e829405f3524f640dd2a3 100644 --- a/utils/netcdf/StatisticsScripts/resourageUsage.py +++ b/utils/netcdf/StatisticsScripts/resourageUsage.py @@ -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)