Input data file vs Disk Files
Hi All,
I am very new to TOUGH2. In my case, I run initial input data file then I have Disk Files generated from TOUGH2 input file after running, these are : INCON, MESH, GENER, SAVE, etc. And then I change the permeability modifier value (PMX), after that I want to run again the input file based on the result before. I've read the manual but I still confuse what should I do?
- should I replace the value in block INCON of input data file by the value from INCON disk file? or TOUGH2 automatically read from disk file if the disk files exist instead of from Input data file?
- and then how to use SAVE disk file because INCON value also exist in the file?
Thank you very much in advance, I really appreciate your help.
Suhendi
2 replies
-
Suhani,
For a continuation run, either
(1) copy the content of file SAVE into your input file, replacing the old INCON block, or
(2) rename file SAVE to INCON, and delete block INCON in the input file (so it is automatically looking for a disk file named INCON).
Hope this is clear.
Stefan
-
Stefan,
Thank you very much for the answer, it's really easy to understand.
Suhendi