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
I encountered a few bugs when I tried to restart a simulation.
Whenever the SCHEDULE section of the original simply moves forward the time to take a RESTART step of the initial conditions basically
Error: An error occurred while creating the reservoir schedule
Internal error: Cannot convert integer value -10 to producer control mode
Error: Unrecoverable errors while loading input: Cannot convert integer value -10 to producer control mode
Similarly, errors are produced even if i had already introduced GCONPROD,WCONPROD and WCONINJE in the original file and then changed them in timesteps after the restart point but they don't have a specific message, this is only what I get
and this is the SOLUTION section of the supposed RESTART file
SOLUTION
RESTART
'0/DECKOLDBO0' 1 /
The Restart points in the SCHEDULE section are written with either
RPTRST
'BASIC=1' 'ALLPROPS' /
or
RPTRST
'BASIC=2' 'ALLPROPS' /
but the bugs are the same.
EDIT: I forgot to mention that I used the CO2STORE keyword. No matter what I tried I seem to be unable to use RESTART with a CO2STORE case and the errors indicate that something is wrong with how the density's calculation after restarting
The text was updated successfully, but these errors were encountered:
I encountered a few bugs when I tried to restart a simulation.
Whenever the SCHEDULE section of the original simply moves forward the time to take a RESTART step of the initial conditions basically
while the RESTART file introduces the production/injection keywords
then I always get the error
Similarly, errors are produced even if i had already introduced GCONPROD,WCONPROD and WCONINJE in the original file and then changed them in timesteps after the restart point but they don't have a specific message, this is only what I get
For more context, this is the SOLUTION section of the original file
and this is the SOLUTION section of the supposed RESTART file
The Restart points in the SCHEDULE section are written with either
or
but the bugs are the same.
EDIT: I forgot to mention that I used the CO2STORE keyword. No matter what I tried I seem to be unable to use RESTART with a CO2STORE case and the errors indicate that something is wrong with how the density's calculation after restarting
The text was updated successfully, but these errors were encountered: