# # surface data in netCDF format # # metar decoder, creates NetCDF files formated Surface_METAR_yyyymmdd_hh00.nc # All aviation reports including metar tests. old netcdf file format DDS|IDS ^S(A....|P....|XUS8.) .... ([0-3][0-9]) PIPE decoders/metar2nc etc/metar.cdl data/pub/decoded/netcdf/surface/metarold # # metar decoder, creates NetCDF files with new CDL format on a daily basis # formated data/decoded/yyyymmdd_metar.nc DDS|IDS ^S(A....|P....|XUS8.) .... ([0-3][0-9]) PIPE decoders/metar2nc.new1 etc/metar.cdl.new1 data/pub/decoded/netcdf/surface/metar # # upper air perl decoder DDS|IDS ^U[ABDEFGHIJKLMPQRSTXZ].... .... ([0-3][0-9]) PIPE decoders/ua2nc etc/raob.cdl data/pub/decoded/netcdf/upperair # # buoy reports in yymmddhh_buoy.nc decoded into NetCDF format DDS|IDS ^S[NS].... .... ([0-3][0-9]) PIPE decoders/buoy2nc etc/buoy.cdl data/pub/decoded/netcdf/surface/buoy # # Synoptic reports in yymmddhh_syn.nc decoded into NetCDF format DDS|IDS ^SM.... .... ([0-3][0-9]) PIPE decoders/syn2nc etc/syn.cdl data/pub/decoded/netcdf/surface/synoptic #