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

Check if binaries exist if needed in fm_well_trajectory #60

Open
slawekszklarz opened this issue Oct 2, 2024 · 0 comments
Open

Check if binaries exist if needed in fm_well_trajectory #60

slawekszklarz opened this issue Oct 2, 2024 · 0 comments

Comments

@slawekszklarz
Copy link

Currently we are providing a path to a simulation ‘’MODEL”. Minimum requirement for ResInsight is for MODEL.EGRID to exist. However, this is not sufficient for well trajectory because since MODEL.INIT file is also needed. If INIT is missing then empty COMPDAT file is exported with corresponding info in the log:

ERROR: Compdat Export : One or more of the following required data sources are missing : PERMX PERMY PERMZ DX DY DZ

Adding check fort existence of INIT would fix the issue. In addition, if at least one dynamic perforation is specified (section 'dynamic' is present in the YAML input file) then a check for existence of UNRST file should be performed.

@slawekszklarz slawekszklarz changed the title Check if binaries exist if needed in 'fm_well_trajectory' Check if binaries exist if needed in fm_well_trajectory Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant