Skip to content
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

Enhancing Flow Output Representation in LIST File: Incorporating Package Names #1627

Closed
admirsaheta opened this issue Feb 16, 2024 · 1 comment

Comments

@admirsaheta
Copy link

When the PRINT_FLOW option is activated, might we also consider incorporating the package name within the output? This enhancement would notably facilitate the extraction of flow results utilizing tools such as grep.

For instance, envisioning a DRN output:

DRN PACKAGE (HATCHERY) FLOW RATES PERIOD 191 STEP 1

NUMBER CELLID RATE
1 (1,277,124) 0.0000000

could undergo transformation to:

DRN PACKAGE FLOW RATES PERIOD STEP PACKAGE NUMBER CELLID RATE
(HATCHERY) DRN 191 1 HATCHERY 1 (1,277,124) 0.0000000

This adjustment would enable me to utilize grep "^ HATCHERY" output.lst > drn.lst. Alternatively, we could explore the feasibility of introducing another option that would allow us to export flows to a CSV format.

@wpbonelli
Copy link
Contributor

verbatim duplicate of #1510, closing as spam

@wpbonelli wpbonelli closed this as not planned Won't fix, can't repro, duplicate, stale Feb 16, 2024
@MODFLOW-USGS MODFLOW-USGS locked as spam and limited conversation to collaborators Feb 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants