Opened 15 years ago
Closed 15 years ago
#651 closed Bug (fixed)
Bug in diadimg.F90
Reported by: | molines | Owned by: | nemo |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | OCE | Version: | v3.2 |
Severity: | Keywords: | ||
Cc: |
Description
In diadimg, the status for opening the binary files has been changed from UNKNOWN to REPLACE ( 3.1 to 3.2). With this change, the header of the files is erased when the file is opened by all CPUs, resulting in a corrupted file at the end.
Restoring UNKNOWN status in ctl_opn fixes the bug.
I attach the corrected version of diadimg, which also includes performance improvements for large number of processors.
All the best,
Jean-Marc
Commit History (2)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
7477 | kingr | 2016-12-08T11:37:17+01:00 | Trac ticket #651 - code changes allow writing of averaged assim background for shelf assimilation. |
1815 | rblod | 2010-03-25T12:31:21+01:00 | Diadimg with fixes and improvement, see ticket #651 |
Attachments (1)
Change History (3)
Changed 15 years ago by molines
comment:1 Changed 15 years ago by molines
Additional comment: with the performance improvement, it is necessary to update the build_nc tools used for nc file reconstruction.
Jean-Marc
comment:2 Changed 15 years ago by rblod
- Resolution set to fixed
- Status changed from new to closed
diadimg with bug fix and improvements