-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'matthewhoffman/mpas/apply_new_log_system' (PR #1442)
This merge introduces the new MPAS log system into ACME. With this change, MPAS no longer hijacks stdout and stderr but instead opens its own log file with a unit number provided by ACME. This merge updates the three MPAS submodules to use the new system in each component and also updates each driver to set up and use it. With this change, MPAS components no longer uses scratch files to dump the unwanted output. Fixes #1133. [BFB] * origin/matthewhoffman/mpas/apply_new_log_system: Update MPAS submodules to fix logging issues on some compilers Change wording on coupling interval message. Remove debug conditional on writing/flushing at end of run cycle Update ocean submodule, text reduction on ocn.log and ice.log Update ocn stream settings to prevent ERROR messages. Remove unused stream 'real_world' from mpas-o stream file Apply new Log Module in all MPAS components
- Loading branch information
Showing
7 changed files
with
474 additions
and
443 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Submodule model
updated
from 05e02e to 545f58
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.