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.

Change history (3)

comment:1 by Ian Culverwell, 8 years ago

Milestone: 9.010.0

Deferring to ROPP10.0.

comment:2 by Ian Culverwell, 4 years ago

The offending line was changed to

    WRITE (6,'(1x, i2.0, 2x, F20.15, 2x, F20.15, 2x, G25.15)') &

at r5547. This stops ifort from complaining. (See also #523.)

comment:3 by Ian Culverwell, 4 years ago

Resolution: fixed
Status: newclosed

Closing ticket.

Note: See TracTickets for help on using tickets.