Skip to content

Commit

Permalink
Update apimodel.py
Browse files Browse the repository at this point in the history
* Add package types to ApiMbase
  • Loading branch information
jlarsen-usgs authored Jul 23, 2024
1 parent 371bdad commit eb46768
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modflowapi/extensions/apimodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,16 @@ def __init__(self, mf6, name):
"sto": ArrayPackage,
"wel": ListPackage,
# gwt
"adv": ArrayPackage,
"dsp": ArrayPackage,
"cnc": ListPackage,
"ist": ArrayPackage,
"mst": ArrayPackage,
"src": ListPackage,
# gwe
"cnd": ArrayPackage,
"ctp": ListPackage,
"esl": ListPackage,
"est": ArrayPackage,
}

self.allow_convergence = True
Expand Down

0 comments on commit eb46768

Please sign in to comment.