wpbonelli
wpbonelli
@jdhughes-usgs @langevin-usgs I think this is about ready, but maybe it should wait til after the class if the generate classes script will be used there
After https://github.com/MODFLOW-USGS/modflow-devtools/pull/167 and https://github.com/MODFLOW-USGS/modflow-devtools/pull/173 this ~~could now be~~ **has now been** reworked to run the toml conversion script, load toml directly into jinja contexts, and dispense with `dfn.py`, which ~~would...
outdated @deltamarnix after considering I think your work in progress (removing the legacy `dfn` attr on the generated classes) should go before this. This PR has shrunk a lot with...
IMO this should wait til this week's release goes out, then it can get some exercise on the develop branch for a while
Thanks. Yeah, this is why I want to wait to merge til after release. I think it'll take some time to ferret out all the minute differences and make sure...
here goes nothing..
this now preserves unit and start time mutability while still using `dataclass` — no behavior change just refactor
Hi @mickey-tsai `nnodes` is the total number of nodes in the grid. This is defined differently for each grid type - structured: `nlay * nrow * ncol` - vertex: `nlay...
relevant history in https://github.com/modflowpy/flopy/pull/1157
Should have said sentence-case, I assume that's what you're in favor of @jdhughes-usgs? My mistake