get times and kstpkper from input flopy.mf6.modflowtdis, before model execution #1371
chenmingzhang
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
try:
I haven't used this, but I see it in the flopy code. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A modeling project I am working on needs to use field time series data to construct time dependent boundary conditions (CHD, WEL, RCH), before model execution. This will require interpolation against the field time series data, using a time array formed by the input for temporal discretization package (e.g., ntsp perlen and tmulti) , which are only availalbe after the model is executed. (e.g., headobj.get_times() )
a example would be as below:
Just wondering if i can get model_time_array from tdis, after running
maybe tdis.get_times or tdis.get_kstpkper ? I read the manual and method but did not find this.
I know that for spatial discretisation, the grid information can be assessed from gwf.modelgrid
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions