payu-org / payu

A workflow management tool for numerical models on the NCI computing systems
Apache License 2.0
18 stars 26 forks source link

payu run cannot find config.yaml #237

Closed aidanheerdegen closed 4 years ago

aidanheerdegen commented 4 years ago

When a brand new experiment is created ~in a scratch location that is not the same as the project code used for the run, payu run does not add the appropriate storage flag which leads to~ for some reason payu run cannot open config.yaml:

payu: warning: Configuration file config.yaml not found!

and no work directory is created.

But if

payu setup && payu sweep

is run first then it works fine.

aidanheerdegen commented 4 years ago

Almost certainly an issue with -l storage flags. Cannot reproduce. Closing.