Skip to content

Commit 88300ce

Browse files
authored
Comprehensive support for MODFLOW-USG ("USG Transport" version) (#2575)
* fix issues related to old temporal reference * fix test errors in flow problems, and start working on transport tests * Resolve conflits arose from merge changes to mfusg #1 * Resolve conflicts arose from changes mfusg * Resolve all conflicts arise from mfusg changes made by hzhang4 * Ruff linting ... * linting with Ruff .. * use flopy_oi in mbase * Address PR comments and use relpath_safe * Run Ruff after addressing PR comments * minor Ruff linting .. * Remove redundant files and apply minor Ruff linting .. * Remove redundant files .. * remove docx file ..
1 parent 9060146 commit 88300ce

File tree

252 files changed

+259159
-213
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

252 files changed

+259159
-213
lines changed

.docs/Notebooks/gridgen_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@
426426
structured=False,
427427
)
428428
disu = flopy.mfusg.MfUsgDisU(m, **gridprops)
429-
bas = flopy.modflow.ModflowBas(m)
429+
bas = flopy.mfusg.MfUsgBas(m)
430430
lpf = flopy.mfusg.MfUsgLpf(m)
431431
chd = flopy.modflow.ModflowChd(m, stress_period_data=chdspd)
432432
sms = flopy.mfusg.MfUsgSms(m)

0 commit comments

Comments
 (0)