gmdsi / GMDSI_notebooks

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

dropped indiv glm dirs #28

Closed rhugman closed 2 years ago

rhugman commented 2 years ago

glm1 and glm2 notebooks are now in a single dir run_part2_notebooks.py updated accordingly glm2 gets files from the glm1 notebook generated folder. No longer from HBD! The user must run glm_1 first.

rhugman commented 2 years ago

@jtwhite79

i've changed the glm notebooks to be in a single dir for tidiness and <diskspace.

Notebooks no longer get files from the "models" dir using HBD, they get them sequentially from the previous tutorial dir. OS issues make the backup dir nonsensical.

Checks have been added to test if obs&weights has been completed.

paths in run_part2_notebooks.py have been updated.

Let me know if any of this is a problem.