Skip to content

"eclipse.py" seems to stop working #9

@lanhill

Description

@lanhill

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions