MPAS-Dev / MPAS-Tools

MPAS Tools Repository
Other
37 stars 63 forks source link

`$$` getting written as `$` in output config file #473

Closed xylar closed 2 years ago

xylar commented 2 years ago

It is not possible to use the output config file (the one in logs or the complete config file in html) as an input config file because certain $$ in strings get written out instead as $. Then, on reading these back in, they get interpreted as references to other config options.

We need to figure out a way to output $ as $$. This may need to happen in MPAS-Tools, rather than here.

Thanks @akturner for reporting this issue.