coecms / esm-pmip-last-mil

0 stars 1 forks source link

Error at the end of the run with update_landuse.py #19

Open aidanheerdegen opened 3 years ago

aidanheerdegen commented 3 years ago

Current config will not successfully run a whole year as it errors when calling the update_landuse.py script

https://github.com/coecms/esm-pmip-last-mil/blob/master/config.yaml#L66

Somewhat related; there are two copies of the update_landuse.py script, one in the top level, another inside the scripts directory. There should be only one.

aidanheerdegen commented 3 years ago

The issue is the path in the interpreter in the shebang is now outdated. Should add this check to CI.

aidanheerdegen commented 3 years ago

Changing to #!/g/data/hh5/public/apps/nci_scripts/python-analysis3 works