nc_inquire_recdimΒΆ

nc_inquire_recdim returns the ID number of the record variable in a nc file.

recdim = nc_inquire_recdim(ncid)

Return Value

If the function succeeds, the return value is the ID of the record variable. If the function fails, the return value is -1.

Parameters

ncid

Identifies the nc file.

id-1161116