Opened 15 years ago
Closed 14 years ago
#655 closed Bug (fixed)
domwri.F90: files are not closed if nmsh > 3
Reported by: | molines | Owned by: | smasson |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | OCE | Version: | v3.2 |
Severity: | Keywords: | ||
Cc: |
Description
- since 3.2, nn_msh (aka nmsh) can be greater than 3, since the way to choose the number of files is done on MOD(nmsh, 3) .
- this the same test must be used for closing the files, instead of
1, 2, 3
- In the actual state, file are not closed if nmsh > 3 and may result in corrupted files.
Commit History (0)
(No commits)
Change History (3)
comment:1 Changed 14 years ago by smasson
- Owner changed from NEMO team to smasson
comment:2 Changed 14 years ago by smasson
- Status changed from new to assigned
comment:3 Changed 14 years ago by smasson
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
donne. see changeset:1929