Skip to content

A collection of scripts and smaller codes related to SUMO

Notifications You must be signed in to change notification settings

jongrumer/sumo-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

sumo-tools

A collection of scripts and smaller codes related to SUMO

  1. sumo_run: a bash script to conveniently set up and run a calculation. Essentially helps you define all necessary parameters and collect all the folders you need for the calculation. Just make sure you have specified the $SUMODIR variable which defines the install directory where the SUMO executables resides. Also make sure that the same directory is on the PATH. E.g. for bash: in your .bashrc, add:
    export SUMODIR=<SUMO install directory>
    export PATH="$SUMODIR:$PATH"
    Further instructions in the script.

About

A collection of scripts and smaller codes related to SUMO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages