lpf = flopy.modflow.ModflowLpf(mf, hk , vka , ipakcb) #1516
Answered
by
mbakker7
wqewqeqsaddadasd
asked this question in
Q&A
-
lpf = flopy.modflow.ModflowLpf(mf, hk , vka , ipakcb) may i sak what's the meaning of "ipakcb"?What does this parameter mean very thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
mbakker7
Aug 26, 2022
Replies: 1 comment 2 replies
-
The documentation of the function gives the meaning of all parameters: ipakcb : int |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
wpbonelli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The documentation of the function gives the meaning of all parameters:
ipakcb : int
A flag that is used to determine if cell-by-cell budget data should be
saved. If ipakcb is non-zero cell-by-cell budget data will be saved.
(default is 0)