Closed xylar closed 7 years ago
I have verified that a run of the isomip_plus/2km/Ocean1/init_step1
stage of the ISOMIP+ test case results in the expected data being printed in the log file, not to stdout.
I have not yet tested the full regression test suite but results would be expected to be bit-for-bit. @mark-petersen, perhaps you can verify this with your review?
The print statements were missed (probably because they were print statements, not write statements) during the conversion to the new logging system and now go to stdout instead of the log file.
Also, fixes some $f and %f that should be $r in log statements.