-
Notifications
You must be signed in to change notification settings - Fork 117
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
Incorrect error message in MWT package #1786
Comments
I just ran this model with our develop version, and it seems to run fine. This is what I see at the end of
Can you double check this? Perhaps you were running with 6.4.4? Thanks. |
The batch file first copies and runs a mfsim.nam file for a flow model and then does the same for a transport model. The error occurs in the transport model. |
Looks like the problem is in your MAW input file. You repeat the "BUDGET FILEOUT" record. I think the second one should be "BUDGETCSV FILEOUT". The binary data gets written to the CSV file instead of the intended file, so the transport simulation finds an empty budget file for MAW. We probably shouldn't allow two entries of "BUDGET FILEOUT". That would have helped. Might be something for the Input Data Processor at some point, @mjreno? |
You're right. My mistake. |
Agree @langevin-usgs. This type of checking is already being supported for FILEIN tags as certain tags can be read more than once (TS6) but not most. FILEOUT tags are treated as just a string type currently but we could use the same approach as FILEIN- read them all and throw an error when multiple uses of the tag aren't supported. It will depend somewhat on upcoming changes to the memory manager- if the memory manager throws an error when a particular mempath is attempted to be allocated more than once that would do it as well. The IDM solution is dependent on MAW/MWT being updated for IDM. |
Describe the bug
When running a model containing the MWT package, the following error message is displayed.
ERROR REPORT:
UNIT ERROR REPORT:
'C:\ModelingTools\ModelMuse\PracticeModels\MwtBug2\MwtBug.Chem.mwt'
To reproduce
Steps to reproduce the behavior:
run the attached flow and transport models using RunModel.bat
Expected behavior
No error report should be needed for this model.
Environment
MwtBug2.zip
The text was updated successfully, but these errors were encountered: