Don't write multiple variables to the same file

Issue #1055 new
Erik Schnetter created an issue

IOASCII writes variables into files that are named after the variable. If multiple variables have the same name (but are in different groups), then multiple output is written to the same file, confusing people.

All output thorns should check for this condition, and then modify the file name e.g. to VARNAME.GROUPNAME.

Keyword:

Comments (0)

  1. Log in to comment