Skip to content

Commit

Permalink
fix(mflak): allow lak class to use -1 for previous transient lake stress
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanalz committed Sep 26, 2019
1 parent 1eea23a commit 830afd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flopy/modflow/mflak.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,8 @@ def write_file(self):
itmp2 = 0
if kper in ds9_keys:
itmp2 = 1
elif len(ds9_keys) > 0:
itmp2 = -1
if isinstance(self.lwrt, list):
tmplwrt = self.lwrt[kper]
else:
Expand Down

0 comments on commit 830afd4

Please sign in to comment.