[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: netCDF3.5 test failure with Cygwin GNU gcc - nctest success (fwd)



>From: "Forsberg, Carl Fredrik" <address@hidden>
>Subject: netCDF3.5 test failure with Cygwin GNU gcc
>Organization: Norwegian Polar Institute
>Keywords: 200104191239.f3JCd8L09299 netCDF make test

------- Forwarded Message

Date:    Thu, 19 Apr 2001 21:59:55 +0200
From:    "Forsberg, Carl Fredrik" <address@hidden>
To:      Russ Rew <address@hidden>
Subject: RE: netCDF3.5 test failure with Cygwin GNU gcc - nctest success 

Hi, thanks for your prompt reply.

I have now tried the ncdumps.  The only difference between the files was on
line 1 (original file name).

Whatever the difference is between the original files seems to be resolved
by ncdump.

###### commands and responses
$ ncdump test_nc.sav>test1.cdl
$ ncdump test.nc>test2.cdl
$ diff -c test1.cdl test2.cdl

*** test1.cdl   Thu Apr 19 21:39:02 2001
--- test2.cdl   Thu Apr 19 21:33:46 2001
***************
*** 1,4 ****
! netcdf test_nc {
  dimensions:
        record = UNLIMITED ; // (8 currently)
        ixx = 7 ;
--- 1,4 ----
! netcdf test {
  dimensions:
        record = UNLIMITED ; // (8 currently)
        ixx = 7 ;

##### line 1 in test1.cdl (from test_nc.sav)
netcdf test_nc {
##### line 1 in test2.cdl (from test.nc)
netcdf test {

Carl

------- End of Forwarded Message