Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Nov 25, 2023
2 parents 338f6d0 + 45cb0fa commit 84c0ee8
Show file tree
Hide file tree
Showing 79 changed files with 110 additions and 77 deletions.
32 changes: 32 additions & 0 deletions .docs/md/version_changes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,36 @@
# Changelog
### Version 3.4.3

#### Bug fixes

* [fix(export_contours/f)](https://github.com/modflowpy/flopy/commit/30209f2ca2e69289227203e4afd2f33bfceed097): Support matplotlib 3.8+ (#1951). Committed by wpbonelli on 2023-09-19.
* [fix(resolve_exe)](https://github.com/modflowpy/flopy/commit/3522dced8a49dc93fb0140d9ac360a88f31b11bb): Support extensionless abs/rel paths on windows (#1957). Committed by wpbonelli on 2023-09-24.
* [fix(mbase)](https://github.com/modflowpy/flopy/commit/b848f968af4179d8618b811cd4fe6f8de66d09cb): Warn if duplicate pkgs or units (#1964). Committed by wpbonelli on 2023-09-26.
* [fix(get_structured_faceflows)](https://github.com/modflowpy/flopy/commit/92632d26be2ecb21b6d9d56717faadaa13e08369): Cover edge cases, expand tests (#1968). Committed by wpbonelli on 2023-09-29.
* [fix(CellBudgetFile)](https://github.com/modflowpy/flopy/commit/015d6399baa48819f9f0f78bf2f34f60bdd8ef18): Detect compact fmt by negative nlay (#1966). Committed by wpbonelli on 2023-09-30.

### Version 3.4.2

#### Bug fixes

* [fix(binaryfile/gridutil)](https://github.com/modflowpy/flopy/commit/b1e6b77af34448fee388efed5bbfa8d902fe93dc): Avoid numpy deprecation warnings (#1868). Committed by w-bonelli on 2023-07-12.
* [fix(binary)](https://github.com/modflowpy/flopy/commit/aa74356708137223ffed501f01d759832c336457): Fix binary header information (#1877). Committed by jdhughes-usgs on 2023-07-16.
* [fix(time series)](https://github.com/modflowpy/flopy/commit/021159bed614e80b0676a0e4c1dd61ac68c531de): Fix for multiple time series attached to single package (#1867) (#1873). Committed by spaulins-usgs on 2023-07-20.
* [fix(check)](https://github.com/modflowpy/flopy/commit/7e8a0cba122707ab1a87b0d1f13e05afbce29e94): Check now works properly with confined conditions (#1880) (#1882). Committed by spaulins-usgs on 2023-07-27.
* [fix(mtlistfile)](https://github.com/modflowpy/flopy/commit/2222245a1fbc4c9955f99a0f98c319843f4eb18a): Fix reading MT3D budget (#1899). Committed by Ralf Junghanns on 2023-08-03.
* [fix(check)](https://github.com/modflowpy/flopy/commit/5d21410cbe0c36d998fb3e6bcc4f8e443fcd7448): Updated flopy's check to work with cellid -1 values (#1885). Committed by spaulins-usgs on 2023-08-06.
* [fix(BaseModel)](https://github.com/modflowpy/flopy/commit/82bc3f1100eec3167f546e71a8c4d4520b7c0a3d): Don't suppress error if exe not found (#1901). Committed by w-bonelli on 2023-08-07.
* [fix(keyword data)](https://github.com/modflowpy/flopy/commit/4e00489f8d2a7626786338942210b5764995dd8a): Optional keywords (#1920). Committed by spaulins-usgs on 2023-08-16.
* [fix(GridIntersect)](https://github.com/modflowpy/flopy/commit/22205f446bdd1e72ee204e5802af30dd501eece9): Combine list of geometries using unary_union (#1923). Committed by Mike Taves on 2023-08-21.
* [fix(gridintersect)](https://github.com/modflowpy/flopy/commit/672d6be6b07e1bf3b8cb6b0c3b6ce54be669399f): Add multilinestring tests (#1924). Committed by Davíd Brakenhoff on 2023-08-21.
* [fix(binary file)](https://github.com/modflowpy/flopy/commit/d1c60717b1d04922a718bea134cd28e6e050c660): Was writing binary file information twice to external files (#1925) (#1928). Committed by scottrp on 2023-08-25.
* [fix(ParticleData)](https://github.com/modflowpy/flopy/commit/00e99c1e07a07225829c5f2bd8e8992eeb50aeb9): Fix docstring, structured default is False (#1935). Committed by w-bonelli on 2023-08-25.

#### Refactoring

* [refactor(_set_neighbors)](https://github.com/modflowpy/flopy/commit/89fa273e8fd3ab7788ba4a65e62455d7d65c504d): Check for closed iverts and remove closing ivert (#1876). Committed by Joshua Larsen on 2023-07-14.
* [refactor(dependencies)](https://github.com/modflowpy/flopy/commit/364b4d17da421b15e69918a67b4d1c0b159fbf77): Constrain sphinx >=4 (#1898). Committed by w-bonelli on 2023-08-02.
* [refactor(dependencies)](https://github.com/modflowpy/flopy/commit/ee92091b096ad16a14cd8dd1f142abbb944bf91f): Constrain sphinx-rtd-theme >=1 (#1900). Committed by w-bonelli on 2023-08-03.

### Version 3.4.1

Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ message: If you use this software, please cite both the article from preferred-c
type: software
title: FloPy
version: 3.5.0.dev0
date-released: '2023-07-13'
date-released: '2023-09-30'
doi: 10.5066/F7BK19FH
abstract: A Python package to create, run, and post-process MODFLOW-based models.
repository-artifact: https://pypi.org/project/flopy
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ How to Cite

##### ***Software/Code citation for FloPy:***

[Bakker, Mark, Post, Vincent, Hughes, J. D., Langevin, C. D., White, J. T., Leaf, A. T., Paulinski, S. R., Bellino, J. C., Morway, E. D., Toews, M. W., Larsen, J. D., Fienen, M. N., Starn, J. J., Brakenhoff, D. A., and Bonelli, W. P., 2023, FloPy v3.5.0.dev0 (preliminary): U.S. Geological Survey Software Release, 13 July 2023, https://doi.org/10.5066/F7BK19FH](https://doi.org/10.5066/F7BK19FH)
[Bakker, Mark, Post, Vincent, Hughes, J. D., Langevin, C. D., White, J. T., Leaf, A. T., Paulinski, S. R., Bellino, J. C., Morway, E. D., Toews, M. W., Larsen, J. D., Fienen, M. N., Starn, J. J., Brakenhoff, D. A., and Bonelli, W. P., 2023, FloPy v3.5.0.dev0 (preliminary): U.S. Geological Survey Software Release, 30 September 2023, https://doi.org/10.5066/F7BK19FH](https://doi.org/10.5066/F7BK19FH)


Additional FloPy Related Publications
Expand Down
2 changes: 1 addition & 1 deletion autotest/regression/test_mf6.py
Original file line number Diff line number Diff line change
Expand Up @@ -3085,7 +3085,7 @@ def test028_create_tests_sfr(function_tmpdir, example_data_path):
delc=5000.0,
top=top,
botm=botm,
idomain=idomain,
# idomain=idomain,
filename=f"{model_name}.dis",
)
strt = testutils.read_std_array(os.path.join(pth, "strt.txt"), "float")
Expand Down
1 change: 1 addition & 0 deletions autotest/test_binaryfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from modflow_devtools.markers import requires_exe

import flopy
from flopy.modflow import Modflow
from flopy.utils import (
BinaryHeader,
CellBudgetFile,
Expand Down
2 changes: 1 addition & 1 deletion code.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"laborHours": -1,
"version": "3.5.0.dev0",
"date": {
"metadataLastUpdated": "2023-07-13"
"metadataLastUpdated": "2023-09-30"
},
"organization": "U.S. Geological Survey",
"permissions": {
Expand Down
2 changes: 1 addition & 1 deletion docs/PyPI_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ How to Cite

*Software/Code citation for FloPy:*

[Bakker, Mark, Post, Vincent, Hughes, J. D., Langevin, C. D., White, J. T., Leaf, A. T., Paulinski, S. R., Bellino, J. C., Morway, E. D., Toews, M. W., Larsen, J. D., Fienen, M. N., Starn, J. J., Brakenhoff, D. A., and Bonelli, W. P., 2023, FloPy v3.5.0.dev0 (preliminary): U.S. Geological Survey Software Release, 13 July 2023, https://doi.org/10.5066/F7BK19FH](https://doi.org/10.5066/F7BK19FH)
[Bakker, Mark, Post, Vincent, Hughes, J. D., Langevin, C. D., White, J. T., Leaf, A. T., Paulinski, S. R., Bellino, J. C., Morway, E. D., Toews, M. W., Larsen, J. D., Fienen, M. N., Starn, J. J., Brakenhoff, D. A., and Bonelli, W. P., 2023, FloPy v3.5.0.dev0 (preliminary): U.S. Geological Survey Software Release, 30 September 2023, https://doi.org/10.5066/F7BK19FH](https://doi.org/10.5066/F7BK19FH)


Disclaimer
Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfems.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage


Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgnc.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfmodel
from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfapi.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfbuy.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfchd.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on August 29, 2023 20:06:54 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfcsub.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfdis.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ArrayTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfdisu.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfdisv.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfdrn.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on August 29, 2023 20:06:54 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfevt.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on August 29, 2023 20:06:54 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfevta.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on August 29, 2023 20:06:54 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfghb.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on August 29, 2023 20:06:54 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfgnc.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfgwf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfgwt.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage


Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfhfb.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfic.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ArrayTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwflak.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on September 26, 2023 15:51:55 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfmaw.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on September 26, 2023 15:51:55 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfmvr.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfnam.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfnpf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfoc.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfrch.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on August 29, 2023 20:06:54 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfrcha.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on August 29, 2023 20:06:54 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfriv.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on August 29, 2023 20:06:54 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfsfr.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on September 26, 2023 15:51:55 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfsto.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfuzf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on September 26, 2023 15:51:55 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfvsc.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwfwel.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on August 29, 2023 20:06:54 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwt.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfmodel
from ..data.mfdatautil import ArrayTemplateGenerator, ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwtadv.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage


Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwtapi.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwtcnc.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ListTemplateGenerator

Expand Down
2 changes: 1 addition & 1 deletion flopy/mf6/modflow/mfgwtdis.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY THIS FILE DIRECTLY. THIS FILE MUST BE CREATED BY
# mf6/utils/createpackages.py
# FILE created on June 29, 2023 14:20:38 UTC
# FILE created on September 30, 2023 14:44:04 UTC
from .. import mfpackage
from ..data.mfdatautil import ArrayTemplateGenerator

Expand Down
Loading

0 comments on commit 84c0ee8

Please sign in to comment.