[MITgcm-support] strange FORTRAN error

Neil Patel nigellius at gmail.com
Tue May 21 16:26:42 EDT 2013


when trying to compile the mitgcm using gfortran I get:

gfortran   -c adams_bashforth2.F
EEPARAMS.h:77.35:
    Included at adams_bashforth2.F:27:

      PARAMETER ( zeroRS = 0.0 _d 0 , oneRS  = 1.0 _d 0 )               
                                   1
Error: Missing kind-parameter at (1)
EEPARAMS.h:78.35:
    Included at adams_bashforth2.F:27:

      PARAMETER ( twoRS  = 2.0 _d 0 , halfRS = 0.5 _d 0 )               
                                   1
Error: Missing kind-parameter at (1)

and then several other very similar error messages. Anyone know the cause? Processor is a Intel(R) Xeon(R) CPU E5-4617 0 @ 2.90GHz if that makes a difference.

Thanks!


More information about the MITgcm-support mailing list