
Seth Kutikoff scripts
[Click on images below for larger view.]
seth.csv2nc_asciiread.ncl - this NCL script converts a series of "CSV_TriSouthts_xxx.dat" files to a NetCDF file. The files are a series of fields separated by commas:
101,2014,172,000,0.05,0.03525,0.03075,-0.01475,24.12265,695.8132,12.69542,97.56184,0,251,26.63834,2.552268 101,2014,172,000,0.1,0.035,0.031,-0.01475,24.09341,695.7902,12.69927,97.56184,1,251,26.63834,2.552385 101,2014,172,000,0.15,0.03575,0.03075,-0.01475,24.12781,695.9479,12.70013,97.56184,2,251,26.6313,2.55121 101,2014,172,000,0.2,0.0345,0.0315,-0.01475,24.15704,696.0281,12.7026,97.50086,3,251,26.63365,2.551505 101,2014,172,000,0.25,0.035,0.03075,-0.0145,24.08136,696.0058,12.70305,97.56184,4,251,26.62192,2.549743 . . .
seth.rdplt_asciiread.ncl - this NCL script reads a series of CSV files directly and creates an XY time series plot.
seth.rdplt_nc.ncl - this NCL script reads the NetCDF file created by seth.csv2nc_asciiread.ncl and creates an XY time series plot.