wpbonelli
wpbonelli
Suggested by @cneyens. It's a bit awkward right now to create a discretization object from a grid and/or binary grid file, you need to manually shuffle the parameters over AFAICT....
Seems there is agreement in [#871](https://github.com/modflowpy/flopy/issues/871#issuecomment-3155826189) that external files should be formatted for numpy/etc compatibility by default, with the option to enable fortran-style formatting when needed. Something to keep in...
> Additionally, as a feature request: a missing head argument (None) might mean that the system is fully saturated Mentioned in #2170
> Hey @wpbonelli , > I've been testing this functionality and seem to run into two issues (I'm using flopy version 3.10.0.dev5 on Windows): > > - For the use-case...
This test uses coordinate_check_method which hasn't been released yet
Intel will not provide ifort downloads indefinitely. Some work on moving to `ifx` has begun. Compatibility has been tested for a number of versions. So far none have passed all...
Unlike other packages UTL-ATS does not "forward fill" stress period data (apply a given period config to any subsequent periods unless/until another period block is explicitly specified). Is there a...
When a UZT input file is using timeseries but missing the 'TS6 FILEIN ' line the program can crash. Maybe this also affects other packages, not sure. Discovered by @Manangka...