OPM / opm-output

This repository is intended for output-writer functionality for the flow simulators in OPM
http://www.opm-project.org
GNU General Public License v3.0
3 stars 21 forks source link

No summary vector names for 2D-polymer case after using Flow. #49

Closed kristfho closed 8 years ago

kristfho commented 8 years ago

After running the commands

flow ~/opm-data/polymer_test_suite/simple2D/2D_THREEPHASE_POLY_HETER.DATA
summary.x ~/opm-data/polymer_test_suite/simple2D/2D_THREEPHASE_POLY_HETER

there is only one vector output, TIME.

When running the same DATA-file in eclipse these summary vectors are created:

FGIP                     FGIPG                    FGIPL                    FGIR                     FGIT
FGOR                     FGPR                     FGPT                     FOIP                     FOIPG
FOIPL                    FOIR                     FOIT                     FOPR                     FOPT
FPR                      FVIR                     FVIT                     FVPR                     FVPT
FWCT                     FWGR                     FWIP                     FWIR                     FWIT
FWPR                     FWPT                     GGIR:I                   GGIR:P                   GGIT:I
GGIT:P                   GGOR:I                   GGOR:P                   GGPR:I                   GGPR:P
GGPT:I                   GGPT:P                   GOIR:I                   GOIR:P                   GOIT:I
GOIT:P                   GOPR:I                   GOPR:P                   GOPT:I                   GOPT:P
GVIR:I                   GVIR:P                   GVIT:I                   GVIT:P                   GVPR:I
GVPR:P                   GVPT:I                   GVPT:P                   GWCT:I                   GWCT:P
GWGR:I                   GWGR:P                   GWIR:I                   GWIR:P                   GWIT:I
GWIT:P                   GWPR:I                   GWPR:P                   GWPT:I                   GWPT:P
TIME                     WBHP:INJE01              WBHP:PROD01              WGIR:INJE01              WGIR:PROD01
WGIT:INJE01              WGIT:PROD01              WGOR:INJE01              WGOR:PROD01              WGPR:INJE01
WGPR:PROD01              WGPT:INJE01              WGPT:PROD01              WOIR:INJE01              WOIR:PROD01
WOIT:INJE01              WOIT:PROD01              WOPR:INJE01              WOPR:PROD01              WOPT:INJE01
WOPT:PROD01              WPI:INJE01               WPI:PROD01               WTHP:INJE01              WTHP:PROD01
WVIR:INJE01              WVIR:PROD01              WVIT:INJE01              WVIT:PROD01              WVPR:INJE01
WVPR:PROD01              WVPT:INJE01              WVPT:PROD01              WWCT:INJE01              WWCT:PROD01
WWGR:INJE01              WWGR:PROD01              WWIR:INJE01              WWIR:PROD01              WWIT:INJE01
WWIT:PROD01              WWPR:INJE01              WWPR:PROD01              WWPT:INJE01              WWPT:PROD01
YEARS
joakim-hove commented 8 years ago

Thank you for the issue. What has happened here is: Previously we output a fixed set of summary keywords, now we have started to actually read the the content of the SUMMARY section to check what the user wants to output; however - we do not yet support the ALL keyword - so in your case you end up with no summary vectors. We will try to support the ALL keyword, but in the meantime you can add keywords to the SUMMARY section manually.

GitPaean commented 8 years ago

I think the support for the ALL keyword should be high in priority. So many decks have been using ALL and it is so easy to get nothing after running a simulation now.

joakim-hove commented 8 years ago

I think the support for the ALL keyword should be high in priority.

We are working on it - hopefully today.

joakim-hove commented 8 years ago

OK - this should be fixed with: https://github.com/OPM/opm-parser/pull/861

Closing now - please reopen if there are more problems.