-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flopy.modflow.mfbcf module #2268
Comments
From the documentation: """ sf2 (float or array of floats (nrow, ncol)) – specific yield, only read when laycon is 2 or 3 and there is at least one transient stress period (default is 0.15) sf1 is specific storage under confined conditions or storage coefficient (specific yield) if unconfined. This is consistent with the online documentation for modflow 2005. I think we could update the verbiage "storage coefficient" to specific yield to clarify. Removed the bug label and resassigned this as a documentation issue. |
Hi, thanks for the clarification.
Sorry for the disturbance.
From: Joshua Larsen ***@***.***>
Sent: Tuesday, 16 July 2024 10:02 AM
To: modflowpy/flopy ***@***.***>
Cc: Greg Lekmine ***@***.***>; Author ***@***.***>
Subject: Re: [modflowpy/flopy] flopy.modflow.mfbcf module (Issue #2268)
You don't often get email from ***@***.******@***.***>. Learn why this is important<https://aka.ms/LearnAboutSenderIdentification>
From the documentation:
sf1 ([float](https://docs.python.org/3/library/functions.html#float) or array of floats (nlay, nrow, ncol)) - specific storage (confined) or storage coefficient (unconfined), read when there is at least one transient stress period. (default is 1e-5)
sf2 ([float](https://docs.python.org/3/library/functions.html#float) or array of floats (nrow, ncol)) - specific yield, only read when laycon is 2 or 3 and there is at least one transient stress period (default is 0.15)
sf1 is specific storage under confined conditions or storage coefficient (specific yield) if unconfined. This is consistent with the online documentation for modflow 2005. I think we could update the verbiage "storage coefficient" to specific yield to clarify.
Removed the bug label and resassigned this as a documentation issue.
-
Reply to this email directly, view it on GitHub<#2268 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BAMHDL6676FBNP6O6TBXFZDZMR5KBAVCNFSM6AAAAABK5TNF2SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRZHA3DAMZVG4>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
|
Hi,
When I load an existing modflow model with "Modflow.load", sf1 and sf2 in the bcf package are respectively specific yield and storage coefficient, the online manual says the opposite (https://flopy.readthedocs.io/en/latest/source/flopy.modflow.mfbcf.html).
The text was updated successfully, but these errors were encountered: