OPM / opm-simulators

OPM Flow and experimental simulators, including components such as well models etc.
http://www.opm-project.org
GNU General Public License v3.0
112 stars 122 forks source link

Unsupported item in RPTRST keyword #5519

Open bludvigsen opened 2 months ago

bludvigsen commented 2 months ago

I get this error message from the following input:

RPTRST -- Generated : Petrel -- BASIC=1: Restart file is written at every report time but only last report is kept -- BASIC=2: Restart file is written at every report time until reset -- BASIC=3: Restart file is written at every nth report time, controlled by FREQ=nth -- BASIC=4: Restart file is written at the first report step of each year -- BASIC=5: Restart file is written at the first report step of each month BASIC=0 /

RPTRST: invalid value 'BASIC=0' for item 1 In file: /home/bjolud/OPM/IVAR_AASEN/IVAR_AASEN_2021_REF_3DEC2021SCH.INC, line 290372 RPTRST(RPTRST): invalid option or unsupported integer control format**

The manual does not state that this item is invalid.

bska commented 2 months ago

Thanks a lot for the report. I think this is a programming error in the simulator and that we fixed the problem in May (PR #5335). Does the simulation continue or does it stop processing at that point? If the simulation continues, then I believe that we implement the correct behaviour and that the diagnostic is "simply" spurious, but if the simulation stops then we'll have to do some more investigation.