Skip to content

Releases: USEPA/Water-Security-Toolkit

WST Release 2019

24 Sep 19:28
6b6b68e
Compare
Choose a tag to compare

Please be aware that the build is fragile - it may require older versions of python that you are using, and it may be require installation of older MSVS runtime libraries.

If you are interested in running WST, by far the best method is to download and build on a Linux machine. If you have not run WST before, we suggest that you look into libraries under active development, such as WNTR along with Chama and Pecos.

Installation instructions:

Download Anaconda 2.7
https://www.anaconda.com/distribution/#download-section
Get the “Anaconda 2.7” version – not the Anaconda 3.x.

Download Dakota/Coliny
https://dakota.sandia.gov/downloads
Get the “Windows”, “6.8”, “command line only”, “unsupported” version (dakota-6.8-release-public-Windows.x86.zip)

Download CBC
https://www.coin-or.org/download/binary/CoinAll
Get the “Windows 1.7.4” version build date “2013-12-26 18:14” (COIN-OR-1.7.4-win32-msvc11.zip)

Download WST
Get the “Release 2019” from the files below (wst-2019.zip)

Perform the following steps:
• Install Anaconda2 as “Just Me” so you do not need administrator access
• Unzip wst-2019.zip into the directory where you want it to be kept
• Unzip the dakota-6.8-release-public-Windows.x86.zip file (should create a directory called the same thing, without the .zip extension, in the same directory as the zip file)
• Copy all the files from the dakota-6.8-release-public-Windows.x86\bin directory into the wst-2019\bin directory
• Unzip the COIN-OR-1.7.4-win-21-msvc11.zip file (should create a directory called the same thing, without the .zip extension, in the same directory as the zip file)
• Copy all the files from the COIN-OR-1.7.4-win-21-msvc11\win32-msvc11\bin directory into the wst-2019\bin directory
• Open an Anaconda Prompt from the “Start -> Anaconda2” menu
• Change directory into the wst-2019 directory
• Type “install”
• Change directory into the wst-2019\examples directory
• Run the examples (e.g., wst sp sp_ex1.yml)