-
I am working on a big model. To rewrite the model files during calibration takes very long even when using external txt files. Also, I am using f.write() to write all model files to avoid calling Flopy which takes even longer to load up the model. I am planning to write external files in binary format, but very new to binary. Below is what I tried but mf6 doesn't recognise them. Is there a way that I can write these binary files properly without calling Flopy to load my model? I checked the function Any assistance will be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think this explains how to do it. Will try. |
Beta Was this translation helpful? Give feedback.
Both grid data and list data are worked out. Binary grid data needs a header but list data for boundary packages doesn't need the header.