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.
I notice that the file
netcdf_expanded.f90
contains this function:
function nf90_get_var_1D_TwoByteInt(ncid, varid, values, start, count,
stride, map)
since the last 4 argument appears to be optional you can (I think) call it as
nf90_get_var_1d_TwoByteInt(ncid,varid,values)
to read the whole variable.
Note also that there are version ..._2D_... up thru ..._7D_...
You try this function.
=Dennis Heimbigner
Unidata
Ticket Details
===================
Ticket ID: YYH-497732
Department: Support netCDF
Priority: Normal
Status: Closed