modflow6
modflow6 copied to clipboard
USGS Modular Hydrologic Model
**Describe the bug** If sorption is used in the IST package and MST package and the sorption in the MST package is not LINEAR, the error message in mfsim.lst says...
**Describe the bug** In the attached model, including the LKT package in the transport model cause MODFLOW to crash. **To Reproduce** Steps to reproduce the behavior: Run the attached model....
**Describe the bug** This is either a bug or a documentation error. Including an EVT package in the SSM package can cause MODFLOW to incorrectly issue an error message. The...
**Is your feature request related to a problem? Please describe.** Currently, the BMI interface in [mf6bmi.f90](https://github.com/MODFLOW-USGS/modflow6/blob/develop/srcbmi/mf6bmi.f90) implements getters and setters for `int`, `float`, and `double`. The types `logical` and `string`...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I'm working with Pest,...
I cannot find any documentation for what is getting written if PRINT_OPTION ALL is specified For example, what is BACKTRACK FLAG? Can this get added to the mf6io.pdf?
**Describe the bug** If K22 or K33 (or both) is not specified explicitly in the NPF input, it is not allocated its own array but instead points to K11. This...
Hello, I'm getting this error, when I try to use RCM reordering MODFLOW 6 U.S. GEOLOGICAL SURVEY MODULAR HYDROLOGIC MODEL VERSION 6.3.0 03/04/2022 Run start date and time (yyyy/mm/dd hh:mm:ss):...
It appears gfortran (11.3.0) has an issue storing a pointer to a deferred-length character array. A recent mf6 pull request (#966) implemented the checking in of character arrays to the...
The MSVS files for MODFLOW 6 and the utilities are not checked as part of the CI testing. Consequently, we may break them without knowing as we add new functionality....