Opened 5 years ago
Closed 5 years ago
#2320 closed Enhancement (wontfix)
Improvements in text output
Reported by: | andmirek | Owned by: | andmirek |
---|---|---|---|
Priority: | high | Milestone: | 2019 WP |
Component: | IOM | Version: | trunk |
Severity: | minor | Keywords: | |
Cc: |
Description
Context
NEMO writes a lot of text diagnostics (some of the files are useful only for debugging). It looks that those diagnostics are responsible for NEMO performance degradation during RAID check observed at the MetOffice?. Tests with GO8 (based on NEMO4) showed that limiting amount of text data written during model run improves model performance during RAID check; see: http://forge.ipsl.jussieu.fr/nemo/attachment/wiki/user/andmirek/NEMO_IO_DIAGN.pdf
Proposal
This development will introduce different output levels for NEMO (0 - 4). For full diagnostics output (3) all data written currently by NEMO will be included. The amount of data written will decrease with decreasing output level. Old level 1 will correspond to new level 4.
Commit History (4)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
11790 | andmirek | 2019-10-24T17:40:27+02:00 | Ticket #2320 correction for SAS |
11783 | andmirek | 2019-10-24T10:37:47+02:00 | Ticket #2320: set nn_print to 3 in namelist_ref |
11782 | andmirek | 2019-10-24T10:30:30+02:00 | Ticket #2320 print levels in ICE/OCE |
11757 | andmirek | 2019-10-21T17:20:27+02:00 | Ticket #2320 create branch |
Change History (8)
comment:1 Changed 5 years ago by andmirek
comment:2 Changed 5 years ago by andmirek
comment:3 Changed 5 years ago by andmirek
In 11782:
comment:4 Changed 5 years ago by andmirek
In 11783:
comment:5 Changed 5 years ago by andmirek
with nn_print 3 as a default there will be no change in ocean.output and other text files compared to version before changes.
comment:6 Changed 5 years ago by andmirek
- Status changed from new to assigned
comment:7 Changed 5 years ago by andmirek
In 11790:
comment:8 Changed 5 years ago by andmirek
- Resolution set to wontfix
- Status changed from assigned to closed
To be part of 2020WP
In 11757: