modflowpy / flopy

A Python package to create, run, and post-process MODFLOW-based models.
https://flopy.readthedocs.io
Other
517 stars 313 forks source link

Write binary heads file to be read by bas6 as initial heads #362

Closed porterma closed 6 years ago

porterma commented 6 years ago

Is there a way to write a binary heads file that can be specified in the .anm file and read by the bas6 package, rather than including the initial heads explicitly in the bas6 package? I searched for this option in the code, but did not find a method.

Thanks!

langevin-usgs commented 6 years ago

Take a look here: https://github.com/modflowpy/flopy/blob/develop/autotest/t017_test.py. I'm not sure if this is exactly what you're thinking, but it is a place to start.

porterma commented 6 years ago

I think that's what I was looking for. thanks!