gmdsi / GMDSI_notebooks

python-based predictive groundwater modeling workflow examples
GNU General Public License v3.0
48 stars 31 forks source link

bugs in stacks for opt/mou #111

Closed mnfienen closed 8 months ago

mnfienen commented 8 months ago

Issue was, running with more recent PESTPP binary resulted in iES generating a MEAN.par.csv file which, when sorted, took the place of the final iter (should be blahblah.3.par.csv). So, for OPT2 and MOU2 just added a more robust check to choose par file with MAX iteration rather than last in the list.

jtwhite79 commented 8 months ago

@mnfienen sorry about that "mean" file business - I ran into that also. Your mods look good to me...but maybe there is some jupyter metadata in ipynb files? Did you run that clear_output_all script before committing? Just checking...

mnfienen commented 8 months ago

Ack! Thanks @jtwhite79 - I cleared output in the browser but forgot to run the script. I just ran it and pushed so hopefully that will fix those issues.