We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ref: equinor/resdata#816
The text was updated successfully, but these errors were encountered:
Confirmed to be an issue in ecl2df. If a summary vector is repeated in the SUMMARY section,
ecl2df
SUMMARY
SUMMARY FOPR FOPR
then ecl2df will list the FOPR column twice:
13:17 $ ecl2csv summary EIGHTCELLS.DATA -o - | column -t -s, DATE YEARS FOPR FOPR 2000-01-01 0.0 0.0 0.0 2000-01-02 0.00273785088211298 50.0 50.0 2000-01-03 0.00547570176422596 50.0 50.0
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Ref: equinor/resdata#816
The text was updated successfully, but these errors were encountered: