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

bug: Budget from transport model listing file is not returned #2087

Closed
cneyens opened this issue Feb 3, 2024 · 0 comments · Fixed by #2176
Closed

bug: Budget from transport model listing file is not returned #2087

cneyens opened this issue Feb 3, 2024 · 0 comments · Fixed by #2176
Assignees
Labels
Milestone

Comments

@cneyens
Copy link

cneyens commented Feb 3, 2024

Hi,

I'm recreating the Synthetic Valley problem described in the MODFLOW 6 Examples using flopy v3.5.0. I can access the volumetric budget of the flow model from its listing file using gwf.output.list().get_dataframes(). For the transport model however, this does not work as gwt.output.list().get_dataframes() does not return anything, presumably because the budgetkey is set incorrectly: gwt.output.list().budgetkey gives 'VOLUME BUDGET FOR ENTIRE MODEL' instead of 'MASS BUDGET FOR ENTIRE MODEL'.

I'm not sure if this is a bug or if I'm missing something here... I would expect that the .list() method sets the correct budgetkey based on the model_type of gwt.

As a workaround, I can access the transport mass budget using flopy.utils.Mf6ListBudget("path/to/trans.lst", budgetkey="MASS BUDGET FOR ENTIRE MODEL").

@cneyens cneyens added the bug label Feb 3, 2024
@wpbonelli wpbonelli added this to the 3.6.1 milestone Mar 2, 2024
@wpbonelli wpbonelli self-assigned this May 1, 2024
@wpbonelli wpbonelli modified the milestones: 3.6.1, 3.7.0 May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants