SFR dimension warning #2046
Unanswered
hntigkakis
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The one big change for 3.5.0 is that SFR reach numbers were renamed - or item[0] == "nconrno"
+ or item[0] == "nconifno" and re-run your script to see if it is resolved. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello.
I tried running one of my old scripts in FloPy 3.5.0, and I get the following warning when creating my SFR package (multiple warnings in fact):
WARNING: Unable to resolve dimension of ('gwf6', 'sfr', 'connectiondata', 'connectiondata', 'ic') based on shape "nconifno".
The script was developed in Flopy 3.4.3 and worked perfectly fine before upgrading to 3.5.0. I also noticed that I don't get the warning if I don't use any connection data. Did something change in the new version or am I misunderstanding something?
My connection data are in the form of
connectiondata = [ [reach, upstream_reach, -downstream_reach] ]
:Beta Was this translation helpful? Give feedback.
All reactions