MODFLOW-USGS / mt3d-usgs

MT3D-USGS Repository
23 stars 12 forks source link

G10.4 gives warning with Intel #1

Closed langevin-usgs closed 8 years ago

langevin-usgs commented 8 years ago

I hate these messages. Would be good to try and eliminate them. Easy fix is to change G10.4 to G11 or 12 .4. I don't want to do it in case it is building a table and it would affect the alignment.

.\src_temp\rct1.f(493): remark #8291: Recommended relationship between field wid th 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+ 7'. 1 /1X,'STOICHIOMETRIC RATIO (FEDEA) = ',G10.4) ---------------------------------------------------------------^

vivekbedekar commented 8 years ago

It isn't used in a table. it is only an informational statement printed to the out file. Feel free to change it to G12.4. Makes sense.

Vivek

Date: Tue, 22 Dec 2015 05:28:55 -0800 From: notifications@github.com To: mt3dms-usgs@noreply.github.com Subject: [mt3dms-usgs] G10.4 gives warning with Intel (#1)

I hate these messages. Would be good to try and eliminate them. Easy fix is to change G10.4 to G11 or 12 .4. I don't want to do it in case it is building a table and it would affect the alignment.

.\src_temp\rct1.f(493): remark #8291: Recommended relationship between field wid

th 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+

7'.

 1        /1X,'STOICHIOMETRIC RATIO (FEDEA)           = ',G10.4)

---------------------------------------------------------------^

— Reply to this email directly or view it on GitHub.

langevin-usgs commented 8 years ago

Done.