0
NUMBER OF ELEMENTS SPECIFIED IN DATA BLOCK "ELEME" EXCEEDS ALLOWABLE MAXIMUM OF 12000
I am trying to simulate a large grid model using TOUGH2.
But I am getting an error as " NUMBER OF ELEMENTS SPECIFIED IN DATA BLOCK "ELEME" EXCEEDS ALLOWABLE MAXIMUM OF 12000
INCREASE PARAMETER *MNEL* IN MAIN PROGRAM, AND RECOMPILE"
I don't intend on reducing the grid size. How can I workout this issue. Please advise.
4 replies
-
You need to edit the text file T2 (which is one of the files included in the TOUGH2 source code package) by increasing MNEL and MNCON to a number that is enough for your model. Then you need to recompile the executable. The new executable will be allowed to run models with maximum MNEL elements.