Dear Team ,
we are able to run Simulation in side HEC-HMS WITHOUT ITS GUI by using :compute.script
from hms.model.JythonHms import *
OpenProject ("Test1", "C:\HEC-HMS\Test1")
Compute ("Run1")
Exit(1)
How to run the Forecast Alternatives in side HEC-HMS WITHOUT ITS GUI by using :compute.script
from hms.model.JythonHms import *
OpenProject ("Test1", "C:\HEC-HMS\Test1")
Compute ("Forecast")
Exit(1)
it is not working .
With Regards
Lokendra