COSIMA / cice5

Clone of The Los Alamos sea ice model (CICE) with ACCESS drivers. See https://github.com/CICE-Consortium/CICE-svn-trunk/tree/cice-5.1.2
4 stars 12 forks source link

All non-master error output going to a single file and being overwritten #4

Closed nichannah closed 6 years ago

nichannah commented 6 years ago

We seem to be losing error messages in CICE. At the moment we're guessing that it's because we have all (non-master) error output going to a single file. The error messages coming from one PE are being overwritten by info/debug output coming from others.

This issue should fix the code so that error messages are sent to stderr.

An alternative is to have individual output files for each PE however this has down-sides like too many files and it being difficult to find the one that has the relevant error message.

aekiss commented 6 years ago

relevant Slack discussion: https://arccss.slack.com/archives/C6PP0GU9Y/p1515844744000064