modflow6
modflow6 copied to clipboard
USGS Modular Hydrologic Model
**Describe the bug** The ifort built MF6 does not correctly assign values in the time series data file. In the attached example, the SFR inflows for time 8 and 10...
**Describe the bug** In table 40 of mf6io.pdf, it says that the last term written to the MVR budget file is FW-RATE-TO-MVR but the actual label written for this term...
**Describe the bug** In mf6io.pdf, the documentation of the "theta" observation type says its ID must be "icsubno" but in ex-gwf-csub-p04, a theta observation is included on line 47 in...
Greetings, The MF6 OBS package does not include a linear interpolation option like the older HOBS package for 2005/NWT. Could this be added in? Something to the effect of... obs_package...
Does MOVER support time series? Can we add it if not? Thanks!
When specifying time series variable for a large number of cells, MF6 takes a very long time to initialize the input. This makes the time series feature not applicable for...
This is a feature request to enable a MF6 model to capture information for a coordinate references system (CRS; also called spatial reference system or SRS), so this information can...
Hi Chris, we've been very happy to see, that you seem to bring in the above mentioned NPF option in the next future. Which release do you plan to make...
MODFLOW 6 does not appear to be capable of handling multiple HFBs between the same two connected cells. Suggest checking to see if there is a straightforward and sensible way...
**Current situation** Most BMI functions of MODFLOW6 expect to have `mfsim.nam` in the current working directory as documented here: https://github.com/MODFLOW-USGS/modflow6/blob/a38723ba4949103d5fbffd784e71eae36b589728/srcbmi/mf6bmi.f90#L57 We take care of that in `xmipy` so the user...