Skip to content

Commit

Permalink
feat(mf6): allow multi-package for stress package concentrations (SPC) (
Browse files Browse the repository at this point in the history
#1242)

* Support new mf6 transport utility for specifying concentrations for boundary conditions
  • Loading branch information
langevin-usgs committed Sep 16, 2021
1 parent 779aa50 commit 6c0df00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flopy/mf6/data/mfstructure.py
Expand Up @@ -92,6 +92,8 @@ def __init__(self):
"utlobs": 0,
"utlts": 0,
"utltas": 0,
"utlspc": 0,
"utlspca": 0,
}

def get_file_list(self):
Expand Down

0 comments on commit 6c0df00

Please sign in to comment.