External files for boundary conditions MF6 #1434
-
Hi, MF6 is capable of reading stress period data for boundary conditions from external files but I can't seem to find a way to get Flopy to create an appropriate input file. I'm trying to get Flopy to write a GHB input file that accesses an external file via OPEN/CLOSE for stress period data. I've tried using the same approach for external arrays with the NPF package but no love. Am I correct in assuming this functionality is yet to be implemented? Cheers. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @laat0003, all this should be implemented and fully functional for MODFLOW 6, though it seems our documentation is a bit scattered. There are some details described in this online doc and in this notebook. Here is a running example, based on the example on main FloPy page, that shows how to write data to external files.
|
Beta Was this translation helpful? Give feedback.
Hi @laat0003, all this should be implemented and fully functional for MODFLOW 6, though it seems our documentation is a bit scattered. There are some details described in this online doc and in this notebook.
Here is a running example, based on the example on main FloPy page, that shows how to write data to external files.