CABLE-LSM / benchcab

Tool for evaluation of CABLE land surface model
https://benchcab.readthedocs.io/en/latest/
Apache License 2.0
2 stars 4 forks source link

Specify absolute path to benchcab executable in the job script #95

Closed SeanBryan51 closed 1 year ago

SeanBryan51 commented 1 year ago

We should specify the absolute path to the benchcab executable in the job script so that we don't run into path issues when running using a 'locally installed' version of benchcab. This will be helpful making code changes and testing them on NCI.

We can use a combination of sys.argv and shutil.which() to get the absolute path of the benchcab executable.