OPM / opm-simulators

Simulator programs and utilities for automatic differentiation.
http://www.opm-project.org
GNU General Public License v3.0
112 stars 122 forks source link

2019-10RC3 Polymer Production Data Unhandled #2153

Open OPMUSER opened 4 years ago

OPMUSER commented 4 years ago

Some of the polymer production data is written to the summary files (FCIR and FCIT etc), but the following is not:

Summary keyword 'FCIC' is unhandled
Summary keyword 'FCPC' is unhandled
Summary keyword 'FCPR' is unhandled
Summary keyword 'FCPT' is unhandled

This is not a regression so a fix does not have to be in the release, but we should log this for a future enhancement.

It was good that the software reported the issue.

bska commented 4 years ago

For what it's worth, PR OPM/opm-common#1834 implements these summary vectors.

OPMUSER commented 4 years ago

Looking better but the following are still missing:

Warning: Unhandled summary keyword 'FCAD' at /media/sf_D_DRIVE/Linux/OPM/MOD01/MOD01-PLY01-OPMNightly-R01.DATA, line 966
Warning: Unhandled summary keyword 'FCIC' at /media/sf_D_DRIVE/Linux/OPM/MOD01/MOD01-PLY01-OPMNightly-R01.DATA, line 968
Warning: Unhandled summary keyword 'FCIP' at /media/sf_D_DRIVE/Linux/OPM/MOD01/MOD01-PLY01-OPMNightly-R01.DATA, line 970
Warning: Unhandled summary keyword 'GCIC' at /media/sf_D_DRIVE/Linux/OPM/MOD01/MOD01-PLY01-OPMNightly-R01.DATA, line 983
Warning: Unhandled summary keyword 'RCAD' at /media/sf_D_DRIVE/Linux/OPM/MOD01/MOD01-PLY01-OPMNightly-R01.DATA, line 990
Warning: Unhandled summary keyword 'WCIC' at /media/sf_D_DRIVE/Linux/OPM/MOD01/MOD01-PLY01-OPMNightly-R01.DATA, line 1003

Not sure if this is worth the effort to implement.