Skip to content

Commit

Permalink
fix(Seawat.modelgrid): pass lenuni from dis file into modelgrid insta…
Browse files Browse the repository at this point in the history
…nce (#901)

#898
  • Loading branch information
jlarsen-usgs committed Jun 2, 2020
1 parent 0958b28 commit 7a31a1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flopy/seawat/swt.py
Expand Up @@ -175,6 +175,7 @@ def modelgrid(self):
self.dis.top.array,
self.dis.botm.array,
idomain=ibound,
lenuni=self.dis.lenuni,
proj4=self._modelgrid.proj4,
epsg=self._modelgrid.epsg,
xoff=self._modelgrid.xoffset,
Expand Down

0 comments on commit 7a31a1d

Please sign in to comment.