wpbonelli

Results 68 issues of wpbonelli

**Is your feature request related to a problem? Please describe.** `StructuredGrid` can interpolate between grid features with - `array_at_verts_basic(a)`: cell center (node) to vertices with neighbor averaging - `array_at_verts(a)`: cell...

enhancement

**Is your feature request related to a problem? Please describe.** FloPy currently has a very small set of benchmarks using `pytest-benchmark`, including - init/load/write time for a small test model:...

enhancement
performance

* follow up to #1824 * 1824 switched some CI testing to the mf6 development build, use it for all CI tests * don't update flopy packages from DFNs before...

- [x] PRT introduction tutorial notebook - create simple structured model based on flopy readme - [x] migrating from MODPATH 7 to PRT example notebook - create then compare results...

- add DFN and class files for MF6 particle tracking models

Move open channel flow utility functions from MODFLOW 6 to new file `flopy/utils/channel_utils.py`. These were originally in modflow6's `autotest/scripts/cross_section_functions.py`. Functions are included for - calculating wetted perimeter and area from...

**Is your feature request related to a problem? Please describe.** FloPy version updates are already automated, `scripts/update_version.py` just [needs to run at release time](https://github.com/modflowpy/flopy/blob/develop/.github/workflows/release.yml#L57). Ad hoc versioning [can be hard...

enhancement
maintenance

This should be OK to switch straight to `.findall()` with no need to try/except and fall back to `.traverse()` since [sphinx requires docutils >= 0.18.1](https://github.com/sphinx-doc/sphinx/blob/2f6ea1422b08f9494f34b80c2ff6c96b5f396fdc/pyproject.toml#L66)

Hi, does `nbsphinx` offer a similar feature to `sphinx-gallery` where [notebooks are zipped and can be downloaded](https://sphinx-gallery.github.io/stable/configuration.html#disabling-download-button-of-all-scripts) from the rendered page? One option I see is linking in prolog/epilog to...

* factor `Model/ExchangeFactory` modules out of `SimulationCreate` module * add noop virtual PRT and SWF models and exchanges — allows cleaner templates, and virtual models/exchanges will be added anyway when...