Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Too vague warning on failure to load well names #9821

Open
yngve-sk opened this issue Jan 21, 2025 · 0 comments
Open

Too vague warning on failure to load well names #9821

yngve-sk opened this issue Jan 21, 2025 · 0 comments

Comments

@yngve-sk
Copy link
Contributor

yngve-sk commented Jan 21, 2025

From the Everest course, user ran a case and got this warning from this part of everest_to_ert:

    try:
        data_wells = list(_load_all_wells(data_files))
    except Exception:
        warn_msg = (
            "Failed to load well names from {}. "
            "Only well data for wells specified in config file will be "
            "internalized during run."

The warning:

IOConfig: Reading GRIDFILE keyword from GRID section: Output of GRID file is not supported. Supported format: EGRID
WARNING:everest:Failed to load group names from ['/project/everest/users/xxxx/day_3_wellrate/eclipse/model/REEK.DATA', '/project/everest/users/xxxx/day_3_wellrate/eclipse/model/REEK.DATA', '/project/everest/users/xxxx/day_3_wellrate/eclipse/model/REEK.DATA', '/project/everest/users/xxxx/day_3_wellrate/eclipse/model/REEK.DATA', '/project/everest/users/xxxx/day_3_wellrate/eclipse/model/REEK.DATA']. No group summary data will be internalized during run.
IOConfig: Reading GRIDFILE keyword from GRID section: Output of GRID file is not supported. Supported format: EGRID
WARNING:everest:Failed to load well names from ['/project/everest/users/xxxx/day_3_wellrate/eclipse/model/REEK.DATA', '/project/everest/users/xxxx/day_3_wellrate/eclipse/model/REEK.DATA', '/project/everest/users/xxxx/day_3_wellrate/eclipse/model/REEK.DATA', '/project/everest/users/xxxx/day_3_wellrate/eclipse/model/REEK.DATA', '/project/everest/users/xxxx/day_3_wellrate/eclipse/model/REEK.DATA']. Only well data for wells specified in config file will be internalized during run.

The actual error:
Image

As a minimum we should at least forward the caught exception message+traceback.

@yngve-sk yngve-sk moved this to Backlog in SCOUT Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant