You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior flopy.utils.get_transmissivities() recognizes that its m argument is a gwf MODFLOW 6 object and computes the transmissivity from there. Also, the r and c arguments are only required with structured grids.
Additionally, as a feature request: a missing head argument (None) might mean that the system is fully saturated? Right now, we're creating dummy head values equal to the model top to pass as the heads argument to do this.
OS: Windows 10
Flopy v3.6.0
The text was updated successfully, but these errors were encountered:
Describe the bug
flopy.utils.get_transmissivities()
does not work with MODFLOW 6 models.To Reproduce
Pick any MODFLOW 6 example and call
flopy.utils.get_transmissivities()
which throws an error about missing LPF or UPW package:Expected behavior
flopy.utils.get_transmissivities()
recognizes that itsm
argument is agwf
MODFLOW 6 object and computes the transmissivity from there. Also, ther
andc
arguments are only required with structured grids.Additionally, as a feature request: a missing
head
argument (None) might mean that the system is fully saturated? Right now, we're creating dummy head values equal to the model top to pass as theheads
argument to do this.The text was updated successfully, but these errors were encountered: