I am trying to install the ROMS plotting package.
I downloaded the "NCL Version 5.2.1 precompiled binaries, OPeNDAP-enabled" and used the manual on
http://www.ncl.ucar.edu/get_started.shtml
to set it up.
However, I am getting the following error messsage when compiling the plotting package:
Code: Select all
/usr/bin/gfortran -c -frepack-arrays -x f95-cpp-input -O3 -ffast-math slevels.f90
slevels.f90:180.33:
integer file, nc_gid, tindx
1
Error: Symbol 'tindx' at (1) already has basic type of INTEGER
slevels.f90:189.10:
file=1
1
Error: Symbol 'file' at (1) has no IMPLICIT type
slevels.f90:192.14:
nc_gid=ncgrd
1
Error: Symbol 'nc_gid' at (1) has no IMPLICIT type
Thank you for your help!
Robert