Skip to content

Commit

Permalink
docs(mfbcf): 'storage coefficient' -> 'specific yield' (#2282)
Browse files Browse the repository at this point in the history
Resolves #2268
  • Loading branch information
wpbonelli authored Aug 6, 2024
1 parent 559ae74 commit 4321b0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flopy/mfusg/mfusgbcf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class MfUsgBcf(ModflowBcf):
is the vertical hydraulic conductivity of the cell and the leakance is
computed for each vertical connection.
sf1 : float or array of floats (nlay, nrow, ncol)
specific storage (confined) or storage coefficient (unconfined),
specific storage (confined) or specific yield (unconfined),
read when there is at least one transient stress period.
(default is 1e-5)
sf2 : float or array of floats (nlay, nrow, ncol)
Expand Down
2 changes: 1 addition & 1 deletion flopy/modflow/mfbcf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class ModflowBcf(Package):
vcont : float or array of floats (nlay-1, nrow, ncol)
vertical leakance between layers (default is 1.0)
sf1 : float or array of floats (nlay, nrow, ncol)
specific storage (confined) or storage coefficient (unconfined),
specific storage (confined) or specific yield (unconfined),
read when there is at least one transient stress period.
(default is 1e-5)
sf2 : float or array of floats (nrow, ncol)
Expand Down

0 comments on commit 4321b0b

Please sign in to comment.