save_unsigned_typecode ( var,  value_type )
 
NetCDF does not have unsigned integer types.  A NetCDF variable created
 with an unsigned typecode (e.g. B, H, L for uint8, uint16, uint32) actually
 reports having a signed typecode (e.g. b, h, l).  Remember the unsigned type in another variable. 
 |