1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
|
netcdf >> NetCDF interface
High-level functions
nccreate
ncdisp
ncinfo
ncreadatt
ncread
ncwriteatt
ncwrite
ncwriteschema
Low-level functions (Deprecated)
netcdf_getConstant
netcdf_getConstantNames
netcdf_inqLibVers
netcdf_setDefaultFormat
netcdf_setChunkCache
netcdf_getChunkCache
netcdf_create
netcdf_open
netcdf_abort
netcdf_sync
netcdf_setFill
netcdf_inq
netcdf_inqUnlimDims
netcdf_inqFormat
netcdf_defDim
netcdf_renameDim
netcdf_defVar
netcdf_renameVar
netcdf_defVarFill
netcdf_inqVarFill
netcdf_defVarDeflate
netcdf_inqVarDeflate
netcdf_defVarChunking
netcdf_inqVarChunking
netcdf_defVarFletcher32
netcdf_inqVarFletcher32
netcdf_endDef
netcdf_reDef
netcdf_putVar
netcdf_getVar
netcdf_close
netcdf_inqAttName
netcdf_inqAttID
netcdf_inqAtt
netcdf_getAtt
netcdf_putAtt
netcdf_copyAtt
netcdf_renameAtt
netcdf_delAtt
netcdf_inqVarID
netcdf_inqVarIDs
netcdf_inqVar
netcdf_inqDim
netcdf_inqDimID
netcdf_inqDimIDs
netcdf_defGrp
netcdf_inqGrps
netcdf_inqGrpName
netcdf_inqGrpNameFull
netcdf_inqGrpParent
netcdf_inqGrpFullNcid
netcdf_inqNcid
netcdf_defVlen
netcdf_inqUserType
netcdf_inqVlen
Low-level functions
netcdf.getConstant
netcdf.getConstantNames
netcdf.inqLibVers
netcdf.setDefaultFormat
netcdf.setChunkCache
netcdf.getChunkCache
netcdf.create
netcdf.open
netcdf.abort
netcdf.sync
netcdf.setFill
netcdf.inq
netcdf.inqUnlimDims
netcdf.inqFormat
netcdf.defDim
netcdf.renameDim
netcdf.defVar
netcdf.renameVar
netcdf.defVarFill
netcdf.inqVarFill
netcdf.defVarDeflate
netcdf.inqVarDeflate
netcdf.defVarChunking
netcdf.inqVarChunking
netcdf.defVarFletcher32
netcdf.inqVarFletcher32
netcdf.endDef
netcdf.reDef
netcdf.putVar
netcdf.getVar
netcdf.close
netcdf.inqAttName
netcdf.inqAttID
netcdf.inqAtt
netcdf.getAtt
netcdf.putAtt
netcdf.copyAtt
netcdf.renameAtt
netcdf.delAtt
netcdf.inqVarID
netcdf.inqVarIDs
netcdf.inqVar
netcdf.inqDim
netcdf.inqDimID
netcdf.inqDimIDs
netcdf.defGrp
netcdf.inqGrps
netcdf.inqGrpName
netcdf.inqGrpNameFull
netcdf.inqGrpParent
netcdf.inqGrpFullNcid
netcdf.inqNcid
netcdf.defVlen
netcdf.inqUserType
netcdf.inqVlen
Import functions (Deprecated)
import_netcdf
Test function
test_netcdf
|