Using __name in key-dependent values is not well-defined
What happens is:
- First you resolve all key-dependent values
- THEN, you make the
__name
key unique
Having values depend on the __name
key results in having only the basename without possible appended numbering. I think this bit mme when trying the convergence test: I wanted to have my outputfile key depend on __name
but did not make __name
unique.