Dear team, I encountered an error when using the EXT.exe. I have completed the simulation by Petrasim. But, the CMD indicated that ' forrt1: severe (161) : Program Exception - array bounds exceeded'.
What's wrong? I can't find the problem.
Please help me. Thank you.
It seems your problem size is larger than the maximum array size defined in the code. Why do not check the total number of grid blocks, the connections and modify the maximum arrays accordingly
Yingqi Zhang Thank you! My total number of grid blocks is really large, could i enlarge the maximum array size?
Ye Lei Yes, change the maximum number of gird block to a bigger (than yours) number. You may also need to make other array size bigger as well.
Yingqi Zhang modify the code of EXT.exe?
Ye Lei Where did you get the ext code? You can download the fortran source code at: https://tough.lbl.gov/licensing-download/free-software-download/
Yingqi Zhang I will try. Thank you so much!
Dear Ye Lei , I have the same problem as you, could you solve the message error?: "Program Exception - array bounds exceeded". Could you share your case?
Daniel Carbajal you need to set parameters mnel and mncon to higher values in the ext.f source code file and then compile the code again.
JuDi thank you for your answer. I did it and now is working.