-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dat.run() #57
Comments
to fix your trouble try download this fix, i see it in another issue, |
1 similar comment
to fix your trouble try download this fix, i see it in another issue, |
@acroucher the comments above seem to be suspicious. Please take action. Looking forward to your response. Thanks! |
PyTOUGH's I don't know what the "invalid escape sequence" message is about, but the error after that suggests that TOUGH3 just can't find the input file. |
Thank you, I think I found the solution. Another question, please. I have a radial grid and the first element is named as ' a 1' whose center is at depth 2.5 m. I want to add a new block named ' ba 1' whose center is at depth 0 m (it will be used as "surface" (wellhead) block. I tried the following, but it not working. new_wellhead_name = ' ba 1' The error I get is the following: Moreover, after adding this new wellhead, how to create the connection between ' a 1' and ' ba 1'? Thank you so much! |
When you use The procedure for adding a connection is similar, first create a |
Hello,
I have a TOUGH input file, and I would like to run it through PyTOUGH to get the listing file. The code I have is the following:
from t2data import *
dat = t2data('file.inp')
dat.run(simulator = 'tough3_eco2m.exe')
I get the following Python error: :15: SyntaxWarning: invalid escape sequence '\P'
It kinda generates the listing file, but I get the following error:
TOUGH ERROR: Please check the name of the input file specified or rename input file to INFILE
I have the CO2TAB, executable and input files saved in the same folder. I tried to rename the input file, but I still get the same error. I kindly ask for your support, please. Thanks!.
The text was updated successfully, but these errors were encountered: