modflowpy / flopy

A Python package to create, run, and post-process MODFLOW-based models.
https://flopy.readthedocs.io
Other
517 stars 313 forks source link

This breaks a simple model for me #304

Closed jtwhite79 closed 6 years ago

jtwhite79 commented 6 years ago

https://github.com/modflowpy/flopy/blob/dfd4a4e7f43e3ed7444dd230baa224790ed2bd0e/flopy/modflow/mfsfr2.py#L1008

@aleaf-usgs - this change to mfsfr2.py has broken the load of a simple SFR model for me - here is the model:

https://github.com/jtwhite79/pyemu/tree/develop/examples/freyberg_sfr_update

Is something wrong with this model (high probability...).

aleaf commented 6 years ago

Sorry, that was dumb. I think I fixed it.

On Mar 6, 2018, at 1:52 PM, jtwhite79 notifications@github.com wrote:

https://github.com/modflowpy/flopy/blob/dfd4a4e7f43e3ed7444dd230baa224790ed2bd0e/flopy/modflow/mfsfr2.py#L1008 https://github.com/modflowpy/flopy/blob/dfd4a4e7f43e3ed7444dd230baa224790ed2bd0e/flopy/modflow/mfsfr2.py#L1008 @aleaf-usgs https://github.com/aleaf-usgs - this change to mfsfr2.py has broken the load of a simple SFR model for me - here is the model:

https://github.com/jtwhite79/pyemu/tree/develop/examples/freyberg_sfr_update https://github.com/jtwhite79/pyemu/tree/develop/examples/freyberg_sfr_update Is something wrong with this model (high probability...).

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/modflowpy/flopy/issues/304, or mute the thread https://github.com/notifications/unsubscribe-auth/ADvduwZFTudkNtKy9zbAjpSRH6kmu0KIks5tbukCgaJpZM4SfUzh.

jtwhite79 commented 6 years ago

Sweet as, Andy. Works for me.