Allow node meta-parameters to be defined
This defines an extra variables
keyword argument within Nodes to define extra meta-parameters that can be referenced across the submit description. This can be useful, for example, to define log filenames based on extra parameters.
Also expose $(log_dir)
as a meta-parameter so that the log filename format can easily be redefined as needed.