MPAS-Dev / MPAS

Repository for private MPAS development prior to the MPAS v6.0 release.
Other
4 stars 0 forks source link

Change 3 prints to mpas_log_writes during iterative init #1351

Closed xylar closed 7 years ago

xylar commented 7 years ago

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.

xylar commented 7 years ago

Testing

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?