#----------------------------------------------------------------------------- # # Name: Configuration for McIDAS ADDE WSI NOWrad '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 NOWrad 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 last form in the file takes precedence over earlier # ones (e.g. last listed, first used). # # 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 four replacables currently understood by # the nidsaget and nidsadir servers: # # \TYPE - NOWrad product type: # 8KM - 8 km US radar composite # 2KM - 2 km US radar composite # \type - lower case version of \TYPE (e.g., '8km' and '2km') # \TYPE - equivalent to \TYPE # \type - equivalent to \type # # Replacables are case sensitive. Specifying 8KM is NOT the # same as specifying 8km! # # Examples: # # 1) NOWrad data files are located in the directory hierarchy defined # by the regular expression /data/ldm/nexrad/USRAD// # where: # # - NOWrad product type (e.g. 8km, 2km) # - two-digit reporting hour (e.g. 00, 01, 02, ..., 23) # # Data files are named YYMMDDHHMM.wsi where: # # YY - two digit year # MM - two digit month # HH - two digit hour # MM - two digit minute # wsi - suffix # # The settings for the dataset would be: # # DIRMASK=/data/ldm/nexrad/USRAD/\type/* # FILEMASK=*.wsi # IPMASK=* # # 2) NOWrad data files are located in the directory hierarchy defined # by the regular expression /data/ldm/nexrad/USRAD/ # where: # # - NOWrad product type (e.g. 8KM, 2KM) # # Data files are named _YYMMDD_HHMM # # - NOWrad product type (e.g. 8km, 2km) # 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/nexrad/USRAD/\TYPE # FILEMASK=\type_* # IPMASK=* # # 3) 8km NOWrad data files are located in the directory hierarchy # defined in example 2). The 2km set, however, is located # in the /data/nexrad/USRAD/2km directory, and its files are # named CCYYMMDDHH_. # # The general settings for the dataset would be: # # DIRMASK=/data/ldm/nexrad/USRAD/\TYPE # FILEMASK=*_\type # IPMASK=* # # This would be followed by the specifications for the 2KM # data: # # 2km_DIR=/data/nexrad/USRAD/\TYPE # 2km_FILE=*_\type # 2km_IP=* # # History: 19990521 - New format for Unidata McIDAS-X 7.50 # 20001206 - Updated for Unidata McIDAS-X 7.70 # #----------------------------------------------------------------------------- DIRMASK=/data/ldm/nexrad/USRAD/\type/NOW FILEMASK=NOW_* IPMASK=* # Specific patterns for 8km NOWrad 8KM_DIR=/data/ldm/nexrad/USRAD/8km/NOW #8KM_FILE=NOW* #8KM_IP=* # Specific patterns for 2 km NOWrad 2KM_DIR=/data/ldm/nexrad/USRAD/2km/NOW #2KM_FILE=NOW* #2KM_IP=*