Skip to content

Cannot export river package as shapefile properly #2309

Answered by martclanor
sebmeng asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Sebastian,

Trying to look around here. Do you maybe happen to have multiple stress periods in your model while your river package's stress period data is defined only on a subset of your stress periods, (perhaps the initial one)?

If it's anything similar to that, then my guess is that it's because the MFPandasTransientList does not re-use the data from the preceding stress periods when it is empty (which is probably intended as mf6 would handle that logic already). In that case, an error is caught on the following code block, and thus exporting of the stress period data is skipped.

try:
list(a.masked_4D_…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sebmeng
Comment options

Answer selected by sebmeng
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants