UW-Hydro / pysumma

Python module for managing SUMMA simulations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

command line output from running summa in python

jsadler2 opened this issue · comments

when summa is run through pysumma, can the command line output be displayed as python output? This information would be helpful especially when there are problems.

This can now be accessed by simulation.stdout and simulation.stderr.