Run model command fail due to long path (dir+filename)

Issue #76 resolved
Angus Yeh repo owner created an issue

Causes: - TIM run_model command uses absolute path to run model, because it launches AUTOUGH2 at cwd - AUTOUGH2 does not accept path name longer than 90 or so characters.

Possible fixes: - check path lenght and inform user - instead of running at whatever cwd, change cwd to where input file is, then change back afterwards (may have other issues). this also has the benefit of not producing .DATA "juncks" in CWD

Comments (2)

  1. Log in to comment