Joseph Hughes
Joseph Hughes
Autotest from testmodels (`test_z01_testmodels_mf6.py::test_mf6model[29-test001h_rch_array4]`) intermittently fails on MacOS with: ` AssertionError: Unsuccessful comparison run` See: https://github.com/MODFLOW-USGS/modflow6/pull/812/checks?check_run_id=3930840337 Add additional failures as Comments to this issue so that this failure can be...
Each call to `store_error()` should contain the complete error message. `store_error()` should not be called multiple times to save a complete error message. Message should be saved to `errmsg` variable...
Remove dev_oldstorageformulation development option from STO package since MODFLOW 6 now has the equivalent ss_confined_only option. Update modflow6-testmodels examples that use the dev_oldstorageformulation option to use the ss_confined_only option and...
Clean up the following ifort warnings ``` ../srcbmi/mf6bmiUtil.f90(59): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [MEM_PATH] subroutine check_mem_address(mem_path, var_name, found) -------------------------------^...
Add restart file as input and output using standard `FILEIN` and `FILEOUT` capabilities, respectively.
Consider adding `VERTICES` and `CELL1D` for advanced packages. This could be used to create a grb file for the package which could be used to plot results. A suggested approach...
Evaluate if initial bisection is needed for SFR since an initial stage can be specified. Maybe tie to proposed `HOTSTART` option. Also initial bisection may not be needed for subsequent...
Suggest adding BOUNDNAMES to cell-by-cell output. A possible solution is ``` begin options BOUNDNAMES [SAVE] BUDGET FILEOUT mymodel.cbc end options ``` Will need to add another method code (`IMETH=7`) so...
Alaistair Black and Sorab Panday requested to add hot start capability for SFR. Seems generic functionality would be useful. Propose: ``` BEGIN OPTIONS HOT_START FILEIN sfr.bin [TOTIM] END OPTIONS ```...
Alastair Black suggested to add an option to set the binary output file name based on a defined base name: A suggested approach: In **GWF** name file: ``` BEGIN OPTIONS...