实例介绍
netcdf库,版本为4.3.3.1,适用于Linux64位环境(32位未知)
【实例截图】
【核心代码】
4744302543345650418.gz
└── netcdf-4.3.3.1
├── acinclude.m4
├── aclocal.m4
├── cmake
│ ├── ConfigUser.cmake
│ └── modules
│ ├── FindHDF4.cmake
│ ├── FindMakeDist.cmake
│ ├── FindSZIP.cmake
│ ├── FindXDR.cmake
│ ├── FindZLIB.cmake
│ └── windows
│ └── FindHDF5.cmake
├── CMakeInstallation.cmake
├── CMakeLists.txt
├── cmake_uninstall.cmake.in
├── compile
├── COMPILE.cmake.txt
├── config.guess
├── config.h.cmake.in
├── config.h.in
├── config.sub
├── configure
├── configure.ac
├── COPYRIGHT
├── CTestConfig.cmake.in
├── CTestCustom.cmake
├── depcomp
├── docs
│ ├── all-error-codes.md
│ ├── architecture.dox
│ ├── building-with-cmake.md
│ ├── cdl.dox
│ ├── cmake_faq.md
│ ├── CMakeLists.txt
│ ├── credits.md
│ ├── dispatch.dox
│ ├── Doxyfile.in
│ ├── DoxygenLayout.xml
│ ├── footer.html
│ ├── groups.dox
│ ├── guide.dox
│ ├── images
│ │ ├── aqua.jpg
│ │ ├── chunking2.png
│ │ ├── compatibility3.png
│ │ ├── compression.png
│ │ ├── deptree.jpg
│ │ ├── groups.png
│ │ ├── InstallTreeWindows.png
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── nc4-model.png
│ │ ├── ncatts.png
│ │ ├── nc-classic-uml.png
│ │ ├── nccoords.png
│ │ ├── ncfile.png
│ │ ├── netcdf_architecture.png
│ │ ├── pnetcdf.png
│ │ └── terra.jpg
│ ├── install.dox
│ ├── install-fortran.md
│ ├── install.md
│ ├── internal.dox
│ ├── mainpage.dox
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── netcdf.m4
│ ├── notes.dox
│ ├── tutorial.dox
│ ├── types.dox
│ └── windows-binaries.md
├── examples
│ ├── C
│ │ ├── CMakeLists.txt
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── pres_temp_4D_rd.c
│ │ ├── pres_temp_4D_wr.c
│ │ ├── run_nc4_valgrind_tests.sh
│ │ ├── run_valgrind_tests.sh
│ │ ├── sfc_pres_temp_rd.c
│ │ ├── sfc_pres_temp_wr.c
│ │ ├── simple_nc4_rd.c
│ │ ├── simple_nc4_wr.c
│ │ ├── simple_xy_nc4_rd.c
│ │ ├── simple_xy_nc4_wr.c
│ │ ├── simple_xy_rd.c
│ │ └── simple_xy_wr.c
│ ├── CDL
│ │ ├── CMakeLists.txt
│ │ ├── create_sample_files.sh
│ │ ├── do_comps.sh
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── pres_temp_4D.cdl
│ │ ├── sfc_pres_temp.cdl
│ │ └── simple_xy.cdl
│ ├── CMakeLists.txt
│ ├── Makefile.am
│ └── Makefile.in
├── FixBundle.cmake.in
├── h5_test
│ ├── CMakeLists.txt
│ ├── h5_err_macros.h
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── ref_tst_compounds.nc
│ ├── ref_tst_h_compounds2.h5
│ ├── ref_tst_h_compounds.h5
│ ├── run_par_tests.sh
│ ├── run_valgrind_tests.sh
│ ├── tst_h_atts3.c
│ ├── tst_h_atts4.c
│ ├── tst_h_atts.c
│ ├── tst_h_compounds2.c
│ ├── tst_h_compounds.c
│ ├── tst_h_dimscales1.c
│ ├── tst_h_dimscales2.c
│ ├── tst_h_dimscales3.c
│ ├── tst_h_dimscales4.c
│ ├── tst_h_dimscales.c
│ ├── tst_h_enums.c
│ ├── tst_h_files2.c
│ ├── tst_h_files4.c
│ ├── tst_h_files.c
│ ├── tst_h_grps.c
│ ├── tst_h_ints.c
│ ├── tst_h_mem.c
│ ├── tst_h_opaques.c
│ ├── tst_h_par.c
│ ├── tst_h_rd_cmp.c
│ ├── tst_h_strings1.c
│ ├── tst_h_strings2.c
│ ├── tst_h_strings.c
│ ├── tst_h_vars2.c
│ ├── tst_h_vars3.c
│ ├── tst_h_vars.c
│ ├── tst_h_vl.c
│ └── tst_h_wrt_cmp.c
├── include
│ ├── ceconstraints.h
│ ├── CMakeLists.txt
│ ├── err_macros.h
│ ├── fbits.h
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── nc3dispatch.h
│ ├── nc3internal.h
│ ├── nc4internal.h
│ ├── ncaux.h
│ ├── ncbytes.h
│ ├── ncconfigure.h
│ ├── ncdimscale.h
│ ├── ncdispatch.h
│ ├── nc.h
│ ├── nchashmap.h
│ ├── nclist.h
│ ├── nc_logging.h
│ ├── nclog.h
│ ├── nc_tests.h
│ ├── nctime.h
│ ├── ncuri.h
│ ├── netcdf_f.h
│ ├── netcdf.h
│ ├── netcdf_meta.h
│ ├── netcdf_meta.h.in
│ ├── netcdf_par.h
│ ├── onstack.h
│ ├── rnd.h
│ ├── utf8proc.h
│ └── XGetopt.h
├── INSTALL
├── INSTALL.cmake
├── install-sh
├── libdap2
│ ├── cache.c
│ ├── cdf.c
│ ├── CMakeLists.txt
│ ├── constraints.c
│ ├── constraints.h
│ ├── dapalign.c
│ ├── dapalign.h
│ ├── dapattr.c
│ ├── dapcvt.c
│ ├── dapdebug.c
│ ├── dapdebug.h
│ ├── dapdump.c
│ ├── dapdump.h
│ ├── dapnc.h
│ ├── dapodom.c
│ ├── dapodom.h
│ ├── daputil.c
│ ├── daputil.h
│ ├── dceconstraints.c
│ ├── dceconstraints.h
│ ├── dcelex.c
│ ├── dceparse.c
│ ├── dceparselex.h
│ ├── dcetab.c
│ ├── dcetab.h
│ ├── dce.y
│ ├── getvara.c
│ ├── getvara.h
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── nccommon.h
│ ├── ncd2dispatch.c
│ ├── ncd2dispatch.h
│ ├── ncdaperr.c
│ └── ncdap.h
├── libdispatch
│ ├── CMakeLists.txt
│ ├── datt.c
│ ├── dattget.c
│ ├── dattinq.c
│ ├── dattput.c
│ ├── dcompound.c
│ ├── dcopy.c
│ ├── ddim.c
│ ├── ddispatch.c
│ ├── denum.c
│ ├── derror.c
│ ├── dfile.c
│ ├── dgroup.c
│ ├── dopaque.c
│ ├── dparallel.c
│ ├── dstring.c
│ ├── dsubstrate.c
│ ├── dtype.c
│ ├── dutf8proc.c
│ ├── dv2i.c
│ ├── dvar.c
│ ├── dvarget.c
│ ├── dvarinq.c
│ ├── dvarput.c
│ ├── dvlen.c
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── ncaux.c
│ ├── ncbytes.c
│ ├── nc.c
│ ├── nchashmap.c
│ ├── nclist.c
│ ├── nclistmgr.c
│ ├── nclog.c
│ ├── ncsettings.hdr
│ ├── nctime.c
│ ├── ncuri.c
│ └── utf8proc_data.h
├── lib_flags.am
├── liblib
│ ├── CMakeLists.txt
│ ├── Makefile.am
│ ├── Makefile.in
│ └── stub.c
├── libnetcdf.settings.in
├── libsrc
│ ├── attr.c
│ ├── attr.m4
│ ├── CMakeLists.txt
│ ├── dim.c
│ ├── ffio.c
│ ├── lookup3.c
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── memio.c
│ ├── mmapio.c
│ ├── nc3dispatch.c
│ ├── nc3internal.c
│ ├── ncio.c
│ ├── ncio.h
│ ├── ncx.c
│ ├── ncx.h
│ ├── ncx.m4
│ ├── netcdf.3
│ ├── posixio.c
│ ├── pstdint.h
│ ├── putget.c
│ ├── putget.m4
│ ├── v1hpg.c
│ ├── var.c
│ └── XGetopt.c
├── libsrc4
│ ├── CMakeLists.txt
│ ├── error4.c
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── nc4attr.c
│ ├── nc4dim.c
│ ├── nc4dispatch.c
│ ├── nc4dispatch.h
│ ├── nc4file.c
│ ├── nc4grp.c
│ ├── nc4hdf.c
│ ├── nc4internal.c
│ ├── nc4type.c
│ ├── nc4var.c
│ └── ncfunc.c
├── libsrc5
│ ├── CMakeLists.txt
│ ├── Makefile.am
│ ├── Makefile.in
│ └── nc5dispatch.c
├── ltmain.sh
├── m4
│ ├── libtool.m4
│ ├── lt~obsolete.m4
│ ├── ltoptions.m4
│ ├── ltsugar.m4
│ └── ltversion.m4
├── Makefile.am
├── Makefile.in
├── missing
├── nc-config.cmake.in
├── nc-config.in
├── ncdap_test
│ ├── CMakeLists.txt
│ ├── expected3
│ │ ├── 123bears.nc.dmp
│ │ ├── 123.nc.dmp
│ │ ├── 1990-S1700101.HDF.WVC_Lat.dmp
│ │ ├── 1998-6-avhrr.dat.dmp
│ │ ├── b31a.dmp
│ │ ├── b31.dmp
│ │ ├── bears.nc.dmp
│ │ ├── ber-2002-10-01.nc.dmp
│ │ ├── ceopL2AIRS2-2.nc.dmp
│ │ ├── CMakeLists.txt
│ │ ├── coads_climatology2.nc.dmp
│ │ ├── D1.dmp
│ │ ├── data.nc.dmp
│ │ ├── Drifters.dmp
│ │ ├── EOSDB.dmp
│ │ ├── fnoc1.nc.dmp
│ │ ├── in1.nc.dmp
│ │ ├── in_2.nc.dmp
│ │ ├── ingrid.dmp
│ │ ├── in.nc.dmp
│ │ ├── in_no_three_double_dmn.nc.dmp
│ │ ├── in_v.nc.dmp
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── nestedDAS.dmp
│ │ ├── NestedSeq2.dmp
│ │ ├── NestedSeq.dmp
│ │ ├── OverideExample.dmp
│ │ ├── pbug0001b.dmp
│ │ ├── saco1.nc.dmp
│ │ ├── SimpleDrdsExample.dmp
│ │ ├── synth10.dmp
│ │ ├── synth1.dmp
│ │ ├── synth2.dmp
│ │ ├── synth3.dmp
│ │ ├── synth4.dmp
│ │ ├── synth5.dmp
│ │ ├── synth6.dmp
│ │ ├── synth7.dmp
│ │ ├── synth8.dmp
│ │ ├── synth9.dmp
│ │ ├── test.01.dmp
│ │ ├── test.02.dmp
│ │ ├── test.03.dmp
│ │ ├── test.04.dmp
│ │ ├── test.05.dmp
│ │ ├── test.06a.dmp
│ │ ├── test.07a.dmp
│ │ ├── test.07.dmp
│ │ ├── test.21.dmp
│ │ ├── test.22.dmp
│ │ ├── test.23.dmp
│ │ ├── test.31.dmp
│ │ ├── test.50.dmp
│ │ ├── test.53.dmp
│ │ ├── test.55.dmp
│ │ ├── test.56.dmp
│ │ ├── test.57.dmp
│ │ ├── test.66.dmp
│ │ ├── test.67.dmp
│ │ ├── test.68.dmp
│ │ ├── test.69.dmp
│ │ ├── test.an1.dmp
│ │ ├── testData.nc.dmp
│ │ ├── test.dfp1.dmp
│ │ ├── test.dfr1.dmp
│ │ ├── test.dfr2.dmp
│ │ ├── test.dfr3.dmp
│ │ ├── test.gr1.dmp
│ │ ├── test.gr2.dmp
│ │ ├── test.gr3.dmp
│ │ ├── test.gr4.dmp
│ │ ├── test.gr5.dmp
│ │ ├── test.nc.dmp
│ │ ├── test.PointFile.dmp
│ │ ├── test.sds1.dmp
│ │ ├── test.sds2.dmp
│ │ ├── test.sds3.dmp
│ │ ├── test.sds4.dmp
│ │ ├── test.sds5.dmp
│ │ ├── test.sds6.dmp
│ │ ├── test.sds7.dmp
│ │ ├── test.vs1.dmp
│ │ ├── test.vs2.dmp
│ │ ├── test.vs3.dmp
│ │ ├── test.vs4.dmp
│ │ ├── test.vs5.dmp
│ │ ├── text.nc.dmp
│ │ └── whoi.dmp
│ ├── expected4
│ │ ├── 123bears.nc.dmp
│ │ ├── 123.nc.dmp
│ │ ├── 1990-S1700101.HDF.WVC_Lat.dmp
│ │ ├── 1998-6-avhrr.dat.dmp
│ │ ├── b31a.dmp
│ │ ├── b31.dmp
│ │ ├── bears.nc.dmp
│ │ ├── ber-2002-10-01.nc.dmp
│ │ ├── ceopL2AIRS2-2.nc.dmp
│ │ ├── CMakeLists.txt
│ │ ├── D1.dmp
│ │ ├── data.nc.dmp
│ │ ├── Drifters.dmp
│ │ ├── EOSDB.dmp
│ │ ├── fnoc1.nc.dmp
│ │ ├── in1.nc.dmp
│ │ ├── in_2.nc.dmp
│ │ ├── ingrid.dmp
│ │ ├── in.nc.dmp
│ │ ├── in_no_three_double_dmn.nc.dmp
│ │ ├── in_v.nc.dmp
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── nestedDAS.dmp
│ │ ├── NestedSeq2.dmp
│ │ ├── NestedSeq.dmp
│ │ ├── OverideExample.dmp
│ │ ├── pbug0001b.dmp
│ │ ├── saco1.nc.dmp
│ │ ├── SimpleDrdsExample.dmp
│ │ ├── synth1.dmp
│ │ ├── synth2.dmp
│ │ ├── synth3.dmp
│ │ ├── synth4.dmp
│ │ ├── synth5.dmp
│ │ ├── synth6.dmp
│ │ ├── synth7.dmp
│ │ ├── synth8.dmp
│ │ ├── test.01.dmp
│ │ ├── test.02.dmp
│ │ ├── test.03.dmp
│ │ ├── test.04.dmp
│ │ ├── test.05.dmp
│ │ ├── test.06a.dmp
│ │ ├── test.07a.dmp
│ │ ├── test.07.dmp
│ │ ├── test.21.dmp
│ │ ├── test.22.dmp
│ │ ├── test.23.dmp
│ │ ├── test.31.dmp
│ │ ├── test.50.dmp
│ │ ├── test.53.dmp
│ │ ├── test.55.dmp
│ │ ├── test.56.dmp
│ │ ├── test.57.dmp
│ │ ├── test.66.dmp
│ │ ├── test.67.dmp
│ │ ├── test.68.dmp
│ │ ├── test.69.dmp
│ │ ├── test.an1.dmp
│ │ ├── test.dfp1.dmp
│ │ ├── test.dfr1.dmp
│ │ ├── test.dfr2.dmp
│ │ ├── test.dfr3.dmp
│ │ ├── test.gr1.dmp
│ │ ├── test.gr2.dmp
│ │ ├── test.gr3.dmp
│ │ ├── test.gr4.dmp
│ │ ├── test.gr5.dmp
│ │ ├── test.nc.dmp
│ │ ├── test.PointFile.dmp
│ │ ├── test.sds1.dmp
│ │ ├── test.sds2.dmp
│ │ ├── test.sds3.dmp
│ │ ├── test.sds4.dmp
│ │ ├── test.sds5.dmp
│ │ ├── test.sds6.dmp
│ │ ├── test.sds7.dmp
│ │ ├── test.vs1.dmp
│ │ ├── test.vs2.dmp
│ │ ├── test.vs3.dmp
│ │ ├── test.vs4.dmp
│ │ ├── test.vs5.dmp
│ │ ├── text.nc.dmp
│ │ └── whoi.dmp
│ ├── expectremote3
│ │ ├── b31a.dmp
│ │ ├── b31.dmp
│ │ ├── CMakeLists.txt
│ │ ├── D1.dmp
│ │ ├── Drifters.dmp
│ │ ├── EOSDB.dmp
│ │ ├── GLOBEC_cetaceans.1.dmp
│ │ ├── GLOBEC_cetaceans.2.dmp
│ │ ├── ingrid.dmp
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── nestedDAS.dmp
│ │ ├── NestedSeq2.dmp
│ │ ├── NestedSeq.dmp
│ │ ├── OverideExample.dmp
│ │ ├── SimpleDrdsExample.dmp
│ │ ├── Surface_METAR_20120101_0000.nc.1.dmp
│ │ ├── test.01.1.dmp
│ │ ├── test.01.dmp
│ │ ├── test.02.1.dmp
│ │ ├── test.02.dmp
│ │ ├── test.03.1.dmp
│ │ ├── test.03.2.dmp
│ │ ├── test.03.dmp
│ │ ├── test.04.1.dmp
│ │ ├── test.04.dmp
│ │ ├── test.05.1.dmp
│ │ ├── test.05.dmp
│ │ ├── test.06.1.dmp
│ │ ├── test.06a.dmp
│ │ ├── test.06.dmp
│ │ ├── test.07.1.dmp
│ │ ├── test.07.3.dmp
│ │ ├── test.07.4.dmp
│ │ ├── test.07a.dmp
│ │ ├── test.07.dmp
│ │ ├── test.21.dmp
│ │ ├── test.22.dmp
│ │ ├── test.23.dmp
│ │ ├── test.31.dmp
│ │ ├── test.50.dmp
│ │ ├── test.53.dmp
│ │ ├── test.55.dmp
│ │ ├── test.56.dmp
│ │ ├── test.57.dmp
│ │ ├── test.66.dmp
│ │ ├── test.67.dmp
│ │ ├── test.68.dmp
│ │ ├── test.69.dmp
│ │ ├── test.an1.dmp
│ │ ├── test.dfp1.dmp
│ │ ├── test.gr1.dmp
│ │ ├── test.gr2.dmp
│ │ ├── test.gr3.dmp
│ │ ├── test.gr4.dmp
│ │ ├── test.gr5.dmp
│ │ ├── test.nc.dmp
│ │ ├── test.sds1.dmp
│ │ ├── test.sds2.dmp
│ │ ├── test.sds3.dmp
│ │ ├── test.sds4.dmp
│ │ ├── test.sds5.dmp
│ │ ├── test.vs1.dmp
│ │ ├── test.vs2.dmp
│ │ ├── test.vs3.dmp
│ │ ├── test.vs4.dmp
│ │ ├── test.vs5.dmp
│ │ └── whoi.dmp
│ ├── expectremote4
│ │ ├── b31a.dmp
│ │ ├── b31.dmp
│ │ ├── CMakeLists.txt
│ │ ├── D1.dmp
│ │ ├── Drifters.dmp
│ │ ├── EOSDB.dmp
│ │ ├── GLOBEC_cetaceans.1.dmp
│ │ ├── GLOBEC_cetaceans.2.dmp
│ │ ├── ingrid.dmp
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── nestedDAS.dmp
│ │ ├── NestedSeq2.dmp
│ │ ├── NestedSeq.dmp
│ │ ├── OverideExample.dmp
│ │ ├── SimpleDrdsExample.dmp
│ │ ├── test.01.1.dmp
│ │ ├── test.01.dmp
│ │ ├── test.02.1.dmp
│ │ ├── test.02.dmp
│ │ ├── test.03.1.dmp
│ │ ├── test.03.2.dmp
│ │ ├── test.03.dmp
│ │ ├── test.04.1.dmp
│ │ ├── test.04.dmp
│ │ ├── test.05.1.dmp
│ │ ├── test.05.dmp
│ │ ├── test.06.1.dmp
│ │ ├── test.06a.dmp
│ │ ├── test.07.1.dmp
│ │ ├── test.07.3.dmp
│ │ ├── test.07.4.dmp
│ │ ├── test.07a.dmp
│ │ ├── test.07.dmp
│ │ ├── test.21.dmp
│ │ ├── test.22.dmp
│ │ ├── test.23.dmp
│ │ ├── test.31.dmp
│ │ ├── test.50.dmp
│ │ ├── test.53.dmp
│ │ ├── test.55.dmp
│ │ ├── test.56.dmp
│ │ ├── test.57.dmp
│ │ ├── test.66.dmp
│ │ ├── test.67.dmp
│ │ ├── test.68.dmp
│ │ ├── test.69.dmp
│ │ ├── test.an1.dmp
│ │ ├── test.dfp1.dmp
│ │ ├── test.gr1.dmp
│ │ ├── test.gr2.dmp
│ │ ├── test.gr3.dmp
│ │ ├── test.gr4.dmp
│ │ ├── test.gr5.dmp
│ │ ├── test.sds1.dmp
│ │ ├── test.sds2.dmp
│ │ ├── test.sds3.dmp
│ │ ├── test.sds4.dmp
│ │ ├── test.sds5.dmp
│ │ ├── test.vs1.dmp
│ │ ├── test.vs2.dmp
│ │ ├── test.vs3.dmp
│ │ ├── test.vs4.dmp
│ │ ├── test.vs5.dmp
│ │ └── whoi.dmp
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── nctestserver.c
│ ├── t_dap3a.c
│ ├── t_dap.c
│ ├── testauth.sh
│ ├── test_cvt.c
│ ├── testdata3
│ │ ├── 123bears.nc.das
│ │ ├── 123bears.nc.dds
│ │ ├── 123bears.nc.dods
│ │ ├── 123.nc.das
│ │ ├── 123.nc.dds
│ │ ├── 123.nc.dods
│ │ ├── 1990-S1700101.HDF.WVC_Lat.das
│ │ ├── 1990-S1700101.HDF.WVC_Lat.dds
│ │ ├── 1990-S1700101.HDF.WVC_Lat.dods
│ │ ├── 1998-6-avhrr.dat.das
│ │ ├── 1998-6-avhrr.dat.dds
│ │ ├── 1998-6-avhrr.dat.dods
│ │ ├── b31a.das
│ │ ├── b31a.dds
│ │ ├── b31a.dods
│ │ ├── b31.das
│ │ ├── b31.dds
│ │ ├── b31.dods
│ │ ├── bears.nc.das
│ │ ├── bears.nc.dds
│ │ ├── bears.nc.dods
│ │ ├── ber-2002-10-01.nc.das
│ │ ├── ber-2002-10-01.nc.dds
│ │ ├── ber-2002-10-01.nc.dods
│ │ ├── ceopL2AIRS2-2.nc.das
│ │ ├── ceopL2AIRS2-2.nc.dds
│ │ ├── ceopL2AIRS2-2.nc.dods
│ │ ├── ceopL2AIRS2.nc.das
│ │ ├── ceopL2AIRS2.nc.dds
│ │ ├── ceopL2AIRS2.nc.dods
│ │ ├── CMakeLists.txt
│ │ ├── D1.das
│ │ ├── D1.dds
│ │ ├── D1.dods
│ │ ├── data.nc.das
│ │ ├── data.nc.dds
│ │ ├── data.nc.dods
│ │ ├── Drifters.das
│ │ ├── Drifters.dds
│ │ ├── Drifters.dods
│ │ ├── EOSDB.das
│ │ ├── EOSDB.dds
│ │ ├── EOSDB.dods
│ │ ├── fnoc1.nc.das
│ │ ├── fnoc1.nc.dds
│ │ ├── fnoc1.nc.dods
│ │ ├── in1.nc.das
│ │ ├── in1.nc.dds
│ │ ├── in1.nc.dods
│ │ ├── in_2.nc.das
│ │ ├── in_2.nc.dds
│ │ ├── in_2.nc.dods
│ │ ├── ingrid.das
│ │ ├── ingrid.dds
│ │ ├── ingrid.dods
│ │ ├── in.nc.das
│ │ ├── in.nc.dds
│ │ ├── in.nc.dods
│ │ ├── in_no_three_double_dmn.nc.das
│ │ ├── in_no_three_double_dmn.nc.dds
│ │ ├── in_no_three_double_dmn.nc.dods
│ │ ├── in_v.nc.das
│ │ ├── in_v.nc.dds
│ │ ├── in_v.nc.dods
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── nestedDAS.das
│ │ ├── nestedDAS.dds
│ │ ├── nestedDAS.dods
│ │ ├── NestedSeq2.das
│ │ ├── NestedSeq2.dds
│ │ ├── NestedSeq2.dods
│ │ ├── NestedSeq.das
│ │ ├── NestedSeq.dds
│ │ ├── NestedSeq.dods
│ │ ├── OverideExample.das
│ │ ├── OverideExample.dds
│ │ ├── OverideExample.dods
│ │ ├── pbug0001b.das
│ │ ├── pbug0001b.dds
│ │ ├── pbug0001b.dods
│ │ ├── saco1.nc.das
│ │ ├── saco1.nc.dds
│ │ ├── saco1.nc.dods
│ │ ├── SimpleDrdsExample.das
│ │ ├── SimpleDrdsExample.dds
│ │ ├── SimpleDrdsExample.dods
│ │ ├── synth10.das
│ │ ├── synth10.dds
│ │ ├── synth10.dods
│ │ ├── synth1.das
│ │ ├── synth1.dds
│ │ ├── synth1.dods
│ │ ├── synth2.das
│ │ ├── synth2.dds
│ │ ├── synth2.dods
│ │ ├── synth3.das
│ │ ├── synth3.dds
│ │ ├── synth3.dods
│ │ ├── synth4.das
│ │ ├── synth4.dds
│ │ ├── synth4.dods
│ │ ├── synth5.das
│ │ ├── synth5.dds
│ │ ├── synth5.dods
│ │ ├── synth6.das
│ │ ├── synth6.dds
│ │ ├── synth6.dods
│ │ ├── synth7.das
│ │ ├── synth7.dds
│ │ ├── synth7.dods
│ │ ├── synth8.das
│ │ ├── synth8.dds
│ │ ├── synth8.dods
│ │ ├── synth9.das
│ │ ├── synth9.dds
│ │ ├── synth9.dods
│ │ ├── test.01.das
│ │ ├── test.01.dds
│ │ ├── test.01.dods
│ │ ├── test.02.das
│ │ ├── test.02.dds
│ │ ├── test.02.dods
│ │ ├── test.03.das
│ │ ├── test.03.dds
│ │ ├── test.03.dods
│ │ ├── test.04.das
│ │ ├── test.04.dds
│ │ ├── test.04.dods
│ │ ├── test.05.das
│ │ ├── test.05.dds
│ │ ├── test.05.dods
│ │ ├── test.06a.das
│ │ ├── test.06a.dds
│ │ ├── test.06a.dods
│ │ ├── test.06.das
│ │ ├── test.06.dds
│ │ ├── test.06.dods
│ │ ├── test.07a.das
│ │ ├── test.07a.dds
│ │ ├── test.07a.dods
│ │ ├── test.07.das
│ │ ├── test.07.dds
│ │ ├── test.07.dods
│ │ ├── test.21.das
│ │ ├── test.21.dds
│ │ ├── test.21.dods
│ │ ├── test.22.das
│ │ ├── test.22.dds
│ │ ├── test.22.dods
│ │ ├── test.23.das
│ │ ├── test.23.dds
│ │ ├── test.23.dods
│ │ ├── test.31.das
│ │ ├── test.31.dds
│ │ ├── test.31.dods
│ │ ├── test.32.das
│ │ ├── test.32.dds
│ │ ├── test.32.dods
│ │ ├── test.50.das
│ │ ├── test.50.dds
│ │ ├── test.50.dods
│ │ ├── test.53.das
│ │ ├── test.53.dds
│ │ ├── test.53.dods
│ │ ├── test.55.das
│ │ ├── test.55.dds
│ │ ├── test.55.dods
│ │ ├── test.56.das
│ │ ├── test.56.dds
│ │ ├── test.56.dods
│ │ ├── test.57.das
│ │ ├── test.57.dds
│ │ ├── test.57.dods
│ │ ├── test.66.das
│ │ ├── test.66.dds
│ │ ├── test.66.dods
│ │ ├── test.67.das
│ │ ├── test.67.dds
│ │ ├── test.67.dods
│ │ ├── test.68.das
│ │ ├── test.68.dds
│ │ ├── test.68.dods
│ │ ├── test.69.das
│ │ ├── test.69.dds
│ │ ├── test.69.dods
│ │ ├── test.an1.das
│ │ ├── test.an1.dds
│ │ ├── test.an1.dods
│ │ ├── test.dfp1.das
│ │ ├── test.dfp1.dds
│ │ ├── test.dfp1.dods
│ │ ├── test.dfr1.das
│ │ ├── test.dfr1.dds
│ │ ├── test.dfr1.dods
│ │ ├── test.dfr2.das
│ │ ├── test.dfr2.dds
│ │ ├── test.dfr2.dods
│ │ ├── test.dfr3.das
│ │ ├── test.dfr3.dds
│ │ ├── test.dfr3.dods
│ │ ├── testfile.nc.das
│ │ ├── testfile.nc.dds
│ │ ├── testfile.nc.dods
│ │ ├── test.gr1.das
│ │ ├── test.gr1.dds
│ │ ├── test.gr1.dods
│ │ ├── test.gr2.das
│ │ ├── test.gr2.dds
│ │ ├── test.gr2.dods
│ │ ├── test.gr3.das
│ │ ├── test.gr3.dds
│ │ ├── test.gr3.dods
│ │ ├── test.gr4.das
│ │ ├── test.gr4.dds
│ │ ├── test.gr4.dods
│ │ ├── test.gr5.das
│ │ ├── test.gr5.dds
│ │ ├── test.gr5.dods
│ │ ├── test.nc.das
│ │ ├── test.nc.dds
│ │ ├── test.nc.dods
│ │ ├── test.PointFile.das
│ │ ├── test.PointFile.dds
│ │ ├── test.PointFile.dods
│ │ ├── test.sds1.das
│ │ ├── test.sds1.dds
│ │ ├── test.sds1.dods
│ │ ├── test.sds2.das
│ │ ├── test.sds2.dds
│ │ ├── test.sds2.dods
│ │ ├── test.sds3.das
│ │ ├── test.sds3.dds
│ │ ├── test.sds3.dods
│ │ ├── test.sds4.das
│ │ ├── test.sds4.dds
│ │ ├── test.sds4.dods
│ │ ├── test.sds5.das
│ │ ├── test.sds5.dds
│ │ ├── test.sds5.dods
│ │ ├── test.sds6.das
│ │ ├── test.sds6.dds
│ │ ├── test.sds6.dods
│ │ ├── test.sds7.das
│ │ ├── test.sds7.dds
│ │ ├── test.sds7.dods
│ │ ├── test.SwathFile.das
│ │ ├── test.SwathFile.dds
│ │ ├── test.SwathFile.dods
│ │ ├── test.vs1.das
│ │ ├── test.vs1.dds
│ │ ├── test.vs1.dods
│ │ ├── test.vs2.das
│ │ ├── test.vs2.dds
│ │ ├── test.vs2.dods
│ │ ├── test.vs3.das
│ │ ├── test.vs3.dds
│ │ ├── test.vs3.dods
│ │ ├── test.vs4.das
│ │ ├── test.vs4.dds
│ │ ├── test.vs4.dods
│ │ ├── test.vs5.das
│ │ ├── test.vs5.dds
│ │ ├── test.vs5.dods
│ │ ├── text.nc.das
│ │ ├── text.nc.dds
│ │ ├── text.nc.dods
│ │ ├── whoi.das
│ │ ├── whoi.dds
│ │ └── whoi.dods
│ ├── test_nstride_cached.c
│ ├── test_partvar.c
│ ├── testurl.sh
│ ├── test_vara.c
│ ├── test_varm3.c
│ ├── t_misc.c
│ ├── tst_formatx.sh
│ ├── tst_longremote3.sh
│ ├── tst_longremote4.sh
│ ├── tst_ncdap3.sh
│ ├── tst_ncdap4.sh
│ ├── tst_ncdap.sh
│ ├── tst_ncdap_shared.sh
│ ├── tst_remote3.sh
│ ├── tst_remote4.sh
│ └── tst_remote.sh
├── ncdump
│ ├── bom.c
│ ├── cdl
│ │ ├── bigf1.cdl
│ │ ├── bigf2.cdl
│ │ ├── bigf3.cdl
│ │ ├── bigr1.cdl
│ │ ├── bigr2.cdl
│ │ ├── bigr3.cdl
│ │ ├── c0.cdl
│ │ ├── CMakeLists.txt
│ │ ├── example_good.cdl
│ │ ├── fills.cdl
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── n3time.cdl
│ │ ├── nc_enddef.cdl
│ │ ├── nc_sync.cdl
│ │ ├── pres_temp_4D.cdl
│ │ ├── ref_const_test.cdl
│ │ ├── ref_ctest1_nc4c.cdl
│ │ ├── ref_ctest1_nc4.cdl
│ │ ├── ref_dimscope.cdl
│ │ ├── ref_nctst_64bit_offset.cdl
│ │ ├── ref_nctst.cdl
│ │ ├── ref_nctst_netcdf4.cdl
│ │ ├── ref_nctst_netcdf4_classic.cdl
│ │ ├── ref_niltest.cdl
│ │ ├── ref_solar.cdl
│ │ ├── ref_tst_chardata.cdl
│ │ ├── ref_tst_comp2.cdl
│ │ ├── ref_tst_comp3.cdl
│ │ ├── ref_tst_comp.cdl
│ │ ├── ref_tst_econst.cdl
│ │ ├── ref_tst_enum_data.cdl
│ │ ├── ref_tst_group_data.cdl
│ │ ├── ref_tst_h_scalar.cdl
│ │ ├── ref_tst_long_charconst.cdl
│ │ ├── ref_tst_names.cdl
│ │ ├── ref_tst_nans.cdl
│ │ ├── ref_tst_nul3.cdl
│ │ ├── ref_tst_nul4.cdl
│ │ ├── ref_tst_opaque_data.cdl
│ │ ├── ref_tst_small.cdl
│ │ ├── ref_tst_solar_1.cdl
│ │ ├── ref_tst_solar_2.cdl
│ │ ├── ref_tst_special_atts3.cdl
│ │ ├── ref_tst_special_atts.cdl
│ │ ├── ref_tst_string_data.cdl
│ │ ├── ref_tst_unicode.cdl
│ │ ├── ref_tst_unlim2.cdl
│ │ ├── ref_tst_utf8.cdl
│ │ ├── ref_tst_vlen_data2.cdl
│ │ ├── ref_tst_vlen_data.cdl
│ │ ├── ref_typescope.cdl
│ │ ├── sfc_pres_temp.cdl
│ │ ├── simple_xy.cdl
│ │ ├── small2.cdl
│ │ ├── small.cdl
│ │ ├── test0.cdl
│ │ ├── tst_chararray.cdl
│ │ ├── tst_ncml.cdl
│ │ ├── unlimtest1.cdl
│ │ └── unlimtest2.cdl
│ ├── cdl.h
│ ├── chunkspec.c
│ ├── chunkspec.h
│ ├── CMakeLists.txt
│ ├── ctest64.c
│ ├── ctest.c
│ ├── dimmap.c
│ ├── dimmap.h
│ ├── dumplib.c
│ ├── dumplib.h
│ ├── expected
│ │ ├── c0.dmp
│ │ ├── CMakeLists.txt
│ │ ├── example_good.dmp
│ │ ├── fills.dmp
│ │ ├── Makefile.am
│ │ ├── Makefile.in
│ │ ├── n3time.dmp
│ │ ├── nc_enddef.dmp
│ │ ├── nc_sync.dmp
│ │ ├── pres_temp_4D.dmp
│ │ ├── ref_const_test.dmp
│ │ ├── ref_ctest1_nc4c.dmp
│ │ ├── ref_ctest1_nc4.dmp
│ │ ├── ref_dimscope.dmp
│ │ ├── ref_nctst_64bit_offset.dmp
│ │ ├── ref_nctst.dmp
│ │ ├── ref_nctst_netcdf4_classic.dmp
│ │ ├── ref_nctst_netcdf4.dmp
│ │ ├── ref_niltest.dmp
│ │ ├── ref_solar.dmp
│ │ ├── ref_tst_chardata.dmp
│ │ ├── ref_tst_comp2.dmp
│ │ ├── ref_tst_comp3.dmp
│ │ ├── ref_tst_comp.dmp
│ │ ├── ref_tst_econst.dmp
│ │ ├── ref_tst_enum_data.dmp
│ │ ├── ref_tst_group_data.dmp
│ │ ├── ref_tst_h_scalar.dmp
│ │ ├── ref_tst_long_charconst.dmp
│ │ ├── ref_tst_names.dmp
│ │ ├── ref_tst_nans.dmp
│ │ ├── ref_tst_nul3.dmp
│ │ ├── ref_tst_nul4.dmp
│ │ ├── ref_tst_opaque_data.dmp
│ │ ├── ref_tst_small.dmp
│ │ ├── ref_tst_solar_1.dmp
│ │ ├── ref_tst_solar_2.dmp
│ │ ├── ref_tst_special_atts3.dmp
│ │ ├── ref_tst_special_atts.dmp
│ │ ├── ref_tst_string_data.dmp
│ │ ├── ref_tst_unicode.dmp
│ │ ├── ref_tst_unlim2.dmp
│ │ ├── ref_tst_utf8.dmp
│ │ ├── ref_tst_vlen_data2.dmp
│ │ ├── ref_tst_vlen_data.dmp
│ │ ├── ref_typescope.dmp
│ │ ├── sfc_pres_temp.dmp
│ │ ├── simple_xy.dmp
│ │ ├── small2.dmp
│ │ ├── small.dmp
│ │ ├── test0.dmp
│ │ ├── tst_chararray.dmp
│ │ ├── tst_ncml.dmp
│ │ ├── unlimtest1.dmp
│ │ └── unlimtest2.dmp
│ ├── indent.c
│ ├── indent.h
│ ├── isnan.h
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── nccomps.h
│ ├── nccopy.1
│ ├── nccopy.c
│ ├── ncdump.1
│ ├── ncdump.c
│ ├── ncdump.h
│ ├── nciter.c
│ ├── nciter.h
│ ├── nctime0.c
│ ├── nctime0.h
│ ├── ref1.ncml
│ ├── ref_ctest1_nc4c.cdl
│ ├── ref_ctest1_nc4.cdl
│ ├── ref_ctest64.c
│ ├── ref_ctest.c
│ ├── ref_nc_test_netcdf4_4_0.nc
│ ├── ref_nc_test_netcdf4.cdl
│ ├── ref_times.cdl
│ ├── ref_tst_charfill.cdl
│ ├── ref_tst_comp.cdl
│ ├── ref_tst_compounds2.cdl
│ ├── ref_tst_compounds2.nc
│ ├── ref_tst_compounds3.cdl
│ ├── ref_tst_compounds3.nc
│ ├── ref_tst_compounds4.cdl
│ ├── ref_tst_compounds4.nc
│ ├── ref_tst_enum_data.cdl
│ ├── ref_tst_fillbug.cdl
│ ├── ref_tst_format_att_64.cdl
│ ├── ref_tst_format_att.cdl
│ ├── ref_tst_group_data.cdl
│ ├── ref_tst_group_data_v23.cdl
│ ├── ref_tst_grp_spec0.cdl
│ ├── ref_tst_grp_spec.cdl
│ ├── ref_tst_mud4-bc.cdl
│ ├── ref_tst_mud4.cdl
│ ├── ref_tst_mud4_chars.cdl
│ ├── ref_tst_nans.cdl
│ ├── ref_tst_ncf213.cdl
│ ├── ref_tst_noncoord.cdl
│ ├── ref_tst_opaque_data.cdl
│ ├── ref_tst_small.cdl
│ ├── ref_tst_solar_1.cdl
│ ├── ref_tst_solar_2.cdl
│ ├── ref_tst_special_atts3.cdl
│ ├── ref_tst_special_atts.cdl
│ ├── ref_tst_string_data.cdl
│ ├── ref_tst_unicode.cdl
│ ├── ref_tst_utf8.cdl
│ ├── ref_tst_vlen_data.cdl
│ ├── rewrite-scalar.c
│ ├── run_back_comp_tests.sh
│ ├── run_tests.sh
│ ├── run_utf8_tests.sh
│ ├── small2.cdl
│ ├── small.cdl
│ ├── test0.cdl
│ ├── tst_64bit.sh
│ ├── tst_bom.sh
│ ├── tst_brecs.cdl
│ ├── tst_bug321.cdl
│ ├── tst_bug324.c
│ ├── tst_calendars.cdl
│ ├── tst_calendars.sh
│ ├── tst_charfill.cdl
│ ├── tst_charfill.sh
│ ├── tst_chunking.c
│ ├── tst_comp2.c
│ ├── tst_comp.c
│ ├── tst_compress.c
│ ├── tst_create_files.c
│ ├── tst_enum_data.c
│ ├── tst_fillbug.c
│ ├── tst_fillbug.sh
│ ├── tst_formatx3.sh
│ ├── tst_formatx4.sh
│ ├── tst_group_data.c
│ ├── tst_grp_spec.sh
│ ├── tst_h_rdc0.c
│ ├── tst_h_scalar.c
│ ├── tst_h_scalar.sh
│ ├── tst_iter.sh
│ ├── tst_lengths.sh
│ ├── tst_mslp.cdl
│ ├── tst_mud.sh
│ ├── tst_nans.c
│ ├── tst_nccopy3.sh
│ ├── tst_nccopy4.sh
│ ├── tst_ncgen4_classic.sh
│ ├── tst_ncgen4_cycle.sh
│ ├── tst_ncgen4_diff.sh
│ ├── tst_ncgen4.sh
│ ├── tst_ncgen_shared.sh
│ ├── tst_ncml.cdl
│ ├── tst_netcdf4_4.sh
│ ├── tst_netcdf4.sh
│ ├── tst_opaque_data.c
│ ├── tst_output.sh
│ ├── tst_special_atts.c
│ ├── tst_string_data.c
│ ├── tst_unicode.c
│ ├── tst_utf8.c
│ ├── tst_vlen_data.c
│ ├── utils.c
│ ├── utils.h
│ ├── vardata.c
│ ├── vardata.h
│ └── XGetopt.c
├── ncgen
│ ├── bindata.c
│ ├── bytebuffer.c
│ ├── bytebuffer.h
│ ├── c0_4.cdl
│ ├── c0.cdl
│ ├── cdata.c
│ ├── CMakeLists.txt
│ ├── ConvertUTF.c
│ ├── ConvertUTF.h
│ ├── cvt.c
│ ├── data.c
│ ├── data.h
│ ├── debug.c
│ ├── debug.h
│ ├── dump.c
│ ├── dump.h
│ ├── escapes.c
│ ├── f77data.c
│ ├── genbin.c
│ ├── genc.c
│ ├── genchar.c
│ ├── generate.c
│ ├── generr.c
│ ├── generr.h
│ ├── genf77.c
│ ├── genj.c
│ ├── genlib.c
│ ├── genlib.h
│ ├── getfill.c
│ ├── includes.h
│ ├── internals.html
│ ├── jdata.c
│ ├── list.c
│ ├── list.h
│ ├── main.c
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── ncf199.cdl
│ ├── ncgen.1
│ ├── ncgen.h
│ ├── ncgen.l
│ ├── ncgentab.c
│ ├── ncgen.y
│ ├── ncgenyy.c
│ ├── nc_iter.c
│ ├── nc_iter.h
│ ├── odom.c
│ ├── odom.h
│ ├── offsets.c
│ ├── offsets.h
│ ├── ref_camrun.cdl
│ ├── run_nc4_tests.sh
│ ├── run_tests.sh
│ ├── semantics.c
│ ├── util.c
│ ├── util.h
│ └── XGetopt.c
├── ncgen3
│ ├── c0.cdl
│ ├── CMakeLists.txt
│ ├── escapes.c
│ ├── generic.h
│ ├── genlib.c
│ ├── genlib.h
│ ├── getfill.c
│ ├── init.c
│ ├── load.c
│ ├── main.c
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── ncgen3.1
│ ├── ncgen.h
│ ├── ncgen.l
│ ├── ncgentab.c
│ ├── ncgentab.h
│ ├── ncgen.y
│ ├── ncgenyy.c
│ ├── run_nc4_tests.sh
│ ├── run_tests.sh
│ └── XGetopt.c
├── nc_test
│ ├── CMakeLists.txt
│ ├── error.c
│ ├── error.h
│ ├── large_files.c
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── nc_test.c
│ ├── quick_large_files.c
│ ├── ref_tst_diskless2.cdl
│ ├── run_diskless2.sh
│ ├── run_diskless.sh
│ ├── run_mmap.sh
│ ├── run_pnetcdf_test.sh
│ ├── run_valgrind_tests.sh
│ ├── test_get.c
│ ├── test_get.m4
│ ├── testnc3perf.c
│ ├── test_put.c
│ ├── test_put.m4
│ ├── test_read.c
│ ├── tests.h
│ ├── test_write.c
│ ├── t_nc.c
│ ├── tst_atts3.c
│ ├── tst_atts.c
│ ├── tst_big_rvar.c
│ ├── tst_big_var2.c
│ ├── tst_big_var6.c
│ ├── tst_big_var.c
│ ├── tst_diskless2.c
│ ├── tst_diskless3.c
│ ├── tst_diskless4.c
│ ├── tst_diskless.c
│ ├── tst_formatx_pnetcdf.c
│ ├── tst_large.c
│ ├── tst_meta.c
│ ├── tst_misc.c
│ ├── tst_names.c
│ ├── tst_nofill2.c
│ ├── tst_nofill3.c
│ ├── tst_nofill.c
│ ├── tst_norm.c
│ ├── tst_parallel2.c
│ ├── tst_pnetcdf.c
│ ├── tst_small.c
│ └── util.c
├── nctest
│ ├── add.c
│ ├── add.h
│ ├── atttests.c
│ ├── cdftests.c
│ ├── CMakeLists.txt
│ ├── compare_test_files.sh
│ ├── dimtests.c
│ ├── driver.c
│ ├── emalloc.c
│ ├── emalloc.h
│ ├── error.c
│ ├── error.h
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── misctest.c
│ ├── README
│ ├── rec.c
│ ├── ref_nctest_64bit_offset.nc
│ ├── ref_nctest_classic.nc
│ ├── run_valgrind_tests.sh
│ ├── slabs.c
│ ├── testcdf.h
│ ├── tests.h
│ ├── tst_rename.c
│ ├── val.c
│ ├── val.h
│ ├── vardef.c
│ ├── varget.c
│ ├── vargetg.c
│ ├── varput.c
│ ├── varputg.c
│ ├── vartests.c
│ ├── vputget.c
│ └── vputgetg.c
├── nc_test4
│ ├── bm_file.c
│ ├── bm_many_atts.c
│ ├── bm_many_objs.c
│ ├── bm_netcdf4_recs.c
│ ├── cdm_sea_soundings.c
│ ├── chunked.hdf4
│ ├── CMakeLists.txt
│ ├── contiguous.hdf4
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── ref_chunks1.cdl
│ ├── ref_chunks2.cdl
│ ├── ref_tst_compounds.nc
│ ├── ref_tst_dims.nc
│ ├── ref_tst_interops4.nc
│ ├── ref_tst_xplatform2_1.nc
│ ├── ref_tst_xplatform2_2.nc
│ ├── renamegroup.c
│ ├── run_bm_ar4.sh
│ ├── run_bm_elena.sh
│ ├── run_bm_radar_2D_compression1.sh
│ ├── run_bm_radar_2D_endianness1.sh
│ ├── run_bm_radar_2D.sh
│ ├── run_bm.sh
│ ├── run_bm_test1.sh
│ ├── run_bm_test2.sh
│ ├── run_chunk_hdf4.sh
│ ├── run_get_hdf4_files.sh
│ ├── run_get_knmi_files.sh
│ ├── run_grp_rename.sh
│ ├── run_hdf4_valgrind_tests.sh
│ ├── run_par_bm_radar_2D.sh
│ ├── run_par_bm_test.sh
│ ├── run_par_test.sh
│ ├── run_tst_chunks.sh
│ ├── run_valgrind_tests2.sh
│ ├── run_valgrind_tests.sh
│ ├── tst_ar4_3d.c
│ ├── tst_ar4_4d.c
│ ├── tst_ar4.c
│ ├── tst_ar5.c
│ ├── tst_atts1.c
│ ├── tst_atts2.c
│ ├── tst_atts.c
│ ├── tst_camrun.c
│ ├── tst_chunk_hdf4.c
│ ├── tst_chunks2.c
│ ├── tst_chunks3.c
│ ├── tst_chunks.c
│ ├── tst_compounds2.c
│ ├── tst_compounds3.c
│ ├── tst_compounds.c
│ ├── tst_converts2.c
│ ├── tst_converts.c
│ ├── tst_coords2.c
│ ├── tst_coords3.c
│ ├── tst_coords.c
│ ├── tst_create_files.c
│ ├── tst_dims2.c
│ ├── tst_dims3.c
│ ├── tst_dims.c
│ ├── tst_endian_fill.c
│ ├── tst_enums.c
│ ├── tst_files2.c
│ ├── tst_files3.c
│ ├── tst_files4.c
│ ├── tst_files5.c
│ ├── tst_files6.c
│ ├── tst_files.c
│ ├── tst_fillbug.c
│ ├── tst_fills2.c
│ ├── tst_fills.c
│ ├── tst_formatx_hdf4.sh
│ ├── tst_grps2.c
│ ├── tst_grps.c
│ ├── tst_h_atts2.c
│ ├── tst_h_files3.c
│ ├── tst_h_many_atts.c
│ ├── tst_h_refs.c
│ ├── tst_h_scalar.c
│ ├── tst_h_strbug.c
│ ├── tst_interops2.c
│ ├── tst_interops3.c
│ ├── tst_interops4.c
│ ├── tst_interops5.c
│ ├── tst_interops6.c
│ ├── tst_interops.c
│ ├── tst_knmi.c
│ ├── tst_large2.c
│ ├── tst_large.c
│ ├── tst_mem.c
│ ├── tst_mpi_parallel.c
│ ├── tst_nc4perf.c
│ ├── tst_opaques.c
│ ├── tst_parallel3.c
│ ├── tst_parallel4.c
│ ├── tst_parallel.c
│ ├── tst_rename.c
│ ├── tst_strings2.c
│ ├── tst_strings.c
│ ├── tst_sync.c
│ ├── tst_unlim_vars.c
│ ├── tst_utf8.c
│ ├── tst_utils.c
│ ├── tst_v2.c
│ ├── tst_varms.c
│ ├── tst_vars2.c
│ ├── tst_vars3.c
│ ├── tst_vars4.c
│ ├── tst_vars.c
│ ├── tst_vl.c
│ ├── tst_xplatform2.c
│ ├── tst_xplatform.c
│ └── t_type.c
├── netCDFConfig.cmake.in
├── netcdf.pc.in
├── oc2
│ ├── CMakeLists.txt
│ ├── daplex.c
│ ├── dapparse.c
│ ├── dapparselex.h
│ ├── daptab.c
│ ├── daptab.h
│ ├── dap.y
│ ├── Makefile.am
│ ├── Makefile.in
│ ├── ocbytes.c
│ ├── ocbytes.h
│ ├── oc.c
│ ├── occlientparams.c
│ ├── occlientparams.h
│ ├── occompile.c
│ ├── occompile.h
│ ├── occonstraints.h
│ ├── occurlflags.c
│ ├── occurlfunctions.c
│ ├── occurlfunctions.h
│ ├── ocdata.c
│ ├── ocdata.h
│ ├── ocdatatypes.h
│ ├── ocdebug.c
│ ├── ocdebug.h
│ ├── ocdump.c
│ ├── ocdump.h
│ ├── oc.h
│ ├── ochttp.c
│ ├── ochttp.h
│ ├── ocinternal.c
│ ├── ocinternal.h
│ ├── oclist.c
│ ├── oclist.h
│ ├── oclog.c
│ ├── oclog.h
│ ├── ocnode.c
│ ├── ocnode.h
│ ├── ocrc.c
│ ├── ocread.c
│ ├── ocread.h
│ ├── ocuri.c
│ ├── ocuri.h
│ ├── ocutil.c
│ ├── ocutil.h
│ ├── ocx.h
│ ├── xxdr.c
│ └── xxdr.h
├── postinstall.sh.in
├── README.md
├── RELEASE_NOTES.md
├── test-driver
└── test_prog.c
33 directories, 1467 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论