#----------------------------------------------------------------------------- # # Name: Configuration for McIDAS ADDE NOAAPORT NEXRAD Level III product # 'ADIR' and 'AGET' servers # # Settings: Keywords must be specified to fully describe the location # and name of data files in a dataset. If the location of the # files can all be defined by a simple regular expression, then # the following keywords need to be defined: # # DIRMASK= - regular expression for directory containing data files # FILEMASK= - regular expression for data file names # IPMASK= - regular expression for IP address(es) of allowed users # # If the location for NEXRAD data files is significantly different # from type to type, then the following keywords should be # specified for each data type: # # _DIR= - regular expression for dir. containing data files # _FILE= - regular expression for data file names # _IP= - regular expression for IP addresses of allowed users # # Note that the second form takes precedence over the first when # both are specified. # # Notes: Directory locations and file names are composed of a # regular expression with "replacables". # # Replacables are '\' escaped fields whose values are filled # in by the servers based on the request(s) made to them. # There are six replacables currently understood by # the nidsaget and nidsadir servers: # # \ID - NEXRAD station ID (3 characters) like FTG, PUB, etc. # \id - lower case verson of \ID # \TYPE - NOAAPORT NEXRAD product type (this list will evolve): # NOAAPORT # N0R - base reflectivity at tilt 1 # N1R - base reflectivity at tilt 2 # N2R - base reflectivity at tilt 3 # N3R - base reflectivity at tilt 4 # N0V - storm radial velocity at tilt 1 # N1V - storm radial velocity at tilt 2 # NCR - composite reflectivity # N0S - storm relative radial velocity at tilt 1 # N1S - storm relative radial velocity at tilt 2 # N2S - storm relative radial velocity at tilt 3 # NVL - vertically integrated liquid water # NTP - storm total precipitation # N1P - 1-hour precipitation totals # N0Z - 248 nm Base Reflectifity # NET - echo tops # \type - lower case version of \TYPE # \PROD - equivalent to \TYPE # \prod - equivalent to \type # # Examples: # # 1) NEXRAD data files are located in the directory hierarchy defined # by the regular expression /data/ldm/nport/nexrad// # (this is the RECOMMENDED filing hierarchy) where: # # - 3-character NEXRAD station ID (e.g. FTG, PUX, OKX, etc.) # - NEXRAD product type (e.g. N0R, N0S, N0V, NCR, NTP, etc.) # # Data files are named _YYMMDD_HHMM. # # - NEXRAD product type (e.g. N0R, N0S, N0V, NCR, NTP, etc.) # - 3-character NEXRAD station ID (e.g. FTG, PUX, OKX, etc.) # YY - two digit year # MM - two digit month # HH - two digit hour # MM - two digit minute # # The settings for the dataset would be: # # DIRMASK=/data/ldm/nport/nexrad/\ID/\TYPE # FILEMASK=\TYPE_*.\ID # IPMASK=* # # 2) NEXRAD data files are located in the directory hierarchy defined # by the regular expression /data/ldm/nexrad// # where: # # - 3-character NEXRAD station ID (e.g. FTG, PUX, OKX, etc.) # - two-digit reporting hour (e.g. 00, 01, 02, ..., 23) # # Data files are named YYMMDDHHMM_. where: # # YY - two digit year # MM - two digit month # HH - two digit hour # MM - two digit minute # - NEXRAD product type (e.g. N0R, N0S, N0V, NCR, etc.) # - 3-character NEXRAD station ID (e.g. ftg, pux, okx, etc.) # # The settings for the dataset would be: # # DIRMASK=/data/ldm/nexrad/\ID/*/ # FILEMASK=*_\TYPE.\id # IPMASK=* # # 3) Most NEXRAD data files are located in the directory hierarchy # defined in example 1). The BRLR1 set, however, is located # in the /data/BRLR1 directory, and its files are named # CCYYMMDDHH_.. # # The general settings for the dataset would be: # # DIRMASK=/data/ldm/nport/nexrad/\ID/\TYPE # FILEMASK=\TYPE_*.\ID # IPMASK=* # # This would be followed by the specifications for the BRLR1 # data: # # BRLR1_DIR=/data/BRLR1 # BRLR1_FILE=*_\type.\id # BLRL1_IP=* # # History: 19990521 - New format for Unidata McIDAS-X 7.50 # 20001206 - Updated for Unidata McIDAS-X 7.70 # 20001226 - Updated to reflect NIDS -> NEXRAD name change # #----------------------------------------------------------------------------- DIRMASK=/data/ldm/nport/nexrad/\ID/\TYPE FILEMASK=\TYPE_* IPMASK=*