respec / HSPsquared

Hydrologic Simulation Program Python (HSPsquared)
GNU Affero General Public License v3.0
43 stars 17 forks source link

Running HSP2 from console in Linux #39

Closed rburghol closed 3 years ago

rburghol commented 4 years ago

I am trying to explore the possibility of running hsp2 from the console in Linux -- anyone done this? I am thinking similar to how the old hspf version would be run where one supplies a uci name and execution flows from there.

PaulDudaRESPEC commented 4 years ago

You might look at HSP2_Driver.py as a starting point. I put that together a while ago to be able to run HSP2 from my preferred development environment. It prompts you for the name of the HDF5 or UCI file as input and runs the simulation, and it also allows the name of the input file on the command line.

rburghol commented 4 years ago

Thanks @PaulDudaRESPEC !

aufdenkampe commented 3 years ago

This looks resolved. Feel free to reopen if it isn't working for you.