NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
Current as of: March 19, 2014
NEXRAD national composites are available on the FNEXRAD IDD data feed as PNG-compressed GINI images. The typical LDM pattern action to receive and file all composites is:
FNEXRAD ^rad/NEXRCOMP/(...)/(...)_(........)_(....) FILE -close data/gempak/images/sat/NEXRCOMP/\1/\2/\2_\3_\4
For individual products:
FNEXRAD ^rad/NEXRCOMP/1km/dhr_(........)_(....) FILE -close data/gempak/images/sat/NEXRCOMP/1km/dhr/dhr_\1_\2
FNEXRAD ^rad/NEXRCOMP/1km/eet_(........)_(....) FILE -close data/gempak/images/sat/NEXRCOMP/1km/eet/eet_\1_\2
FNEXRAD ^rad/NEXRCOMP/1km/hhc_(........)_(....) FILE -close data/gempak/images/sat/NEXRCOMP/1km/hhc/hhc_\1_\2
FNEXRAD ^rad/NEXRCOMP/1km/dvl_(........)_(....) FILE -close data/gempak/images/sat/NEXRCOMP/1km/dvl/dvl_\1_\2
FNEXRAD ^rad/NEXRCOMP/1km/n0r_(........)_(....) FILE -close data/gempak/images/sat/NEXRCOMP/1km/n0r/n0r_\1_\2
FNEXRAD ^rad/NEXRCOMP/2km/n1p_(........)_(....) FILE -close data/gempak/images/sat/NEXRCOMP/2km/n1p/n1p_\1_\2
FNEXRAD ^rad/NEXRCOMP/4km/ntp_(........)_(....) FILE -close data/gempak/images/sat/NEXRCOMP/4km/ntp/ntp_\1_\2
Level II data are available as raw bz2 files. The filing of data is a two step process, with the raw data first written to a hidden temporary file before being renamed when the last part of the data file is received.
NEXRAD2 ^L2-BZIP2/(....)/([0-9][0-9][0-9][0-9][0-1][0-9][0-3][0-9])([0-2][0-9][0-5][0-9])([0-9][0-9])/([0-9]*)/ FILE data/gempak/nexrad/craft/\1/.\1_\2_\3_\4 # Done to move file after last record is received "/E" to prevent # autoupdate from seeing partially received files (dccraft_move is a shell script copied from $NAWIPS/bin/scripts) NEXRAD2 ^L2-BZIP2/(....)/([0-9][0-9][0-9][0-9][0-1][0-9][0-3][0-9])([0-2][0-9][0-5][0-9])([0-9][0-9])/[0-9]*/[0-9]*/E EXEC util/dccraft_move data/gempak/nexrad/craft/\1/.\1_\2_\3_\4 data/gempak/nexrad/craft/\1/\1_\2_\3
Level 3 products are available on the NEXRAD3 data feed. For all products at all WSR-88D locations nationwide, use the following pattern action:
NEXRAD ^SDUS[23578]. .... ([0-3][0-9])([0-2][0-9])([0-6][0-9]).*/p(...)(...) FILE -overwrite -close data/gempak/nexrad/NIDS/\5/\4/\4_(\1:yyyy)(\1:mm)\1_\2\3
To get all tilt 0 for all sites:
NEXRAD ^SDUS[23578]. .... ([0-3][0-9])([0-2][0-9])([0-6][0-9]).*/p(N0.)(...) FILE -close data/gempak/nexrad/NIDS/\5/\4/\4_(\1:yyyy)(\1:mm)\1_\2\3
For a single product (N1P):
NEXRAD ^SDUS[23578]. .... ([0-3][0-9])([0-2][0-9])([0-6][0-9]).*/p(N1P)(...) FILE -close data/gempak/nexrad/NIDS/\5/\4/\4_(\1:yyyy)(\1:mm)\1_\2\3
For all products from a single station (FTG):
NEXRAD ^SDUS[23578]. .... ([0-3][0-9])([0-2][0-9])([0-6][0-9]).*/p(...)(FTG) FILE -close data/gempak/nexrad/NIDS/\5/\4/\4_(\1:yyyy)(\1:mm)\1_\2\3
Display Examples