├── .circleci └── config.yml ├── .gitignore ├── LICENSE ├── MANIFEST.in ├── Nio.pth ├── Nio.py ├── README.md ├── __init__.py ├── _xarray.py ├── alt-setup.py ├── coordsel.py ├── examples ├── nc4_withgroup.nc ├── ncl_wrt_string.h5 ├── nio-ex5.nc ├── nio01.py ├── nio02.py ├── nio03.py ├── nio04.py ├── nio05.py ├── niodump.py ├── pynio_create_nc4.ipynb ├── pynio_read_nc4.html ├── pynio_read_nc4.ipynb ├── rcomp.py ├── read_h5_compound.py ├── read_h5_string.py ├── read_h5_vlen.py ├── read_nc4.py ├── rstr.py ├── rvlen.py ├── strings.nc ├── test.sh ├── testfiles ├── tnested.nc ├── vlen.h5 ├── walk.py ├── wcomp.py ├── wr_vlen.html ├── wr_vlen.ipynb ├── write_nc4.py ├── wstr.py └── wvlen.py ├── libsrc ├── AddFileFormats.c ├── AdvancedFileSupport.c ├── AdvancedFileSupport.h ├── ApiRecords.h ├── AttSupport.c ├── AttSupport.h ├── DataSupport.c ├── DataSupport.h ├── FileSupport.c ├── FileSupport.h ├── Formats.c ├── GetGrids.c ├── HLUSupport.h ├── InitData.c ├── ListSupport.c ├── ListSupport.h ├── Memory.c ├── NclAdvancedFile.c ├── NclAdvancedFile.h ├── NclAdvancedFileStructure.h ├── NclAdvancedGroup.c ├── NclAdvancedGroup.h ├── NclAdvancedOGR.c ├── NclAtt.c ├── NclAtt.h ├── NclCCM.c ├── NclCCM.h ├── NclCallBacksI.h ├── NclCoordVar.c ├── NclCoordVar.h ├── NclData.c ├── NclData.h ├── NclDataDefs.h ├── NclFile.c ├── NclFile.h ├── NclFileInterfaces.h ├── NclFileVar.c ├── NclFileVar.h ├── NclGRIB.c ├── NclGRIB.h ├── NclGRIB2.c ├── NclGRIB2.h ├── NclGroup.c ├── NclGroup.h ├── NclGrpFuncs.null ├── NclHDF.c ├── NclHDF.h ├── NclHDF5.c ├── NclHDFEOS.c ├── NclHDFEOS5.c ├── NclHLUObj.h ├── NclHLUVar.h ├── NclList.c ├── NclList.h ├── NclMdInc.h ├── NclMultiDValData.c ├── NclMultiDValData.h ├── NclMultiDValHLUObjData.h ├── NclMultiDVallistData.c ├── NclMultiDVallistData.h ├── NclMultiDValnclfileData.c ├── NclMultiDValnclfileData.h ├── NclNetCDF4.c ├── NclNetCdf.c ├── NclNewHDF5.c ├── NclNewHDFEOS5.c ├── NclOGR.c ├── NclOneDValCoordData.c ├── NclOneDValCoordData.h ├── NclOptions.h ├── NclType.c ├── NclType.h ├── NclTypebyte.c ├── NclTypebyte.h ├── NclTypechar.c ├── NclTypechar.h ├── NclTypedouble.c ├── NclTypedouble.h ├── NclTypefloat.c ├── NclTypefloat.h ├── NclTypeint.c ├── NclTypeint.h ├── NclTypeint64.c ├── NclTypeint64.h ├── NclTypelist.c ├── NclTypelist.h ├── NclTypelogical.c ├── NclTypelogical.h ├── NclTypelong.c ├── NclTypelong.h ├── NclTypeobj.c ├── NclTypeobj.h ├── NclTypeshort.c ├── NclTypeshort.h ├── NclTypestring.c ├── NclTypestring.h ├── NclTypeubyte.c ├── NclTypeubyte.h ├── NclTypeuint.c ├── NclTypeuint.h ├── NclTypeuint64.c ├── NclTypeuint64.h ├── NclTypeulong.c ├── NclTypeulong.h ├── NclTypeushort.c ├── NclTypeushort.h ├── NclVar.c ├── NclVar.h ├── OpsList.h ├── Symbol.h ├── TypeSupport.c ├── TypeSupport.h ├── VarSupport.c ├── VarSupport.h ├── ccmhdr.h ├── cmpf.c ├── cmpf.h ├── cptec_254_gtb.h ├── ctoiee.c ├── date.c ├── date.h ├── defs.h ├── dwd_002_gtb.h ├── dwd_201_gtb.h ├── dwd_202_gtb.h ├── dwd_203_gtb.h ├── dwd_204_gtb.h ├── dwd_205_gtb.h ├── dwd_206_gtb.h ├── dwd_207_gtb.h ├── ecmwf_128_gtb.h ├── ecmwf_129_gtb.h ├── ecmwf_130_gtb.h ├── ecmwf_131_gtb.h ├── ecmwf_132_gtb.h ├── ecmwf_133_gtb.h ├── ecmwf_140_gtb.h ├── ecmwf_150_gtb.h ├── ecmwf_151_gtb.h ├── ecmwf_160_gtb.h ├── ecmwf_162_gtb.h ├── ecmwf_170_gtb.h ├── ecmwf_171_gtb.h ├── ecmwf_172_gtb.h ├── ecmwf_173_gtb.h ├── ecmwf_174_gtb.h ├── ecmwf_175_gtb.h ├── ecmwf_180_gtb.h ├── ecmwf_190_gtb.h ├── ecmwf_200_gtb.h ├── ecmwf_201_gtb.h ├── ecmwf_210_gtb.h ├── ecmwf_211_gtb.h ├── ecmwf_213_gtb.h ├── ecmwf_214_gtb.h ├── ecmwf_215_gtb.h ├── ecmwf_217_gtb.h ├── ecmwf_218_gtb.h ├── ecmwf_219_gtb.h ├── ecmwf_220_gtb.h ├── ecmwf_221_gtb.h ├── ecmwf_228_gtb.h ├── ecmwf_230_gtb.h ├── ecmwf_234_gtb.h ├── fnmoc_gtb.h ├── fsl0_gtb.h ├── fsl1_gtb.h ├── fsl2_gtb.h ├── h5data_struct.h ├── h5reader.c ├── h5writer.c ├── jma_3_gtb.h ├── jra55_gtb.h ├── llmap.f ├── llmisc.f ├── mpi_128_gtb.h ├── mpi_180_gtb.h ├── mpi_181_gtb.h ├── mpi_199_gtb.h ├── ncep_128_gtb.h ├── ncep_129_gtb.h ├── ncep_130_gtb.h ├── ncep_131_gtb.h ├── ncep_133_gtb.h ├── ncep_140_gtb.h ├── ncep_141_gtb.h ├── ncep_opn_gtb.h ├── ncep_reanal_gtb.h ├── ncepcode.f ├── nio.c ├── nio.h ├── nioBase.c ├── nioBase.h ├── nioBaseI.h ├── nioBaseP.h ├── nioCallbacks.c ├── nioCallbacks.h ├── nioCallbacksP.h ├── nioConvert.c ├── nioConvert.h ├── nioConvertP.h ├── nioError.c ├── nioError.h ├── nioNclHLUStub.c ├── nioNgSizeT.h ├── nioNresDB.c ├── nioNresDB.h ├── nioQuarks.c ├── nioResList.h ├── nioUtils.c ├── nioUtils.h ├── nioVarArg.h ├── nio_io.c ├── nio_path.c ├── nio_path.h ├── nioc.h ├── niohlu.c ├── niohlu.h ├── niohluP.h ├── qu2reg3.f ├── rowina3.f ├── scm0.f └── tables.h ├── mysetup.csh ├── ncarg ├── data │ ├── grib │ │ ├── 19580101.ice125.grb │ │ └── 19580101.ice125.grb-base.txt │ ├── grib2 │ │ ├── wafsgfs_L_t06z_intdsk60.grib2 │ │ └── wafsgfs_L_t06z_intdsk60.grib2-base.txt │ ├── hdf │ │ ├── avhrr.hdf │ │ └── avhrr.hdf-base.txt │ ├── hdf5 │ │ ├── num-types.h5 │ │ └── num-types.h5-base.txt │ ├── hdfeos │ │ ├── MOD04_L2.A2001066.0000.004.2003078090622.hdfeos │ │ └── MOD04_L2.A2001066.0000.004.2003078090622.hdfeos-base.txt │ ├── hdfeos5 │ │ ├── OMI-Aura_L3-OMAERUVd_2010m0131_v003-2010m0202t014811.he5 │ │ └── OMI-Aura_L3-OMAERUVd_2010m0131_v003-2010m0202t014811.he5-base.txt │ ├── netcdf │ │ ├── pop.nc │ │ ├── pop.nc-base.txt │ │ ├── test_hgroups.nc │ │ └── test_hgroups.nc-base.txt │ └── shapefile │ │ ├── states.dbf │ │ ├── states.prj │ │ ├── states.shp │ │ ├── states.shp-base.txt │ │ └── states.shx └── grib2_codetables │ ├── centers.table │ ├── ecmwf │ ├── 0 │ │ └── 0.0.table │ ├── 1 │ │ ├── 1.0.table │ │ ├── 1.1.table │ │ ├── 1.2.table │ │ ├── 1.3.table │ │ └── 1.4.table │ ├── 3 │ │ ├── 3.0.table │ │ ├── 3.1.table │ │ ├── 3.10.table │ │ ├── 3.11.table │ │ ├── 3.15.table │ │ ├── 3.2.table │ │ ├── 3.20.table │ │ ├── 3.21.table │ │ ├── 3.3.table │ │ ├── 3.4.table │ │ ├── 3.5.table │ │ ├── 3.6.table │ │ ├── 3.7.table │ │ ├── 3.8.table │ │ └── 3.9.table │ ├── 4 │ │ ├── 4.0.table │ │ ├── 4.1.table │ │ ├── 4.10.table │ │ ├── 4.12.table │ │ ├── 4.13.table │ │ ├── 4.14.table │ │ ├── 4.15.table │ │ ├── 4.2.0.0.table │ │ ├── 4.2.0.1.table │ │ ├── 4.2.0.13.table │ │ ├── 4.2.0.14.table │ │ ├── 4.2.0.15.table │ │ ├── 4.2.0.16.table │ │ ├── 4.2.0.17.table │ │ ├── 4.2.0.18.table │ │ ├── 4.2.0.19.table │ │ ├── 4.2.0.190.table │ │ ├── 4.2.0.191.table │ │ ├── 4.2.0.192.table │ │ ├── 4.2.0.2.table │ │ ├── 4.2.0.20.table │ │ ├── 4.2.0.3.table │ │ ├── 4.2.0.4.table │ │ ├── 4.2.0.5.table │ │ ├── 4.2.0.6.table │ │ ├── 4.2.0.7.table │ │ ├── 4.2.1.0.table │ │ ├── 4.2.1.1.table │ │ ├── 4.2.1.2.table │ │ ├── 4.2.10.0.table │ │ ├── 4.2.10.1.table │ │ ├── 4.2.10.191.table │ │ ├── 4.2.10.2.table │ │ ├── 4.2.10.3.table │ │ ├── 4.2.10.4.table │ │ ├── 4.2.2.0.table │ │ ├── 4.2.2.192.table │ │ ├── 4.2.2.3.table │ │ ├── 4.2.2.4.table │ │ ├── 4.2.2.5.table │ │ ├── 4.2.3.0.table │ │ ├── 4.2.3.1.table │ │ ├── 4.2.3.192.table │ │ ├── 4.2.3.2.table │ │ ├── 4.2.3.3.table │ │ ├── 4.2.3.4.table │ │ ├── 4.2.3.5.table │ │ ├── 4.2.3.6.table │ │ ├── 4.2.table │ │ ├── 4.201.table │ │ ├── 4.202.table │ │ ├── 4.203.table │ │ ├── 4.204.table │ │ ├── 4.205.table │ │ ├── 4.206.table │ │ ├── 4.207.table │ │ ├── 4.208.table │ │ ├── 4.209.table │ │ ├── 4.210.table │ │ ├── 4.211.table │ │ ├── 4.212.table │ │ ├── 4.213.table │ │ ├── 4.215.table │ │ ├── 4.216.table │ │ ├── 4.217.table │ │ ├── 4.220.table │ │ ├── 4.221.table │ │ ├── 4.222.table │ │ ├── 4.223.table │ │ ├── 4.230.table │ │ ├── 4.3.table │ │ ├── 4.4.table │ │ ├── 4.5.table │ │ ├── 4.6.table │ │ ├── 4.7.table │ │ ├── 4.8.table │ │ ├── 4.9.table │ │ ├── bufr.0.02.020.table │ │ ├── cc.c5.table │ │ └── cc.c8.table │ ├── 5 │ │ ├── 5.0.table │ │ ├── 5.1.table │ │ ├── 5.2.table │ │ ├── 5.3.table │ │ ├── 5.4.table │ │ ├── 5.40.table │ │ ├── 5.5.table │ │ ├── 5.6.table │ │ └── 5.7.table │ └── 6 │ │ └── 6.0.table │ ├── fsl │ ├── 0 │ │ └── 0.0.table │ ├── 1 │ │ ├── 1.0.table │ │ ├── 1.1.table │ │ ├── 1.2.table │ │ ├── 1.3.table │ │ └── 1.4.table │ ├── 3 │ │ ├── 3.0.table │ │ ├── 3.1.table │ │ ├── 3.10.table │ │ ├── 3.11.table │ │ ├── 3.15.table │ │ ├── 3.2.table │ │ ├── 3.20.table │ │ ├── 3.21.table │ │ ├── 3.3.table │ │ ├── 3.4.table │ │ ├── 3.5.table │ │ ├── 3.6.table │ │ ├── 3.7.table │ │ ├── 3.8.table │ │ └── 3.9.table │ ├── 4 │ │ ├── 4.0.table │ │ ├── 4.1.table │ │ ├── 4.10.table │ │ ├── 4.12.table │ │ ├── 4.13.table │ │ ├── 4.14.table │ │ ├── 4.2.0.0.table │ │ ├── 4.2.0.1.table │ │ ├── 4.2.0.13.table │ │ ├── 4.2.0.14.table │ │ ├── 4.2.0.15.table │ │ ├── 4.2.0.16.table │ │ ├── 4.2.0.17.table │ │ ├── 4.2.0.18.table │ │ ├── 4.2.0.19.table │ │ ├── 4.2.0.190.table │ │ ├── 4.2.0.191.table │ │ ├── 4.2.0.2.table │ │ ├── 4.2.0.3.table │ │ ├── 4.2.0.4.table │ │ ├── 4.2.0.5.table │ │ ├── 4.2.0.6.table │ │ ├── 4.2.0.7.table │ │ ├── 4.2.1.0.table │ │ ├── 4.2.1.1.table │ │ ├── 4.2.10.0.table │ │ ├── 4.2.10.1.table │ │ ├── 4.2.10.2.table │ │ ├── 4.2.10.3.table │ │ ├── 4.2.10.4.table │ │ ├── 4.2.2.0.table │ │ ├── 4.2.2.3.table │ │ ├── 4.2.3.0.table │ │ ├── 4.2.3.1.table │ │ ├── 4.2.table │ │ ├── 4.201.table │ │ ├── 4.202.table │ │ ├── 4.203.table │ │ ├── 4.204.table │ │ ├── 4.205.table │ │ ├── 4.206.table │ │ ├── 4.207.table │ │ ├── 4.208.table │ │ ├── 4.209.table │ │ ├── 4.210.table │ │ ├── 4.211.table │ │ ├── 4.212.table │ │ ├── 4.213.table │ │ ├── 4.215.table │ │ ├── 4.216.table │ │ ├── 4.217.table │ │ ├── 4.220.table │ │ ├── 4.221.table │ │ ├── 4.222.table │ │ ├── 4.3.table │ │ ├── 4.4.table │ │ ├── 4.5.table │ │ ├── 4.6.table │ │ ├── 4.7.table │ │ ├── 4.8.table │ │ └── 4.9.table │ ├── 5 │ │ ├── 5.0.table │ │ ├── 5.1.table │ │ ├── 5.2.table │ │ ├── 5.3.table │ │ ├── 5.40.table │ │ ├── 5.40000.table │ │ ├── 5.5.table │ │ ├── 5.6.table │ │ ├── 5.7.table │ │ └── 5.8.table │ └── 6 │ │ └── 6.0.table │ ├── ncar │ ├── 0 │ │ └── 0.0.table │ ├── 1 │ │ ├── 1.0.table │ │ ├── 1.1.table │ │ ├── 1.2.table │ │ ├── 1.3.table │ │ └── 1.4.table │ ├── 3 │ │ ├── 3.0.table │ │ ├── 3.1.table │ │ ├── 3.10.table │ │ ├── 3.11.table │ │ ├── 3.15.table │ │ ├── 3.2.table │ │ ├── 3.20.table │ │ ├── 3.21.table │ │ ├── 3.3.table │ │ ├── 3.4.table │ │ ├── 3.5.table │ │ ├── 3.6.table │ │ ├── 3.7.table │ │ ├── 3.8.table │ │ └── 3.9.table │ ├── 4 │ │ ├── 4.0.table │ │ ├── 4.1.table │ │ ├── 4.10.table │ │ ├── 4.12.table │ │ ├── 4.13.table │ │ ├── 4.14.table │ │ ├── 4.2.0.0.table │ │ ├── 4.2.0.1.table │ │ ├── 4.2.0.13.table │ │ ├── 4.2.0.14.table │ │ ├── 4.2.0.15.table │ │ ├── 4.2.0.16.table │ │ ├── 4.2.0.17.table │ │ ├── 4.2.0.18.table │ │ ├── 4.2.0.19.table │ │ ├── 4.2.0.190.table │ │ ├── 4.2.0.191.table │ │ ├── 4.2.0.2.table │ │ ├── 4.2.0.3.table │ │ ├── 4.2.0.4.table │ │ ├── 4.2.0.5.table │ │ ├── 4.2.0.6.table │ │ ├── 4.2.0.7.table │ │ ├── 4.2.1.0.table │ │ ├── 4.2.1.1.table │ │ ├── 4.2.10.0.table │ │ ├── 4.2.10.1.table │ │ ├── 4.2.10.2.table │ │ ├── 4.2.10.3.table │ │ ├── 4.2.10.4.table │ │ ├── 4.2.2.0.table │ │ ├── 4.2.2.3.table │ │ ├── 4.2.3.0.table │ │ ├── 4.2.3.1.table │ │ ├── 4.2.table │ │ ├── 4.201.table │ │ ├── 4.202.table │ │ ├── 4.203.table │ │ ├── 4.204.table │ │ ├── 4.205.table │ │ ├── 4.206.table │ │ ├── 4.207.table │ │ ├── 4.208.table │ │ ├── 4.209.table │ │ ├── 4.210.table │ │ ├── 4.211.table │ │ ├── 4.212.table │ │ ├── 4.213.table │ │ ├── 4.215.table │ │ ├── 4.216.table │ │ ├── 4.217.table │ │ ├── 4.220.table │ │ ├── 4.221.table │ │ ├── 4.222.table │ │ ├── 4.3.table │ │ ├── 4.4.table │ │ ├── 4.5.table │ │ ├── 4.6.table │ │ ├── 4.7.table │ │ ├── 4.8.table │ │ └── 4.9.table │ ├── 5 │ │ ├── 5.0.table │ │ ├── 5.1.table │ │ ├── 5.2.table │ │ ├── 5.3.table │ │ ├── 5.40.table │ │ ├── 5.40000.table │ │ ├── 5.5.table │ │ ├── 5.6.table │ │ ├── 5.7.table │ │ └── 5.8.table │ └── 6 │ │ └── 6.0.table │ ├── ncep │ ├── 0 │ │ └── 0.0.table │ ├── 1 │ │ ├── 1.0.table │ │ ├── 1.1.table │ │ ├── 1.2.table │ │ ├── 1.3.table │ │ └── 1.4.table │ ├── 3 │ │ ├── 3.0.table │ │ ├── 3.1.table │ │ ├── 3.10.table │ │ ├── 3.11.table │ │ ├── 3.15.table │ │ ├── 3.2.table │ │ ├── 3.20.table │ │ ├── 3.21.table │ │ ├── 3.3.table │ │ ├── 3.4.table │ │ ├── 3.5.table │ │ ├── 3.6.table │ │ ├── 3.7.table │ │ ├── 3.8.table │ │ └── 3.9.table │ ├── 4 │ │ ├── 4.0.table │ │ ├── 4.1.table │ │ ├── 4.10.table │ │ ├── 4.12.table │ │ ├── 4.13.table │ │ ├── 4.14.table │ │ ├── 4.15.table │ │ ├── 4.2.0.0.table │ │ ├── 4.2.0.1.table │ │ ├── 4.2.0.13.table │ │ ├── 4.2.0.14.table │ │ ├── 4.2.0.15.table │ │ ├── 4.2.0.16.table │ │ ├── 4.2.0.17.table │ │ ├── 4.2.0.18.table │ │ ├── 4.2.0.19.table │ │ ├── 4.2.0.190.table │ │ ├── 4.2.0.191.table │ │ ├── 4.2.0.192.table │ │ ├── 4.2.0.2.table │ │ ├── 4.2.0.20.table │ │ ├── 4.2.0.3.table │ │ ├── 4.2.0.4.table │ │ ├── 4.2.0.5.table │ │ ├── 4.2.0.6.table │ │ ├── 4.2.0.7.table │ │ ├── 4.2.1.0.table │ │ ├── 4.2.1.1.table │ │ ├── 4.2.1.2.table │ │ ├── 4.2.10.0.table │ │ ├── 4.2.10.1.table │ │ ├── 4.2.10.191.table │ │ ├── 4.2.10.2.table │ │ ├── 4.2.10.3.table │ │ ├── 4.2.10.4.table │ │ ├── 4.2.2.0.table │ │ ├── 4.2.2.1.table │ │ ├── 4.2.2.192.table │ │ ├── 4.2.2.3.table │ │ ├── 4.2.2.4.table │ │ ├── 4.2.2.5.table │ │ ├── 4.2.209.10.table │ │ ├── 4.2.209.11.table │ │ ├── 4.2.209.2.table │ │ ├── 4.2.209.3.table │ │ ├── 4.2.209.4.table │ │ ├── 4.2.209.6.table │ │ ├── 4.2.209.7.table │ │ ├── 4.2.209.8.table │ │ ├── 4.2.209.9.table │ │ ├── 4.2.3.0.table │ │ ├── 4.2.3.1.table │ │ ├── 4.2.3.192.table │ │ ├── 4.2.4.0.table │ │ ├── 4.2.4.1.table │ │ ├── 4.2.4.2.table │ │ ├── 4.2.4.3.table │ │ ├── 4.2.4.4.table │ │ ├── 4.2.4.5.table │ │ ├── 4.2.4.6.table │ │ ├── 4.2.4.7.table │ │ ├── 4.2.4.8.table │ │ ├── 4.2.4.9.table │ │ ├── 4.2.table │ │ ├── 4.201.table │ │ ├── 4.202.table │ │ ├── 4.203.table │ │ ├── 4.204.table │ │ ├── 4.205.table │ │ ├── 4.206.table │ │ ├── 4.207.table │ │ ├── 4.208.table │ │ ├── 4.209.table │ │ ├── 4.210.table │ │ ├── 4.211.table │ │ ├── 4.212.table │ │ ├── 4.213.table │ │ ├── 4.215.table │ │ ├── 4.216.table │ │ ├── 4.217.table │ │ ├── 4.220.table │ │ ├── 4.221.table │ │ ├── 4.222.table │ │ ├── 4.223.table │ │ ├── 4.230.table │ │ ├── 4.233.table │ │ ├── 4.3.table │ │ ├── 4.4.1.2.table │ │ ├── 4.4.table │ │ ├── 4.5.table │ │ ├── 4.6.table │ │ ├── 4.7.table │ │ ├── 4.8.table │ │ ├── 4.9.table │ │ ├── bufr.0.02.020.table │ │ ├── cc.c5.table │ │ └── cc.c8.table │ ├── 5 │ │ ├── 5.0.table │ │ ├── 5.1.table │ │ ├── 5.2.table │ │ ├── 5.3.table │ │ ├── 5.4.table │ │ ├── 5.40.table │ │ ├── 5.5.table │ │ ├── 5.6.table │ │ └── 5.7.table │ └── 6 │ │ └── 6.0.table │ └── tigge │ ├── 0 │ └── 0.0.table │ ├── 1 │ ├── 1.0.table │ ├── 1.1.table │ ├── 1.2.table │ ├── 1.3.table │ └── 1.4.table │ ├── 3 │ ├── 3.0.table │ ├── 3.1.table │ ├── 3.10.table │ ├── 3.11.table │ ├── 3.15.table │ ├── 3.2.table │ ├── 3.20.table │ ├── 3.21.table │ ├── 3.3.table │ ├── 3.4.table │ ├── 3.5.table │ ├── 3.6.table │ ├── 3.7.table │ ├── 3.8.table │ └── 3.9.table │ ├── 4 │ ├── 4.0.table │ ├── 4.1.table │ ├── 4.10.table │ ├── 4.12.table │ ├── 4.13.table │ ├── 4.14.table │ ├── 4.2.0.0.table │ ├── 4.2.0.1.table │ ├── 4.2.0.13.table │ ├── 4.2.0.14.table │ ├── 4.2.0.15.table │ ├── 4.2.0.16.table │ ├── 4.2.0.17.table │ ├── 4.2.0.18.table │ ├── 4.2.0.19.table │ ├── 4.2.0.190.table │ ├── 4.2.0.191.table │ ├── 4.2.0.2.table │ ├── 4.2.0.3.table │ ├── 4.2.0.4.table │ ├── 4.2.0.5.table │ ├── 4.2.0.6.table │ ├── 4.2.0.7.table │ ├── 4.2.1.0.table │ ├── 4.2.1.1.table │ ├── 4.2.10.0.table │ ├── 4.2.10.1.table │ ├── 4.2.10.2.table │ ├── 4.2.10.3.table │ ├── 4.2.10.4.table │ ├── 4.2.2.0.table │ ├── 4.2.2.3.table │ ├── 4.2.3.0.table │ ├── 4.2.3.1.table │ ├── 4.2.table │ ├── 4.201.table │ ├── 4.202.table │ ├── 4.203.table │ ├── 4.204.table │ ├── 4.205.table │ ├── 4.206.table │ ├── 4.207.table │ ├── 4.208.table │ ├── 4.209.table │ ├── 4.210.table │ ├── 4.211.table │ ├── 4.212.table │ ├── 4.213.table │ ├── 4.215.table │ ├── 4.216.table │ ├── 4.217.table │ ├── 4.220.table │ ├── 4.221.table │ ├── 4.222.table │ ├── 4.3.table │ ├── 4.4.table │ ├── 4.5.table │ ├── 4.6.table │ ├── 4.7.table │ ├── 4.8.table │ └── 4.9.table │ ├── 5 │ ├── 5.0.table │ ├── 5.1.table │ ├── 5.2.table │ ├── 5.3.table │ ├── 5.40.table │ ├── 5.40000.table │ ├── 5.5.table │ ├── 5.6.table │ ├── 5.7.table │ └── 5.8.table │ └── 6 │ └── 6.0.table ├── niodict.py ├── niomodule.c ├── niomodule.h ├── old_test ├── README ├── ma_test.py ├── nio_demo.py ├── test-file-formats.py ├── test-large.py ├── test-opendap1.py ├── test-opendap2.py ├── test-types.py ├── test-unlim.py ├── test-version.py ├── test2.5.sh ├── test2.6.sh ├── test2.7.sh ├── test_compare ├── test_mfio.py ├── testfiles ├── var-sub-test.py └── yMakefile ├── setup.py ├── test ├── test_grib.py ├── test_grib2.py ├── test_hdf4.py ├── test_hdf5.py ├── test_hdfeos.py ├── test_hdfeos5.py ├── test_large.py ├── test_ma.py ├── test_mfio.py ├── test_netcdf.py ├── test_netcdf4.py ├── test_opendap.py ├── test_shapefile.py ├── test_types.py ├── test_unlim.py └── test_var_sub.py └── version /.circleci/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/.circleci/config.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/LICENSE -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/MANIFEST.in -------------------------------------------------------------------------------- /Nio.pth: -------------------------------------------------------------------------------- 1 | PyNIO 2 | -------------------------------------------------------------------------------- /Nio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/Nio.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- 1 | # 2 | -------------------------------------------------------------------------------- /_xarray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/_xarray.py -------------------------------------------------------------------------------- /alt-setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/alt-setup.py -------------------------------------------------------------------------------- /coordsel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/coordsel.py -------------------------------------------------------------------------------- /examples/nc4_withgroup.nc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/nc4_withgroup.nc -------------------------------------------------------------------------------- /examples/ncl_wrt_string.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/ncl_wrt_string.h5 -------------------------------------------------------------------------------- /examples/nio-ex5.nc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/nio-ex5.nc -------------------------------------------------------------------------------- /examples/nio01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/nio01.py -------------------------------------------------------------------------------- /examples/nio02.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/nio02.py -------------------------------------------------------------------------------- /examples/nio03.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/nio03.py -------------------------------------------------------------------------------- /examples/nio04.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/nio04.py -------------------------------------------------------------------------------- /examples/nio05.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/nio05.py -------------------------------------------------------------------------------- /examples/niodump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/niodump.py -------------------------------------------------------------------------------- /examples/pynio_create_nc4.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/pynio_create_nc4.ipynb -------------------------------------------------------------------------------- /examples/pynio_read_nc4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/pynio_read_nc4.html -------------------------------------------------------------------------------- /examples/pynio_read_nc4.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/pynio_read_nc4.ipynb -------------------------------------------------------------------------------- /examples/rcomp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/rcomp.py -------------------------------------------------------------------------------- /examples/read_h5_compound.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/read_h5_compound.py -------------------------------------------------------------------------------- /examples/read_h5_string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/read_h5_string.py -------------------------------------------------------------------------------- /examples/read_h5_vlen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/read_h5_vlen.py -------------------------------------------------------------------------------- /examples/read_nc4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/read_nc4.py -------------------------------------------------------------------------------- /examples/rstr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/rstr.py -------------------------------------------------------------------------------- /examples/rvlen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/rvlen.py -------------------------------------------------------------------------------- /examples/strings.nc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/strings.nc -------------------------------------------------------------------------------- /examples/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/test.sh -------------------------------------------------------------------------------- /examples/testfiles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/testfiles -------------------------------------------------------------------------------- /examples/tnested.nc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/tnested.nc -------------------------------------------------------------------------------- /examples/vlen.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/vlen.h5 -------------------------------------------------------------------------------- /examples/walk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/walk.py -------------------------------------------------------------------------------- /examples/wcomp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/wcomp.py -------------------------------------------------------------------------------- /examples/wr_vlen.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/wr_vlen.html -------------------------------------------------------------------------------- /examples/wr_vlen.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/wr_vlen.ipynb -------------------------------------------------------------------------------- /examples/write_nc4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/write_nc4.py -------------------------------------------------------------------------------- /examples/wstr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/wstr.py -------------------------------------------------------------------------------- /examples/wvlen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/examples/wvlen.py -------------------------------------------------------------------------------- /libsrc/AddFileFormats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/AddFileFormats.c -------------------------------------------------------------------------------- /libsrc/AdvancedFileSupport.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/AdvancedFileSupport.c -------------------------------------------------------------------------------- /libsrc/AdvancedFileSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/AdvancedFileSupport.h -------------------------------------------------------------------------------- /libsrc/ApiRecords.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ApiRecords.h -------------------------------------------------------------------------------- /libsrc/AttSupport.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/AttSupport.c -------------------------------------------------------------------------------- /libsrc/AttSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/AttSupport.h -------------------------------------------------------------------------------- /libsrc/DataSupport.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/DataSupport.c -------------------------------------------------------------------------------- /libsrc/DataSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/DataSupport.h -------------------------------------------------------------------------------- /libsrc/FileSupport.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/FileSupport.c -------------------------------------------------------------------------------- /libsrc/FileSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/FileSupport.h -------------------------------------------------------------------------------- /libsrc/Formats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/Formats.c -------------------------------------------------------------------------------- /libsrc/GetGrids.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/GetGrids.c -------------------------------------------------------------------------------- /libsrc/HLUSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/HLUSupport.h -------------------------------------------------------------------------------- /libsrc/InitData.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/InitData.c -------------------------------------------------------------------------------- /libsrc/ListSupport.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ListSupport.c -------------------------------------------------------------------------------- /libsrc/ListSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ListSupport.h -------------------------------------------------------------------------------- /libsrc/Memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/Memory.c -------------------------------------------------------------------------------- /libsrc/NclAdvancedFile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclAdvancedFile.c -------------------------------------------------------------------------------- /libsrc/NclAdvancedFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclAdvancedFile.h -------------------------------------------------------------------------------- /libsrc/NclAdvancedFileStructure.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclAdvancedFileStructure.h -------------------------------------------------------------------------------- /libsrc/NclAdvancedGroup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclAdvancedGroup.c -------------------------------------------------------------------------------- /libsrc/NclAdvancedGroup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclAdvancedGroup.h -------------------------------------------------------------------------------- /libsrc/NclAdvancedOGR.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclAdvancedOGR.c -------------------------------------------------------------------------------- /libsrc/NclAtt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclAtt.c -------------------------------------------------------------------------------- /libsrc/NclAtt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclAtt.h -------------------------------------------------------------------------------- /libsrc/NclCCM.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclCCM.c -------------------------------------------------------------------------------- /libsrc/NclCCM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclCCM.h -------------------------------------------------------------------------------- /libsrc/NclCallBacksI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclCallBacksI.h -------------------------------------------------------------------------------- /libsrc/NclCoordVar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclCoordVar.c -------------------------------------------------------------------------------- /libsrc/NclCoordVar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclCoordVar.h -------------------------------------------------------------------------------- /libsrc/NclData.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclData.c -------------------------------------------------------------------------------- /libsrc/NclData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclData.h -------------------------------------------------------------------------------- /libsrc/NclDataDefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclDataDefs.h -------------------------------------------------------------------------------- /libsrc/NclFile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclFile.c -------------------------------------------------------------------------------- /libsrc/NclFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclFile.h -------------------------------------------------------------------------------- /libsrc/NclFileInterfaces.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclFileInterfaces.h -------------------------------------------------------------------------------- /libsrc/NclFileVar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclFileVar.c -------------------------------------------------------------------------------- /libsrc/NclFileVar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclFileVar.h -------------------------------------------------------------------------------- /libsrc/NclGRIB.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclGRIB.c -------------------------------------------------------------------------------- /libsrc/NclGRIB.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclGRIB.h -------------------------------------------------------------------------------- /libsrc/NclGRIB2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclGRIB2.c -------------------------------------------------------------------------------- /libsrc/NclGRIB2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclGRIB2.h -------------------------------------------------------------------------------- /libsrc/NclGroup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclGroup.c -------------------------------------------------------------------------------- /libsrc/NclGroup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclGroup.h -------------------------------------------------------------------------------- /libsrc/NclGrpFuncs.null: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclGrpFuncs.null -------------------------------------------------------------------------------- /libsrc/NclHDF.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclHDF.c -------------------------------------------------------------------------------- /libsrc/NclHDF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclHDF.h -------------------------------------------------------------------------------- /libsrc/NclHDF5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclHDF5.c -------------------------------------------------------------------------------- /libsrc/NclHDFEOS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclHDFEOS.c -------------------------------------------------------------------------------- /libsrc/NclHDFEOS5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclHDFEOS5.c -------------------------------------------------------------------------------- /libsrc/NclHLUObj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclHLUObj.h -------------------------------------------------------------------------------- /libsrc/NclHLUVar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclHLUVar.h -------------------------------------------------------------------------------- /libsrc/NclList.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclList.c -------------------------------------------------------------------------------- /libsrc/NclList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclList.h -------------------------------------------------------------------------------- /libsrc/NclMdInc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclMdInc.h -------------------------------------------------------------------------------- /libsrc/NclMultiDValData.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclMultiDValData.c -------------------------------------------------------------------------------- /libsrc/NclMultiDValData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclMultiDValData.h -------------------------------------------------------------------------------- /libsrc/NclMultiDValHLUObjData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclMultiDValHLUObjData.h -------------------------------------------------------------------------------- /libsrc/NclMultiDVallistData.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclMultiDVallistData.c -------------------------------------------------------------------------------- /libsrc/NclMultiDVallistData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclMultiDVallistData.h -------------------------------------------------------------------------------- /libsrc/NclMultiDValnclfileData.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclMultiDValnclfileData.c -------------------------------------------------------------------------------- /libsrc/NclMultiDValnclfileData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclMultiDValnclfileData.h -------------------------------------------------------------------------------- /libsrc/NclNetCDF4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclNetCDF4.c -------------------------------------------------------------------------------- /libsrc/NclNetCdf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclNetCdf.c -------------------------------------------------------------------------------- /libsrc/NclNewHDF5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclNewHDF5.c -------------------------------------------------------------------------------- /libsrc/NclNewHDFEOS5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclNewHDFEOS5.c -------------------------------------------------------------------------------- /libsrc/NclOGR.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclOGR.c -------------------------------------------------------------------------------- /libsrc/NclOneDValCoordData.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclOneDValCoordData.c -------------------------------------------------------------------------------- /libsrc/NclOneDValCoordData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclOneDValCoordData.h -------------------------------------------------------------------------------- /libsrc/NclOptions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclOptions.h -------------------------------------------------------------------------------- /libsrc/NclType.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclType.c -------------------------------------------------------------------------------- /libsrc/NclType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclType.h -------------------------------------------------------------------------------- /libsrc/NclTypebyte.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypebyte.c -------------------------------------------------------------------------------- /libsrc/NclTypebyte.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypebyte.h -------------------------------------------------------------------------------- /libsrc/NclTypechar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypechar.c -------------------------------------------------------------------------------- /libsrc/NclTypechar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypechar.h -------------------------------------------------------------------------------- /libsrc/NclTypedouble.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypedouble.c -------------------------------------------------------------------------------- /libsrc/NclTypedouble.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypedouble.h -------------------------------------------------------------------------------- /libsrc/NclTypefloat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypefloat.c -------------------------------------------------------------------------------- /libsrc/NclTypefloat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypefloat.h -------------------------------------------------------------------------------- /libsrc/NclTypeint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypeint.c -------------------------------------------------------------------------------- /libsrc/NclTypeint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypeint.h -------------------------------------------------------------------------------- /libsrc/NclTypeint64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypeint64.c -------------------------------------------------------------------------------- /libsrc/NclTypeint64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypeint64.h -------------------------------------------------------------------------------- /libsrc/NclTypelist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypelist.c -------------------------------------------------------------------------------- /libsrc/NclTypelist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypelist.h -------------------------------------------------------------------------------- /libsrc/NclTypelogical.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypelogical.c -------------------------------------------------------------------------------- /libsrc/NclTypelogical.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypelogical.h -------------------------------------------------------------------------------- /libsrc/NclTypelong.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypelong.c -------------------------------------------------------------------------------- /libsrc/NclTypelong.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypelong.h -------------------------------------------------------------------------------- /libsrc/NclTypeobj.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypeobj.c -------------------------------------------------------------------------------- /libsrc/NclTypeobj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypeobj.h -------------------------------------------------------------------------------- /libsrc/NclTypeshort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypeshort.c -------------------------------------------------------------------------------- /libsrc/NclTypeshort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypeshort.h -------------------------------------------------------------------------------- /libsrc/NclTypestring.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypestring.c -------------------------------------------------------------------------------- /libsrc/NclTypestring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypestring.h -------------------------------------------------------------------------------- /libsrc/NclTypeubyte.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypeubyte.c -------------------------------------------------------------------------------- /libsrc/NclTypeubyte.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypeubyte.h -------------------------------------------------------------------------------- /libsrc/NclTypeuint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypeuint.c -------------------------------------------------------------------------------- /libsrc/NclTypeuint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypeuint.h -------------------------------------------------------------------------------- /libsrc/NclTypeuint64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypeuint64.c -------------------------------------------------------------------------------- /libsrc/NclTypeuint64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypeuint64.h -------------------------------------------------------------------------------- /libsrc/NclTypeulong.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypeulong.c -------------------------------------------------------------------------------- /libsrc/NclTypeulong.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypeulong.h -------------------------------------------------------------------------------- /libsrc/NclTypeushort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypeushort.c -------------------------------------------------------------------------------- /libsrc/NclTypeushort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclTypeushort.h -------------------------------------------------------------------------------- /libsrc/NclVar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclVar.c -------------------------------------------------------------------------------- /libsrc/NclVar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/NclVar.h -------------------------------------------------------------------------------- /libsrc/OpsList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/OpsList.h -------------------------------------------------------------------------------- /libsrc/Symbol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/Symbol.h -------------------------------------------------------------------------------- /libsrc/TypeSupport.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/TypeSupport.c -------------------------------------------------------------------------------- /libsrc/TypeSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/TypeSupport.h -------------------------------------------------------------------------------- /libsrc/VarSupport.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/VarSupport.c -------------------------------------------------------------------------------- /libsrc/VarSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/VarSupport.h -------------------------------------------------------------------------------- /libsrc/ccmhdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ccmhdr.h -------------------------------------------------------------------------------- /libsrc/cmpf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/cmpf.c -------------------------------------------------------------------------------- /libsrc/cmpf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/cmpf.h -------------------------------------------------------------------------------- /libsrc/cptec_254_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/cptec_254_gtb.h -------------------------------------------------------------------------------- /libsrc/ctoiee.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ctoiee.c -------------------------------------------------------------------------------- /libsrc/date.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/date.c -------------------------------------------------------------------------------- /libsrc/date.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/date.h -------------------------------------------------------------------------------- /libsrc/defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/defs.h -------------------------------------------------------------------------------- /libsrc/dwd_002_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/dwd_002_gtb.h -------------------------------------------------------------------------------- /libsrc/dwd_201_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/dwd_201_gtb.h -------------------------------------------------------------------------------- /libsrc/dwd_202_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/dwd_202_gtb.h -------------------------------------------------------------------------------- /libsrc/dwd_203_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/dwd_203_gtb.h -------------------------------------------------------------------------------- /libsrc/dwd_204_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/dwd_204_gtb.h -------------------------------------------------------------------------------- /libsrc/dwd_205_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/dwd_205_gtb.h -------------------------------------------------------------------------------- /libsrc/dwd_206_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/dwd_206_gtb.h -------------------------------------------------------------------------------- /libsrc/dwd_207_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/dwd_207_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_128_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_128_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_129_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_129_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_130_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_130_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_131_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_131_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_132_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_132_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_133_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_133_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_140_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_140_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_150_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_150_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_151_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_151_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_160_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_160_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_162_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_162_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_170_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_170_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_171_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_171_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_172_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_172_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_173_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_173_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_174_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_174_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_175_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_175_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_180_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_180_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_190_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_190_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_200_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_200_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_201_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_201_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_210_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_210_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_211_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_211_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_213_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_213_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_214_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_214_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_215_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_215_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_217_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_217_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_218_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_218_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_219_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_219_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_220_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_220_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_221_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_221_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_228_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_228_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_230_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_230_gtb.h -------------------------------------------------------------------------------- /libsrc/ecmwf_234_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ecmwf_234_gtb.h -------------------------------------------------------------------------------- /libsrc/fnmoc_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/fnmoc_gtb.h -------------------------------------------------------------------------------- /libsrc/fsl0_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/fsl0_gtb.h -------------------------------------------------------------------------------- /libsrc/fsl1_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/fsl1_gtb.h -------------------------------------------------------------------------------- /libsrc/fsl2_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/fsl2_gtb.h -------------------------------------------------------------------------------- /libsrc/h5data_struct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/h5data_struct.h -------------------------------------------------------------------------------- /libsrc/h5reader.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/h5reader.c -------------------------------------------------------------------------------- /libsrc/h5writer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/h5writer.c -------------------------------------------------------------------------------- /libsrc/jma_3_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/jma_3_gtb.h -------------------------------------------------------------------------------- /libsrc/jra55_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/jra55_gtb.h -------------------------------------------------------------------------------- /libsrc/llmap.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/llmap.f -------------------------------------------------------------------------------- /libsrc/llmisc.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/llmisc.f -------------------------------------------------------------------------------- /libsrc/mpi_128_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/mpi_128_gtb.h -------------------------------------------------------------------------------- /libsrc/mpi_180_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/mpi_180_gtb.h -------------------------------------------------------------------------------- /libsrc/mpi_181_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/mpi_181_gtb.h -------------------------------------------------------------------------------- /libsrc/mpi_199_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/mpi_199_gtb.h -------------------------------------------------------------------------------- /libsrc/ncep_128_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ncep_128_gtb.h -------------------------------------------------------------------------------- /libsrc/ncep_129_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ncep_129_gtb.h -------------------------------------------------------------------------------- /libsrc/ncep_130_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ncep_130_gtb.h -------------------------------------------------------------------------------- /libsrc/ncep_131_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ncep_131_gtb.h -------------------------------------------------------------------------------- /libsrc/ncep_133_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ncep_133_gtb.h -------------------------------------------------------------------------------- /libsrc/ncep_140_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ncep_140_gtb.h -------------------------------------------------------------------------------- /libsrc/ncep_141_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ncep_141_gtb.h -------------------------------------------------------------------------------- /libsrc/ncep_opn_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ncep_opn_gtb.h -------------------------------------------------------------------------------- /libsrc/ncep_reanal_gtb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ncep_reanal_gtb.h -------------------------------------------------------------------------------- /libsrc/ncepcode.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/ncepcode.f -------------------------------------------------------------------------------- /libsrc/nio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/nio.c -------------------------------------------------------------------------------- /libsrc/nio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/nio.h -------------------------------------------------------------------------------- /libsrc/nioBase.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/nioBase.c -------------------------------------------------------------------------------- /libsrc/nioBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/nioBase.h -------------------------------------------------------------------------------- /libsrc/nioBaseI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/nioBaseI.h -------------------------------------------------------------------------------- /libsrc/nioBaseP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/nioBaseP.h -------------------------------------------------------------------------------- /libsrc/nioCallbacks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/nioCallbacks.c -------------------------------------------------------------------------------- /libsrc/nioCallbacks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/nioCallbacks.h -------------------------------------------------------------------------------- /libsrc/nioCallbacksP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/nioCallbacksP.h -------------------------------------------------------------------------------- /libsrc/nioConvert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/nioConvert.c -------------------------------------------------------------------------------- /libsrc/nioConvert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/nioConvert.h -------------------------------------------------------------------------------- /libsrc/nioConvertP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/nioConvertP.h -------------------------------------------------------------------------------- /libsrc/nioError.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/nioError.c -------------------------------------------------------------------------------- /libsrc/nioError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/nioError.h -------------------------------------------------------------------------------- /libsrc/nioNclHLUStub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/nioNclHLUStub.c -------------------------------------------------------------------------------- /libsrc/nioNgSizeT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/nioNgSizeT.h -------------------------------------------------------------------------------- /libsrc/nioNresDB.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/nioNresDB.c -------------------------------------------------------------------------------- /libsrc/nioNresDB.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/nioNresDB.h -------------------------------------------------------------------------------- /libsrc/nioQuarks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/nioQuarks.c -------------------------------------------------------------------------------- /libsrc/nioResList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/nioResList.h -------------------------------------------------------------------------------- /libsrc/nioUtils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/nioUtils.c -------------------------------------------------------------------------------- /libsrc/nioUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/nioUtils.h -------------------------------------------------------------------------------- /libsrc/nioVarArg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/nioVarArg.h -------------------------------------------------------------------------------- /libsrc/nio_io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/nio_io.c -------------------------------------------------------------------------------- /libsrc/nio_path.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/nio_path.c -------------------------------------------------------------------------------- /libsrc/nio_path.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/nio_path.h -------------------------------------------------------------------------------- /libsrc/nioc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/nioc.h -------------------------------------------------------------------------------- /libsrc/niohlu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/niohlu.c -------------------------------------------------------------------------------- /libsrc/niohlu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/niohlu.h -------------------------------------------------------------------------------- /libsrc/niohluP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/niohluP.h -------------------------------------------------------------------------------- /libsrc/qu2reg3.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/qu2reg3.f -------------------------------------------------------------------------------- /libsrc/rowina3.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/rowina3.f -------------------------------------------------------------------------------- /libsrc/scm0.f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/scm0.f -------------------------------------------------------------------------------- /libsrc/tables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/libsrc/tables.h -------------------------------------------------------------------------------- /mysetup.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/mysetup.csh -------------------------------------------------------------------------------- /ncarg/data/grib/19580101.ice125.grb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/data/grib/19580101.ice125.grb -------------------------------------------------------------------------------- /ncarg/data/grib/19580101.ice125.grb-base.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/data/grib/19580101.ice125.grb-base.txt -------------------------------------------------------------------------------- /ncarg/data/grib2/wafsgfs_L_t06z_intdsk60.grib2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/data/grib2/wafsgfs_L_t06z_intdsk60.grib2 -------------------------------------------------------------------------------- /ncarg/data/grib2/wafsgfs_L_t06z_intdsk60.grib2-base.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/data/grib2/wafsgfs_L_t06z_intdsk60.grib2-base.txt -------------------------------------------------------------------------------- /ncarg/data/hdf/avhrr.hdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/data/hdf/avhrr.hdf -------------------------------------------------------------------------------- /ncarg/data/hdf/avhrr.hdf-base.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/data/hdf/avhrr.hdf-base.txt -------------------------------------------------------------------------------- /ncarg/data/hdf5/num-types.h5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/data/hdf5/num-types.h5 -------------------------------------------------------------------------------- /ncarg/data/hdf5/num-types.h5-base.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/data/hdf5/num-types.h5-base.txt -------------------------------------------------------------------------------- /ncarg/data/hdfeos/MOD04_L2.A2001066.0000.004.2003078090622.hdfeos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/data/hdfeos/MOD04_L2.A2001066.0000.004.2003078090622.hdfeos -------------------------------------------------------------------------------- /ncarg/data/hdfeos/MOD04_L2.A2001066.0000.004.2003078090622.hdfeos-base.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/data/hdfeos/MOD04_L2.A2001066.0000.004.2003078090622.hdfeos-base.txt -------------------------------------------------------------------------------- /ncarg/data/hdfeos5/OMI-Aura_L3-OMAERUVd_2010m0131_v003-2010m0202t014811.he5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/data/hdfeos5/OMI-Aura_L3-OMAERUVd_2010m0131_v003-2010m0202t014811.he5 -------------------------------------------------------------------------------- /ncarg/data/hdfeos5/OMI-Aura_L3-OMAERUVd_2010m0131_v003-2010m0202t014811.he5-base.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/data/hdfeos5/OMI-Aura_L3-OMAERUVd_2010m0131_v003-2010m0202t014811.he5-base.txt -------------------------------------------------------------------------------- /ncarg/data/netcdf/pop.nc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/data/netcdf/pop.nc -------------------------------------------------------------------------------- /ncarg/data/netcdf/pop.nc-base.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/data/netcdf/pop.nc-base.txt -------------------------------------------------------------------------------- /ncarg/data/netcdf/test_hgroups.nc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/data/netcdf/test_hgroups.nc -------------------------------------------------------------------------------- /ncarg/data/netcdf/test_hgroups.nc-base.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/data/netcdf/test_hgroups.nc-base.txt -------------------------------------------------------------------------------- /ncarg/data/shapefile/states.dbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/data/shapefile/states.dbf -------------------------------------------------------------------------------- /ncarg/data/shapefile/states.prj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/data/shapefile/states.prj -------------------------------------------------------------------------------- /ncarg/data/shapefile/states.shp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/data/shapefile/states.shp -------------------------------------------------------------------------------- /ncarg/data/shapefile/states.shp-base.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/data/shapefile/states.shp-base.txt -------------------------------------------------------------------------------- /ncarg/data/shapefile/states.shx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/data/shapefile/states.shx -------------------------------------------------------------------------------- /ncarg/grib2_codetables/centers.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/centers.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/0/0.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/0/0.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/1/1.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/1/1.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/1/1.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/1/1.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/1/1.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/1/1.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/1/1.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/1/1.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/1/1.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/1/1.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/3/3.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/3/3.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/3/3.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/3/3.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/3/3.10.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/3/3.10.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/3/3.11.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/3/3.11.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/3/3.15.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/3/3.15.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/3/3.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/3/3.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/3/3.20.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/3/3.20.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/3/3.21.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/3/3.21.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/3/3.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/3/3.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/3/3.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/3/3.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/3/3.5.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/3/3.5.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/3/3.6.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/3/3.6.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/3/3.7.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/3/3.7.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/3/3.8.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/3/3.8.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/3/3.9.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/3/3.9.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.10.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.10.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.12.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.12.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.13.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.13.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.14.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.14.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.15.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.15.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.0.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.0.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.0.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.0.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.0.13.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.0.13.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.0.14.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.0.14.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.0.15.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.0.15.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.0.16.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.0.16.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.0.17.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.0.17.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.0.18.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.0.18.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.0.19.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.0.19.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.0.190.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.0.190.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.0.191.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.0.191.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.0.192.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.0.192.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.0.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.0.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.0.20.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.0.20.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.0.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.0.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.0.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.0.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.0.5.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.0.5.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.0.6.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.0.6.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.0.7.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.0.7.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.1.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.1.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.1.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.1.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.1.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.1.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.10.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.10.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.10.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.10.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.10.191.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.10.191.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.10.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.10.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.10.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.10.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.10.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.10.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.2.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.2.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.2.192.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.2.192.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.2.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.2.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.2.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.2.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.2.5.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.2.5.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.3.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.3.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.3.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.3.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.3.192.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.3.192.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.3.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.3.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.3.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.3.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.3.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.3.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.3.5.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.3.5.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.3.6.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.3.6.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.201.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.201.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.202.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.202.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.203.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.203.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.204.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.204.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.205.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.205.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.206.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.206.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.207.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.207.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.208.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.208.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.209.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.209.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.210.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.210.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.211.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.211.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.212.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.212.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.213.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.213.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.215.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.215.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.216.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.216.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.217.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.217.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.220.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.220.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.221.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.221.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.222.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.222.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.223.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.223.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.230.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.230.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.5.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.5.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.6.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.6.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.7.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.7.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.8.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.8.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/4.9.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/4.9.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/bufr.0.02.020.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/bufr.0.02.020.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/cc.c5.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/cc.c5.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/4/cc.c8.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/4/cc.c8.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/5/5.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/5/5.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/5/5.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/5/5.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/5/5.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/5/5.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/5/5.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/5/5.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/5/5.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/5/5.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/5/5.40.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/5/5.40.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/5/5.5.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/5/5.5.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/5/5.6.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/5/5.6.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/5/5.7.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/5/5.7.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ecmwf/6/6.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ecmwf/6/6.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/0/0.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/0/0.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/1/1.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/1/1.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/1/1.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/1/1.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/1/1.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/1/1.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/1/1.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/1/1.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/1/1.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/1/1.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/3/3.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/3/3.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/3/3.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/3/3.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/3/3.10.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/3/3.10.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/3/3.11.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/3/3.11.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/3/3.15.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/3/3.15.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/3/3.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/3/3.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/3/3.20.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/3/3.20.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/3/3.21.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/3/3.21.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/3/3.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/3/3.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/3/3.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/3/3.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/3/3.5.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/3/3.5.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/3/3.6.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/3/3.6.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/3/3.7.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/3/3.7.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/3/3.8.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/3/3.8.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/3/3.9.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/3/3.9.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.10.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.10.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.12.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.12.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.13.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.13.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.14.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.14.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.2.0.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.2.0.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.2.0.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.2.0.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.2.0.13.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.2.0.13.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.2.0.14.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.2.0.14.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.2.0.15.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.2.0.15.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.2.0.16.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.2.0.16.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.2.0.17.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.2.0.17.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.2.0.18.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.2.0.18.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.2.0.19.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.2.0.19.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.2.0.190.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.2.0.190.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.2.0.191.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.2.0.191.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.2.0.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.2.0.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.2.0.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.2.0.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.2.0.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.2.0.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.2.0.5.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.2.0.5.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.2.0.6.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.2.0.6.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.2.0.7.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.2.0.7.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.2.1.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.2.1.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.2.1.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.2.1.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.2.10.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.2.10.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.2.10.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.2.10.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.2.10.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.2.10.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.2.10.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.2.10.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.2.10.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.2.10.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.2.2.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.2.2.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.2.2.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.2.2.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.2.3.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.2.3.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.2.3.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.2.3.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.201.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.201.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.202.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.202.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.203.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.203.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.204.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.204.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.205.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.205.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.206.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.206.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.207.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.207.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.208.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.208.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.209.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.209.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.210.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.210.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.211.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.211.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.212.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.212.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.213.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.213.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.215.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.215.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.216.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.216.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.217.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.217.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.220.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.220.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.221.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.221.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.222.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.222.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.5.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.5.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.6.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.6.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.7.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.7.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.8.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.8.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/4/4.9.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/4/4.9.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/5/5.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/5/5.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/5/5.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/5/5.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/5/5.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/5/5.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/5/5.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/5/5.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/5/5.40.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/5/5.40.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/5/5.40000.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/5/5.40000.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/5/5.5.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/5/5.5.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/5/5.6.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/5/5.6.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/5/5.7.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/5/5.7.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/5/5.8.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/5/5.8.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/fsl/6/6.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/fsl/6/6.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/0/0.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/0/0.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/1/1.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/1/1.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/1/1.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/1/1.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/1/1.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/1/1.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/1/1.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/1/1.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/1/1.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/1/1.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/3/3.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/3/3.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/3/3.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/3/3.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/3/3.10.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/3/3.10.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/3/3.11.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/3/3.11.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/3/3.15.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/3/3.15.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/3/3.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/3/3.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/3/3.20.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/3/3.20.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/3/3.21.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/3/3.21.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/3/3.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/3/3.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/3/3.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/3/3.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/3/3.5.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/3/3.5.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/3/3.6.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/3/3.6.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/3/3.7.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/3/3.7.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/3/3.8.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/3/3.8.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/3/3.9.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/3/3.9.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.10.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.10.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.12.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.12.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.13.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.13.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.14.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.14.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.2.0.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.2.0.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.2.0.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.2.0.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.2.0.13.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.2.0.13.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.2.0.14.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.2.0.14.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.2.0.15.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.2.0.15.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.2.0.16.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.2.0.16.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.2.0.17.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.2.0.17.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.2.0.18.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.2.0.18.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.2.0.19.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.2.0.19.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.2.0.190.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.2.0.190.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.2.0.191.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.2.0.191.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.2.0.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.2.0.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.2.0.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.2.0.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.2.0.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.2.0.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.2.0.5.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.2.0.5.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.2.0.6.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.2.0.6.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.2.0.7.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.2.0.7.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.2.1.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.2.1.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.2.1.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.2.1.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.2.10.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.2.10.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.2.10.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.2.10.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.2.10.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.2.10.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.2.10.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.2.10.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.2.10.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.2.10.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.2.2.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.2.2.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.2.2.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.2.2.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.2.3.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.2.3.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.2.3.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.2.3.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.201.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.201.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.202.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.202.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.203.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.203.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.204.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.204.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.205.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.205.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.206.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.206.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.207.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.207.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.208.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.208.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.209.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.209.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.210.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.210.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.211.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.211.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.212.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.212.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.213.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.213.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.215.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.215.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.216.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.216.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.217.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.217.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.220.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.220.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.221.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.221.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.222.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.222.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.5.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.5.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.6.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.6.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.7.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.7.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.8.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.8.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/4/4.9.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/4/4.9.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/5/5.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/5/5.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/5/5.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/5/5.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/5/5.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/5/5.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/5/5.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/5/5.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/5/5.40.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/5/5.40.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/5/5.40000.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/5/5.40000.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/5/5.5.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/5/5.5.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/5/5.6.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/5/5.6.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/5/5.7.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/5/5.7.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/5/5.8.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/5/5.8.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncar/6/6.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncar/6/6.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/0/0.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/0/0.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/1/1.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/1/1.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/1/1.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/1/1.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/1/1.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/1/1.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/1/1.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/1/1.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/1/1.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/1/1.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/3/3.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/3/3.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/3/3.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/3/3.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/3/3.10.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/3/3.10.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/3/3.11.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/3/3.11.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/3/3.15.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/3/3.15.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/3/3.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/3/3.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/3/3.20.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/3/3.20.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/3/3.21.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/3/3.21.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/3/3.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/3/3.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/3/3.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/3/3.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/3/3.5.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/3/3.5.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/3/3.6.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/3/3.6.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/3/3.7.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/3/3.7.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/3/3.8.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/3/3.8.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/3/3.9.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/3/3.9.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.10.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.10.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.12.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.12.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.13.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.13.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.14.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.14.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.15.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.15.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.0.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.0.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.0.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.0.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.0.13.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.0.13.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.0.14.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.0.14.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.0.15.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.0.15.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.0.16.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.0.16.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.0.17.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.0.17.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.0.18.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.0.18.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.0.19.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.0.19.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.0.190.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.0.190.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.0.191.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.0.191.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.0.192.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.0.192.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.0.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.0.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.0.20.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.0.20.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.0.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.0.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.0.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.0.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.0.5.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.0.5.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.0.6.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.0.6.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.0.7.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.0.7.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.1.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.1.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.1.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.1.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.1.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.1.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.10.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.10.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.10.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.10.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.10.191.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.10.191.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.10.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.10.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.10.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.10.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.10.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.10.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.2.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.2.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.2.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.2.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.2.192.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.2.192.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.2.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.2.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.2.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.2.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.2.5.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.2.5.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.209.10.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.209.10.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.209.11.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.209.11.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.209.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.209.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.209.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.209.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.209.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.209.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.209.6.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.209.6.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.209.7.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.209.7.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.209.8.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.209.8.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.209.9.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.209.9.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.3.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.3.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.3.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.3.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.3.192.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.3.192.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.4.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.4.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.4.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.4.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.4.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.4.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.4.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.4.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.4.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.4.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.4.5.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.4.5.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.4.6.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.4.6.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.4.7.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.4.7.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.4.8.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.4.8.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.4.9.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.4.9.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.201.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.201.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.202.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.202.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.203.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.203.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.204.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.204.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.205.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.205.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.206.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.206.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.207.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.207.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.208.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.208.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.209.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.209.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.210.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.210.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.211.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.211.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.212.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.212.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.213.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.213.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.215.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.215.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.216.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.216.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.217.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.217.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.220.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.220.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.221.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.221.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.222.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.222.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.223.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.223.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.230.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.230.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.233.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.233.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.4.1.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.4.1.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.5.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.5.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.6.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.6.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.7.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.7.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.8.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.8.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/4.9.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/4.9.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/bufr.0.02.020.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/bufr.0.02.020.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/cc.c5.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/cc.c5.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/4/cc.c8.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/4/cc.c8.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/5/5.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/5/5.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/5/5.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/5/5.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/5/5.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/5/5.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/5/5.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/5/5.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/5/5.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/5/5.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/5/5.40.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/5/5.40.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/5/5.5.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/5/5.5.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/5/5.6.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/5/5.6.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/5/5.7.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/5/5.7.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/ncep/6/6.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/ncep/6/6.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/0/0.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/0/0.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/1/1.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/1/1.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/1/1.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/1/1.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/1/1.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/1/1.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/1/1.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/1/1.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/1/1.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/1/1.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/3/3.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/3/3.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/3/3.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/3/3.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/3/3.10.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/3/3.10.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/3/3.11.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/3/3.11.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/3/3.15.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/3/3.15.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/3/3.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/3/3.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/3/3.20.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/3/3.20.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/3/3.21.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/3/3.21.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/3/3.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/3/3.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/3/3.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/3/3.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/3/3.5.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/3/3.5.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/3/3.6.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/3/3.6.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/3/3.7.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/3/3.7.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/3/3.8.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/3/3.8.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/3/3.9.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/3/3.9.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.10.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.10.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.12.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.12.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.13.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.13.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.14.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.14.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.2.0.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.2.0.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.2.0.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.2.0.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.2.0.13.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.2.0.13.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.2.0.14.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.2.0.14.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.2.0.15.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.2.0.15.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.2.0.16.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.2.0.16.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.2.0.17.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.2.0.17.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.2.0.18.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.2.0.18.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.2.0.19.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.2.0.19.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.2.0.190.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.2.0.190.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.2.0.191.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.2.0.191.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.2.0.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.2.0.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.2.0.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.2.0.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.2.0.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.2.0.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.2.0.5.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.2.0.5.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.2.0.6.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.2.0.6.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.2.0.7.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.2.0.7.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.2.1.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.2.1.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.2.1.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.2.1.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.2.10.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.2.10.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.2.10.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.2.10.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.2.10.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.2.10.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.2.10.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.2.10.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.2.10.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.2.10.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.2.2.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.2.2.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.2.2.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.2.2.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.2.3.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.2.3.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.2.3.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.2.3.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.201.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.201.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.202.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.202.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.203.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.203.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.204.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.204.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.205.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.205.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.206.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.206.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.207.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.207.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.208.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.208.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.209.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.209.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.210.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.210.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.211.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.211.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.212.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.212.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.213.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.213.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.215.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.215.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.216.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.216.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.217.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.217.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.220.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.220.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.221.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.221.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.222.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.222.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.4.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.4.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.5.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.5.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.6.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.6.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.7.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.7.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.8.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.8.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/4/4.9.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/4/4.9.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/5/5.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/5/5.0.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/5/5.1.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/5/5.1.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/5/5.2.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/5/5.2.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/5/5.3.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/5/5.3.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/5/5.40.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/5/5.40.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/5/5.40000.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/5/5.40000.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/5/5.5.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/5/5.5.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/5/5.6.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/5/5.6.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/5/5.7.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/5/5.7.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/5/5.8.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/5/5.8.table -------------------------------------------------------------------------------- /ncarg/grib2_codetables/tigge/6/6.0.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/ncarg/grib2_codetables/tigge/6/6.0.table -------------------------------------------------------------------------------- /niodict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/niodict.py -------------------------------------------------------------------------------- /niomodule.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/niomodule.c -------------------------------------------------------------------------------- /niomodule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/niomodule.h -------------------------------------------------------------------------------- /old_test/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/old_test/README -------------------------------------------------------------------------------- /old_test/ma_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/old_test/ma_test.py -------------------------------------------------------------------------------- /old_test/nio_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/old_test/nio_demo.py -------------------------------------------------------------------------------- /old_test/test-file-formats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/old_test/test-file-formats.py -------------------------------------------------------------------------------- /old_test/test-large.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/old_test/test-large.py -------------------------------------------------------------------------------- /old_test/test-opendap1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/old_test/test-opendap1.py -------------------------------------------------------------------------------- /old_test/test-opendap2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/old_test/test-opendap2.py -------------------------------------------------------------------------------- /old_test/test-types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/old_test/test-types.py -------------------------------------------------------------------------------- /old_test/test-unlim.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/old_test/test-unlim.py -------------------------------------------------------------------------------- /old_test/test-version.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/old_test/test-version.py -------------------------------------------------------------------------------- /old_test/test2.5.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/old_test/test2.5.sh -------------------------------------------------------------------------------- /old_test/test2.6.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/old_test/test2.6.sh -------------------------------------------------------------------------------- /old_test/test2.7.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/old_test/test2.7.sh -------------------------------------------------------------------------------- /old_test/test_compare: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/old_test/test_compare -------------------------------------------------------------------------------- /old_test/test_mfio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/old_test/test_mfio.py -------------------------------------------------------------------------------- /old_test/testfiles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/old_test/testfiles -------------------------------------------------------------------------------- /old_test/var-sub-test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/old_test/var-sub-test.py -------------------------------------------------------------------------------- /old_test/yMakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/old_test/yMakefile -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/setup.py -------------------------------------------------------------------------------- /test/test_grib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/test/test_grib.py -------------------------------------------------------------------------------- /test/test_grib2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/test/test_grib2.py -------------------------------------------------------------------------------- /test/test_hdf4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/test/test_hdf4.py -------------------------------------------------------------------------------- /test/test_hdf5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/test/test_hdf5.py -------------------------------------------------------------------------------- /test/test_hdfeos.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/test/test_hdfeos.py -------------------------------------------------------------------------------- /test/test_hdfeos5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/test/test_hdfeos5.py -------------------------------------------------------------------------------- /test/test_large.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/test/test_large.py -------------------------------------------------------------------------------- /test/test_ma.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/test/test_ma.py -------------------------------------------------------------------------------- /test/test_mfio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/test/test_mfio.py -------------------------------------------------------------------------------- /test/test_netcdf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/test/test_netcdf.py -------------------------------------------------------------------------------- /test/test_netcdf4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/test/test_netcdf4.py -------------------------------------------------------------------------------- /test/test_opendap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/test/test_opendap.py -------------------------------------------------------------------------------- /test/test_shapefile.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/test/test_shapefile.py -------------------------------------------------------------------------------- /test/test_types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/test/test_types.py -------------------------------------------------------------------------------- /test/test_unlim.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/test/test_unlim.py -------------------------------------------------------------------------------- /test/test_var_sub.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NCAR/pynio/HEAD/test/test_var_sub.py -------------------------------------------------------------------------------- /version: -------------------------------------------------------------------------------- 1 | 1.5.5 2 | --------------------------------------------------------------------------------