save 3d transient binary array to .hds format #2126
Replies: 1 comment
-
Figured it out...
This function uses a reference .hds file so it assumes you saved every kstp,kper you want in the new binary file to that file |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the API to create a custom package. A result of this package is a 3D transient array (so 4D I guess...) of dimensions:
[kper*kstp, nlay, nrow, ncol]
From an example notebook, I figured out how to save a 2D array (layer 1 of last kstp,kper) to binary:
How can I extend this to transient 3d/4d?
Beta Was this translation helpful? Give feedback.
All reactions