This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Unidata Support <address@hidden> writes: > ------- Forwarded Message > >>To: address@hidden >>From: Gennady Chepurin <address@hidden> >>Subject: error compiling SCRIP >>Organization: UMD >>Keywords: 200503302023.j2UKNav2009974 netCDF SCRIP > > Dear NETCDF supporters, > > I have two versions of NETCDF libralies netcdf-3.5.1 and netcdf-3.6.0. > I tried both to compile SCRIP software on Dell Precision 650 under Linux > Gentoo with Intel Fortran Compiler (ifc). In both cases I got the same > error: > > SCRIP_NCAR/grids> make convertPOPT > ifc -O3 -I/usr/local/include -c ../source/kinds_mod.f > module KINDS_MOD > > 53 Lines Compiled > ifc -O3 -I/usr/local/include -c ../source/constants.f > module CONSTANTS > > 65 Lines Compiled > ifc -O3 -I/usr/local/include -c ../source/iounits.f > module IOUNITS > module subroutine GET_UNIT > module subroutine RELEASE_UNIT > > 154 Lines Compiled > ifc -O3 -I/usr/local/include -c ../source/netcdf.f > module NETCDF_MOD > > parameter(NCNDIRTY = 64) > ^ > Warning 4 at (47:/usr/local/include/netcdf.inc) : Tab characters are an > extension to standard Fortran 95 > module subroutine NETCDF_ERROR_HANDLER > print *,'Error in netCDF: ',nf_strerror(istat) > ^ > Error 220 at (67:../source/netcdf.f) : This entity has not been given a > type > > 1 Error > compilation aborted for ../source/netcdf.f (code 1) > make: *** [netcdf.o] Error 1 > > I recognize that something is not right with my NETCDF library. > > Can you give me any idea how to pass this problem? > > (I tried the same tar file on the NCAR's blusky it works fine) > > Thank you in advance. > > --Gennady > > ************************************************************** > Dr. Gennady Chepurin > > Department of Meteorology > Computer and Space Sciences Bldg. > University of Maryland > College Park, MD 20742 > > Phone: (301)-405-5369 > Fax: (301)-314-9482 > E-mail: address@hidden > ************************************************************** > > -- > NOTE: All email exchanges with Unidata User Support are recorded in the > Unidata inquiry tracking system and then made publicly available > through the web. If you do not want to have your interactions made > available in this way, you must let us know in each email you send to us. > > ------- End of Forwarded Message > > Sorry, I'm not familiar with the SCRIP package. Did netcdf build and test correctly on this platform? Go to the netcdf install directory and do a "make test" to ensure that netcdf is working. Thanks, Ed -- Ed Hartnett -- address@hidden