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

Re: Do you know what these errors mean?



>To: address@hidden
>From: Dierk Polzin <address@hidden>
>Subject: Re: 20011220: subject
>Organization: Univ. of Wisc.
>Keywords: 

Dierk,

> My IBIS code is generating these errors..
> Do you have clue as to what these are about..
> 
> 
> io.f:5267: (continued):
>          >        NF_NOWRITE,     ! '
>                   2
> Invalid declaration of or reference to symbol `nf_nowrite' at (2) 
> [initially seen at (1)]
> netcdf.inc:106:
>           integer nf_noerr
>                   1
> io.f:5268: (continued):
>          >        NF_NOERR,       ! '
>                   2
> Invalid declaration of or reference to symbol `nf_noerr' at (2) 
> [initially seen at (1)]
> netcdf.inc:541:
>           integer         nf_inq_varid
>                           1
> io.f:5269: (continued):
>          >        NF_INQ_VARID,   ! '
>                   2
> Invalid declaration of or reference to symbol `nf_inq_varid' at (2) 
> [initially seen at (1)]
> netcdf.inc:431:

No, sorry, I haven't seen an error like that before.  Maybe some
declaration in your program conflicts with a declaration in the
included file netcdf.inc.

--Russ