*** /upc/netcdf/src/fortran/netcdf.inc Wed Jun 4 08:40:10 1997 --- netcdf.inc Mon Aug 4 13:28:45 1997 *************** *** 1188,1236 **** ! ! No Error ! PARAMETER(NCNOERR = 0) ! Not a netcdf id ! PARAMETER(NCEBADID = 1) ! Too many netcdfs open ! PARAMETER(NCENFILE = 2) ! netcdf file exists && NCNOCLOB ! PARAMETER(NCEEXIST = 3) ! Invalid Argument ! PARAMETER(NCEINVAL = 4) ! Write to read only ! PARAMETER(NCEPERM = 5) ! Operation not allowed in data mode ! PARAMETER(NCENOTIN = 6) ! Operation not allowed in define mode ! PARAMETER(NCEINDEF = 7) ! Coordinates out of Domain ! PARAMETER(NCECOORD = 8) ! MAXNCDIMS exceeded ! PARAMETER(NCEMAXDS = 9) ! String match to name in use ! PARAMETER(NCENAME = 10) ! Attribute not found ! PARAMETER(NCENOATT = 11) ! MAXNCATTRS exceeded ! PARAMETER(NCEMAXAT = 12) ! Not a netcdf data type ! PARAMETER(NCEBADTY = 13) ! Invalid dimension id ! PARAMETER(NCEBADD = 14) ! NCUNLIMITED in the wrong index ! PARAMETER(NCEUNLIM = 15) ! MAXNCVARS exceeded ! PARAMETER(NCEMAXVS = 16) ! Variable not found ! PARAMETER(NCENOTVR = 17) ! Action prohibited on NCGLOBAL varid ! PARAMETER(NCEGLOB = 18) ! Not a netcdf file ! PARAMETER(NCENOTNC = 19) ! PARAMETER(NCESTS = 20) ! PARAMETER (NCENTOOL = 21) PARAMETER(NCFOOBAR = 32) ! PARAMETER(NCSYSERR = -1) ! ! Global options variable. Used to determine behavior of error handler. --- 1188,1236 ---- ! ! No Error ! PARAMETER(NCNOERR = NF_NOERR) ! Not a netcdf id ! PARAMETER(NCEBADID = NF_EBADID) ! Too many netcdfs open ! PARAMETER(NCENFILE = -31) ! NC_SYSERR ! netcdf file exists && NCNOCLOB ! PARAMETER(NCEEXIST = NF_EEXIST) ! Invalid Argument ! PARAMETER(NCEINVAL = NF_EINVAL) ! Write to read only ! PARAMETER(NCEPERM = NF_EPERM) ! Operation not allowed in data mode ! PARAMETER(NCENOTIN = NF_ENOTINDEFINE ) ! Operation not allowed in define mode ! PARAMETER(NCEINDEF = NF_EINDEFINE) ! Coordinates out of Domain ! PARAMETER(NCECOORD = NF_EINVALCOORDS) ! MAXNCDIMS exceeded ! PARAMETER(NCEMAXDS = NF_EMAXDIMS) ! String match to name in use ! PARAMETER(NCENAME = NF_ENAMEINUSE) ! Attribute not found ! PARAMETER(NCENOATT = NF_ENOTATT) ! MAXNCATTRS exceeded ! PARAMETER(NCEMAXAT = NF_EMAXATTS) ! Not a netcdf data type ! PARAMETER(NCEBADTY = NF_EBADTYPE) ! Invalid dimension id ! PARAMETER(NCEBADD = NF_EBADDIM) ! NCUNLIMITED in the wrong index ! PARAMETER(NCEUNLIM = NF_EUNLIMPOS) ! MAXNCVARS exceeded ! PARAMETER(NCEMAXVS = NF_EMAXVARS) ! Variable not found ! PARAMETER(NCENOTVR = NF_ENOTVAR) ! Action prohibited on NCGLOBAL varid ! PARAMETER(NCEGLOB = NF_EGLOBAL) ! Not a netcdf file ! PARAMETER(NCENOTNC = NF_ENOTNC) ! PARAMETER(NCESTS = NF_ESTS) ! PARAMETER (NCENTOOL = NF_EMAXNAME) PARAMETER(NCFOOBAR = 32) ! PARAMETER(NCSYSERR = -31) ! ! Global options variable. Used to determine behavior of error handler.