modflowpy / flopy

A Python package to create, run, and post-process MODFLOW-based models.
https://flopy.readthedocs.io
Other
505 stars 306 forks source link

flopy.modflow.mfbcf module #2268

Closed Menelik91630 closed 3 weeks ago

Menelik91630 commented 1 month ago

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).

jlarsen-usgs commented 1 month ago

From the documentation:

""" sf1 (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 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.

Menelik91630 commented 1 month ago

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 importanthttps://aka.ms/LearnAboutSenderIdentification

From the documentation:

sf1 (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 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 GitHubhttps://github.com/modflowpy/flopy/issues/2268#issuecomment-2229860357, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BAMHDL6676FBNP6O6TBXFZDZMR5KBAVCNFSM6AAAAABK5TNF2SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRZHA3DAMZVG4. You are receiving this because you authored the thread.Message ID: @.**@.>>