You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After removing the COORDSYS keyword from several tests, 29 of the 32 tests run (I have not verified the actual results).
ACTIONX_WTMULT fails with the message WTMULT: keyword not supported, however, the keyword is permitted as per: /home/david/OPM/GitHub/opm-common/src/opm/input/eclipse/Schedule/Action/ActionX.cpp. And the run previously matched the commercial simulator. The manual has the keyword as supported.
ACTIONX_WCONHIST fails with the message The keyword WCONHIST is not supported in the ACTIONX block as the keyword is not listed in ActionX.cpp. Is this correct, or should we add the keyword to ActionX.cpp?
Similary for ACTIONX_WCONINJH, The keyword WCONINJH is not supported in the ACTIONX block as the keyword is not listed in ActionX.cpp. Is this correct, or should we add the keyword to ActionX.cpp?
The text was updated successfully, but these errors were encountered:
ACTIONX_WTMULT fails with the message WTMULT: keyword not supported, however, the keyword is permitted as per ActionX.cpp
That entry was added in #2906. From a brief glance, it would appear that our WTMULT implementation might possibly do the right thing in an ACTIONX context, but we'd need to look into it more closely to be sure. It's quite possible that we've regressed here.
As for WCONHIST and WCONINJH, those are not supported in an ACTIONX context and more work is needed before we enable the keywords there.
After removing the
COORDSYS
keyword from several tests, 29 of the 32 tests run (I have not verified the actual results).ACTIONX_WTMULT fails with the message
WTMULT: keyword not supported
, however, the keyword is permitted as per:/home/david/OPM/GitHub/opm-common/src/opm/input/eclipse/Schedule/Action/ActionX.cpp
. And the run previously matched the commercial simulator. The manual has the keyword as supported.ACTIONX_WCONHIST fails with the message
The keyword WCONHIST is not supported in the ACTIONX block
as the keyword is not listed inActionX.cpp
. Is this correct, or should we add the keyword toActionX.cpp
?Similary for ACTIONX_WCONINJH,
The keyword WCONINJH is not supported in the ACTIONX block
as the keyword is not listed inActionX.cpp
. Is this correct, or should we add the keyword toActionX.cpp
?The text was updated successfully, but these errors were encountered: