joergbuchwald / ogs6py

Python-API for the OpenGeoSys (http://www.opengeosys.org) software.
BSD 3-Clause "New" or "Revised" License
16 stars 23 forks source link

Additional arguments to ogs run #13

Closed bilke closed 3 years ago

bilke commented 3 years ago

It would be nice if run_model() would allow for passing additional arguments to the ogs executable call, e.g. for passing an output directory.

Example:

model.run_model(args="-o _out")
joergbuchwald commented 3 years ago

done in a0c1c70d976e7496f63472bea809eca344535a52