Opened 8 years ago
Closed 8 years ago
#1906 closed Bug (fixed)
bug in diadct
Reported by: | cbricaud | Owned by: | nemo |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | OCE | Version: | v3.6 |
Severity: | Keywords: | ||
Cc: |
Description
Context
Reported by T.Arsouze
use of diadct diag; key_diadct
TOOLS/SECTIONS_DIADCT/compute_sections.f90 : l 683
the slope of the section is computed by dividing 2 integers ; should be done in real.
NEMO/OPA_SRC/DIA/diadct.F90
debug writes only done for proc 0 ( IF (lwp ) .... )
Analysis
Fix
add REAL(...,wp ) for bug1
remove lwp for bug2
Commit History (2)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
8127 | cbricaud | 2017-06-02T09:54:18+02:00 | fix in nemo_v3_6_STABLE ticket #1906 |
8126 | cbricaud | 2017-06-02T09:53:43+02:00 | fix in trunk ticket #1906 |
Change History (1)
comment:1 Changed 8 years ago by cbricaud
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
commit in emo_v3_6_STABLE: http://forge.ipsl.jussieu.fr/nemo/changeset/8127
commit in trunk: http://forge.ipsl.jussieu.fr/nemo/changeset/8126