netcdf >> NetCDF interface
High-level functions
 nccreate     
 ncdisp       
 ncinfo       
 ncreadatt    
 ncread       
 ncwriteatt   
 ncwrite      
 ncwriteschema
Low-level functions
#! Library Functions
 netcdf.setDefaultFormat
 netcdf.inqLibVers
 netcdf.setChunkCache
 netcdf.getChunkCache
#! File Operations
 netcdf.create
 netcdf.open
 netcdf.abort
 netcdf.sync
 netcdf.endDef
 netcdf.inq
 netcdf.inqFormat
 netcdf.inqUnlimDims
 netcdf.inqGrps
 netcdf.reDef
 netcdf.setFill
 netcdf.close
#! Dimensions
 netcdf.defDim
 netcdf.renameDim
 netcdf.inqDim
 netcdf.inqDimID
#! Groups
 netcdf.defGrp
 netcdf.inqGrpName
 netcdf.inqGrpNameFull
 netcdf.inqGrpParent
 netcdf.inqGrpFullNcid
 netcdf.inqNcid
 netcdf.inqVarIDs
 netcdf.inqDimIDs
#! Variables
 netcdf.defVar
 netcdf.renameVar
 netcdf.defVarFill
 netcdf.inqVarFill
 netcdf.defVarDeflate
 netcdf.inqVarDeflate
 netcdf.defVarChunking
 netcdf.inqVarChunking
 netcdf.defVarFletcher32
 netcdf.inqVarFletcher32
 netcdf.putVar
 netcdf.getVar
 netcdf.inqVarID
 netcdf.inqVar
#! Attributes
 netcdf.inqAttName
 netcdf.inqAttID
 netcdf.inqAtt
 netcdf.getAtt
 netcdf.putAtt
 netcdf.copyAtt
 netcdf.renameAtt
 netcdf.delAtt
#! User-Defined Types
 netcdf.defVlen
 netcdf.inqUserType
 netcdf.inqVlen
#! Utilities
 netcdf.getConstant
 netcdf.getConstantNames
Test function
 test_netcdf
