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

Re: User getting error from netCDF prog



>Date: Tue, 16 Mar 1999 16:13:53 -0700 (MST)
>From: Juliana Rew <address@hidden>
>To: address@hidden
>Subject: User getting error from netCDF prog

Hi,

> Any idea what would cause the following? (On winterpark, which is
> an SGI, you can increase your stacksize limit, which the warning
> seems to complain about. I don't know if this is related to the
> other type warning from netCDF, though...)
> 
> Could the type warning be a matter of the user neglecting to declare a
> 
>       CHARACTER*80 FUNCTION NF_STRERROR (INTEGER NCERR)
> 
> and
> 
>       INCLUDE 'netcdf.inc'
> 
> properly in his code?

That would be exactly my guess.

> Thanks,
> --Juli
> ---------------------------------------------------------------------
> From address@hidden Tue Mar 16 13:06:29 1999
> Date: Tue, 16 Mar 1999 13:06:26 -0700 (MST)
> From: Dennis Shea <address@hidden>
> Subject: winterpark error messages
> To: address@hidden
>
> Here is the message:
> 
> 1676 winterpark:ncep% f77 readncep-6hrly.f -L/usr/local/lib_mips4_r4 -lnetcdf
> "readncep-6hrly.f", line 246: warning(2198): function's type conflicts with
>           specification in a previous routine
>            print *, nf_strerror(status)                                    
>                     ^
> 
> "readncep-6hrly.f": Warning: Stack frame size (92901520) larger than system 
> limit (67108864)