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: > Making `test' in directory /usr/src/netcdf-3.6.0-p1/src/f90 > > make[2]: Entering directory `/usr/src/netcdf-3.6.0-p1/src/f90' > ./netcdf_test > example_good.cdl example.cdl differ: byte 881, line 37 > *** Failure *** > *** example_good.cdl 2000-04-06 03:33:14.000000000 +0800 > --- example.cdl 2005-05-01 16:56:43.000000000 +0800 > *************** > *** 34,43 **** > 953, 954, 955, > 956, 957, 958, > 959, 960, 961, > ! 962, 963, 964, > ! 965, 966, 967, > ! 968, 969, 970, > ! 971, 972, 973 ; > > lat = -90, -87.5, -85, -82.5 ; > > --- 34,43 ---- > 953, 954, 955, > 956, 957, 958, > 959, 960, 961, > ! 950, 951, 952, > ! 953, 954, 955, > ! 956, 957, 958, > ! 959, 960, 961 ; > > lat = -90, -87.5, -85, -82.5 ; > > make[2]: Leaving directory `/usr/src/netcdf-3.6.0-p1/src/f90' > make[1]: Leaving directory `/usr/src/netcdf-3.6.0-p1/src' > This is caused by a bug in your version of the Portland Group fortran compiler. Get the patch from PG, or update to the latest version, and them do a "make clean test" in the netcdf directory to rebuild and retest it. Good luck! Ed -- Ed Hartnett -- address@hidden