This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
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