wpbonelli

Results 68 issues of wpbonelli

* separate scripts for formatting and spellchecking * rename `msvs_vfproj_check.py` -> `check_vfproj.py` * rename `fortran_format_check.py` -> `check_format.py` * rename `codespell_docs_check.py` -> `check_spelling.py` * include unit tests in Fortran format checks,...

* intel fortran preprocessor `fpp` substitutes "1" for "unix" on linux/mac — [yes, really](https://github.com/MODFLOW-USGS/modflow6-nightly-build/actions/runs/9105541644/job/25033058726#step:15:3945) * https://www.intel.com/content/www/us/en/docs/cpp-compiler/developer-guide-reference/2021-8/additional-predefined-macros.html, thanks to @scharlton2 for pointing this out * rename `unix`/`uniy` and related variables (interior/exterior...

building on #2127 for more unified particle tracking output support - [x] consolidate dtype definitions - [ ] introduce prt track file support - [ ] move convert fns out...

enhancement

Opening this (somewhat belatedly) to track support for NumPy 2.0, due out [soon](https://github.com/numpy/numpy/issues/24300). The maintainers recommend downstream projects make a compatible release before 2.0 drops. We have already made some...

maintenance

### Discussed in https://github.com/modflowpy/flopy/discussions/1637 It would be nice to have a way to list all input files for a simulation, without manually traversing its constituent models/packages. Simply listing the contents...

enhancement

Possible fix for #56. The issue seems like [incomplete oneapi environment activation](https://github.com/fortran-lang/fpm/discussions/717#discussioncomment-3091462). Previously we ran the activation script for compiler components only*. Run the root activation script instead. @jalvesz @minhqdao...

It may be worth CI testing whether commonly used build tools (e.g. fpm, meson, CMake) can discover ifx/ifort after install. Issues known or suspected |compiler/version | build tool | platform...

tests

PRT requires particle release points (except for z via `LOCAL_Z`) specified in the model coordinate system, and also reports pathlines in the model coordinate system. This PR enables input coordinate...

enhancement

Moved from https://github.com/modflowpy/flopy/issues/1490.

The `triangle` binary in the ARM mac distribution can hang under certain (as yet poorly understood) circumstances. Workaround is to use the version for Intel macs via Rosetta in the...

bug