Dear MRST developers,
1. First error, I get this error:
error: Unexpected input '' encountered at position '396' whilst scanning file 'D:\datasets\Egg_Model_Data_Files_v2\MRST\SCHEDULE_NEW.INC'.
error: called from
readVectorOld>myscanner at line 322 column 7
readVectorOld at line 54 column 1
readVector at line 50 column 7
readSCHEDULE>readTSTEP at line 271 column 4
readSCHEDULE at line 106 column 13
readEclipseIncludeFile at line 69 column 8
readSCHEDULE at line 153 column 14
readSUMMARY at line 50 column 13
readSOLUTION at line 143 column 13
readREGIONS at line 75 column 13
readPROPS at line 384 column 13
readGRID at line 278 column 13
readRUNSPEC at line 233 column 13
readEclipseDeck at line 65 column 13
Reading_deck_Egg_model_Fully_Implicit at line 43 column 1
*Solution: I fix this by changing the End of Line Sequence of the file SCHEDULE_NEW.INC from CRLF to LF. The file is now able to be read
2. After solving that error, i continue to get this second error:
error: The length of logical vector differs from number of grid cells.
error: called from
assert at line 109 column 11
removeCells at line 80 column 7
Reading_deck_Egg_model_Fully_Implicit at line 51 column 1
* Solution: remove the exact line 51 `G = removeCells(G, ~deck.GRID.ACTNUM);`
3. Moving on after solving the error, I continue to get this third error:
warning: The 'ad-fi' module has been replaced by the 'ad-core + ad-blackoil' modules. 'ad-fi' and associated routines may be removed in a future release of MRST.
warning: called from
runScheduleADI at line 105 column 1
Reading_deck_Egg_model_Fully_Implicit at line 103 column 2
error: =: nonconformant arguments (op1 is 7x3, op2 is 7x2)
error: called from
updateConnDP at line 64 column 9
getWellContributions at line 78 column 5
eqsfiOW at line 161 column 10
stepOW at line 34 column 2
initADISystem>@<anonymous> at line 216 column 13
solvefiADI>@<anonymous> at line 83 column 8
solvefiADI at line 104 column 10
runScheduleADI at line 231 column 5
Reading_deck_Egg_model_Fully_Implicit at line 103 column 2
Could you please guide me through this Egg Model MRST script?
Best,
Trinh D. Pham