Where NC comes from
Unidata at UCAR released NetCDF in 1989, building on NASA's Common Data Format, so that atmospheric researchers could exchange gridded data without writing a reader per producer. The classic CDF-1 format gained a 64-bit-offset variant (CDF-2) for larger files, and NetCDF-4 in 2008 changed tack entirely by storing data in HDF5 while keeping the NetCDF API. The Climate and Forecast (CF) metadata conventions layered on top are what make files from different institutions genuinely interoperable, and NetCDF underpins the CMIP climate model archives.