The Jupyter notebooks on MSD live crash when running the initial StateMod simulations.
The Notebooks 1 (San Juan) and 2 (Gunnison) can't seem to find the path to the response files. This can be fixed by manually changing the working directory to the "data" [i.e. os.chdir(data_dir)] directory before the call to StateMod (box 3). I'm not sure why the paths don't work as currently coded, printing the paths appears to show everything is correct.
The error in Notebook 2 occurs again in Step 3, when Statemod is rerun under evap scenarios. The error can be fixed again by manually correcting the path.
Notebooks 3, 4 and 5 start the simulation (so no path issue) but crash midway (around 1934 for Notebook 4 and 1955 for Notebooks 3 and 5).
The Jupyter notebooks on MSD live crash when running the initial StateMod simulations.
The Notebooks 1 (San Juan) and 2 (Gunnison) can't seem to find the path to the response files. This can be fixed by manually changing the working directory to the "data" [i.e. os.chdir(data_dir)] directory before the call to StateMod (box 3). I'm not sure why the paths don't work as currently coded, printing the paths appears to show everything is correct.
The error in Notebook 2 occurs again in Step 3, when Statemod is rerun under evap scenarios. The error can be fixed again by manually correcting the path.
Notebooks 3, 4 and 5 start the simulation (so no path issue) but crash midway (around 1934 for Notebook 4 and 1955 for Notebooks 3 and 5).