-
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
Writing package name in flow outputs in the LIST file #1510
Comments
Hey @ougx, I understand that scraping the list file could be used here to get these flows, but, like you mentioned, wouldn't a csv from a drn observation be better suited for this? |
Hi @langevin-usgs, yes, we did try this option and it worked. But it can be inconvenient to set up the OBS file when there are a large number of boundary cells; and especially when we need to change the the number of boundary cells frequently during model development. |
I understand that it might be inconvenient to set this up with OBS, but with flopy or a GUI it should be pretty straightforward. And with OBS, there is the benefit that values are written for every time step. With your list file approach, the list file can get very large, and if you don't print the budget for every time step, you won't get the flows for every time step. I think we could consider adding the package name to that table, but that table is really designed for visual inspection rather than more comprehensive post processing. |
Thanks @langevin-usgs. I think the package name can also help navigate the list file for visual inspection whenever the table is larger than one page(screen). |
When the PRINT_FLOW option is activated, can we also include the package name in the output? This will be helpful to extract the flow results using
grep
.For example, for a DRN output:
can be changed to:
so I can
grep "^ HATCHERY" output.lst > drn.lst
. Or should it be another option that we could write flows to a CSV.The text was updated successfully, but these errors were encountered: