-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
In the "run_script.py" "tiny" case of 3dBox example, I tested the following code change to switch from OPM to ECLIPSE 100
"
...
from subsurface.multphaseflow.opm import flow
from subsurface.multphaseflow.eclipse import ecl_100
...
kd, kf, ke = read_config.read_toml('3D_ESMDA.toml') # Run with ESMDA and toml input format
sim = flow(kf)
#sim = ecl_100(kf)
"
I got the following error message:
"
ERROR: RUN has failed with 12.0 errors!
Error in the eclipse run.
"
I suspected that possibly something is wrong in the script "eclipse.py"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels