payu-org / payu

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

scaninputs does not execute make_links #201

Closed aidanheerdegen closed 4 years ago

aidanheerdegen commented 4 years ago

The manifest config dict has a sub-option scaninputs that if set to False is supposed to only use the information in the input manifest to populate the input links in the work directory.

This doesn't seem to work. the make_links method is only called within the reproduce logic

https://github.com/payu-org/payu/blob/00cef14da87755bdae2b55b10ce18658a76393b8/payu/manifest.py#L344