George, >Date: Mon, 27 Sep 1999 14:38:53 -0700 >From: "G_Shayne" <address@hidden> >Organization: Microsoft Corporation >To: "Steve Emmerson" <address@hidden> >Subject: Re: 19990923: NETCDF Build on C90 >Keywords: 199909212014.OAA06054 In the above message, you wrote: > I rebuilt the programs that used the NETCDF routines and ran the script > again. I got the same error again- > > 'NCAPT: : Numeric conversion not representable' What program encountered this error? The configure script? A program of yours? > This is the error that made me look at the NETCDF install output in the > first place. However, I think that the install is OK since no errors are > indicated anywhere. Do you know what causes this error? The error results from attempting to convert a value from one type (e.g. double) to another (e.g. int) in which the value is not representable (e.g. because it's too large). -------- Steve Emmerson <http://www.unidata.ucar.edu>