Opened 10 years ago
Closed 4 years ago
#391 closed defect (fixed)
ROPP_FM: ifort compiler remarks:
Reported by: | Ian Culverwell | Owned by: | Ian Culverwell |
---|---|---|---|
Priority: | trivial | Milestone: | 10.0 |
Component: | ROPP (all) | Version: | 7.1 |
Keywords: | Cc: |
Description
ROPP8.0 beta reviewer Dave Offiler (UKMO) says:
- ROPP_FM: ifort compiler remarks: t_twodtl.f90(167): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'. WRITE (6,'(1x, i2.0, 2x, F20.15, 2x, F20.15, 2x, G20.15)') & --------------------------------------------------^ Unless there is a good reason for this format specifier, it should be amended to e.g. G22.15 or G20.13 to conform with the recommendation. Or add the ifort command-line option "-diag-disable remark" to hide such remarks. [severity: trivial]
I'll say.
Note:
See TracTickets
for help on using tickets.
Deferring to ROPP10.0.