Use g95 compiler under Linux
To use g95 under Linux, get the new makefile containing the g95 compiler flags.
A new cio.c file is provided
For native-REAL*8
platforms, change the value of PI in "pregrid/util/gribcode.F", from:
"real, parameter :: pi = 3.1415926534"
TO
"real, parameter :: pi = 3.14159265358979324"
Thanks to
Carlie J. Coats
Baron Advanced Meteorological Systems, LLC.
|