Closed Ruslan1541 closed 13 hours ago
This is not currently possible. I have added such support in https://github.com/OPM/opm-simulators/pull/5760
The constructor of the python simulator then takes an 'args' parameter which is a list of standard 'flow' command line parameters. To use a parameter file you'd do something ala
sim = BlackOilSimulator(filename='SPE1CASE1.DATA', args=['--parameter-file=CASENAME.PARAM'])
Hello there!
If I run flow in Python, is it possible to add a CASENAME.PARAM file somewhere to change the simulation parameters?