jdhughes-usgs

Results 21 comments of jdhughes-usgs

The default condition is probably to not save CBC data and force the user to turn it on. So I would say the default condition would be `ipakcb=None` which would...

You will need to relint with black (see [failed test](https://github.com/modflowpy/flopy/actions/runs/7496462536/job/20428500017?pr=2056)). Also to maintain code coverage you need to add a small test of your function that confirms that you get...

This is not a bug but a performance issue since it can load your model. We are working to address model load performance issues.

There is a statically built version for Mac arm chips (`macarm.zip`) that should solve your issue. [https://github.com/MODFLOW-USGS/modflow6-nightly-build/releases](https://github.com/MODFLOW-USGS/modflow6-nightly-build/releases) If this does not work, you will have to compile from source locally.

> > @jdhughes-usgs, is this going to conflict with your SFR refactoring? > > There will definitely be conflicts. I can wait until #1761 goes in and get this PR...

@langevin-usgs @emorway-usgs @wpbonelli I also don't think we should be capitalizing the first letter of a comment if it is not a sentence. We need to get finalize the Fortran...

You could use multiple drain packages to represent drainage discharge, one of which could be to represent groundwater seepage. Each drain package would show up as a separate entry in...

This is what meson does on Windows with MT and MTd libraries ![image](https://github.com/MODFLOW-USGS/modflow6/assets/2073498/ba2f8b05-82c6-4376-9cf0-27cb28943388)

I just updated to Monterey and have not had the same problems. I was able to compile and run SEAWAT and MODFLOW-2005. I installed `gcc-11` and `gfortran-11` using Homebrew. Previously...

Maybe there could be an Basin Model Interface for Fortran (iso_c_binding) `bmi-fortran-isoc` version like there is for standard Fortran `bmi-fortran`?