OpenCDSS / ArkDSS-Colors-of-Water

Colorado's Decision Support Systems (CDSS) ArkDSS Colors of Water Model Engine code
GNU General Public License v3.0
2 stars 5 forks source link

j349_5 - revise j349 fortran code to remove 64bit gfortran compiler warnings #12

Closed kelleythompson closed 2 years ago

kelleythompson commented 2 years ago

The j349 fortran code has been updated to remove errors when compiling with 64bit gfortran. However, a number of compiler warnings are issued; noted as primarily due to changes in the 2018 version of gfortran. Most warnings are from do loops not ending in a continue or do loop, arithmetic if statements, and one external entry into within a do loop.

kelleythompson commented 2 years ago

Code modified to resolve warnings when compiled in 64bit gfortran.