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

[netCDF #YFU-289009]: NetCDF intel APple (darwin 9.3 i386)



Hi Helen,

>   In file nc_rads_subset.f90:182
>
>     status = nf90_get_var(ncidIn, VarId, time, start=strt, count=cnt)
>              1
> Error: There is no specific function for the generic 'nf90_get_var' at
> (1)

I suspect one or both of the array variables strt or cnt are not declared to
be of type INTEGER.  In order to find the right overloaded function from
all the functions with different type signatures that are named nf90_get_var,
the types must match those of one of the compiled functions.

--Russ

Russ Rew                                         UCAR Unidata Program
address@hidden                     http://www.unidata.ucar.edu



Ticket Details
===================
Ticket ID: YFU-289009
Department: Support netCDF
Priority: Normal
Status: Closed