#----------------------------------------------------------------------------- # # Name: Configuration for Unidata McIDAS ADDE GINI '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 GINI image files is significantly different # from product to product, then the following keywords should be # specified for each product 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 # # Here '' is to be replaced by the group name of the # dataset descriptor. For instance: # # RTGINI/GW1KVIS # ^ ^____ dataset descriptor name # |___________ dataset group name # # Note that the second form in the file takes precedence over the # first. Also, the last specification that matches a product in # the configuration file takes precedence (e.g. last listed, first # used). # # The group descriptor portion of the ADDE dataset name may be # referenced symbolically by a token named '\TYPE'. This # token can be very useful in compactly describing sets of # information. # # Examples: In all examples, the McIDAS ADDE dataset name is RTGINI # # 1) We only have GINI GOES-West 10.7 um image files and they # are located in the directory /data/gini/WEST-CONUS/4km/IR # # Data files are named IR_YYMMDD_hhmm, where: # # IR - refers to the 10.7 um images # YY - refers to the last two digits of the year [00..99] # MM - refers to the month of the year [01..12] # DD - refers to the calendar day of the month [01..31] # hh - refers to the hour of the day [00..23] # mm - refers to the minute of the hour [00..59] # # The settings for the dataset would be: # # DIRMASK=/data/gini/WEST-CONUS/4km/IR # FILEMASK=IR_* # IPMASK=* # # 2) All GINI GOES-East images are located in the # /data/noaaport2/sat directory and all GINI GOES-West # images are located in the /data/noaaport3/sat directory. # # Data files are named YYMMDDhhmm_xxxxx.sat, where: # # YY - refers to the last two digits of the year # MM - refers to the month # DD - refers to the day # hh - refers to the hour of the day # mm - refers to the minute of the hour # xxxxx - file basename (name without suffix): # # basename description RTGINI group name # ----------+------------------------+----------------- # gecvi GOES-East 1 km VIS GE1KVIS # geci3 GOES-East 4 km 3.9 um GE4K39 # geci11 GOES-East 4 km 10.7 um GE4KIR # geci12 GOES-East 4 km 12.0 um GE4K12 # gecwv GOES-East 8 km WV GE8KWV # gwcvi GOES-West 1 km VIS GW1KVIS # gwci3 GOES-West 4 km 3.9 um GW4K39 # gwci11 GOES-West 4 km 10.7 um GW4KIR # gwci12 GOES-West 4 km 12.0 um GW4K12 # gecwv GOES-Wast 8 km WV GW4KWV # etc. # # The settings for the dataset would be: # # DIRMASK=/data/noaaport[23]/sat # FILEMASK=*.sat # IPMASK=* # # Group descriptors for the dataset are named to match the # various GINI products. We need to specify which files # to look in for the various products: # # GE1KVIS_FILE=*_gecvi.sat # GE4K39_FILE=*_geci3.sat # GE4KIR_FILE=*_geci11.sat # GE4K12_FILE=*_geci12.sat # GE8KWV_FILE=*_gecwv.sat # GW1KVIS_FILE=*_gwcvi.sat # GW4K39_FILE=*_gwci3.sat # GW4KIR_FILE=*_gwci11.sat # GW4K12_FILE=*_gwci12.sat # GW8KWV_FILE=*_gwcwv.sat # etc. # # The group_FILE= specification takes precedence over the # FILEMASK= setting. # # 3) The GINI images are stored in a directory structure that # uses the GROUP portion of the ADDE dataset name. In # addition, the file names also use the GROUP portion of # the ADDE dataset. For instance: # # ADDE Group Directory File Name # -------------+------------------------+------------------ # GE1KVIS /data/gini/sat/GE1KVIS GE1KVIS_YYMMDDHHMM # GE4K39 /data/gini/sat/GE4K39 GE4K39_YYMMDDHHMM # GE4KIR /data/gini/sat/GE4KIR GE4KIR_YYMMDDHHMM # GE4K12 /data/gini/sat/GE4K12 GE4K12_YYMMDDHHMM # GE8KWV /data/gini/sat/GE8KWV GE8KWV_YYMMDDHHMM # GW1KVIS /data/gini/sat/GW1KVIS GW1KVIS_YYMMDDHHMM # GW4K39 /data/gini/sat/GW4K39 GW4K39_YYMMDDHHMM # GW4KIR /data/gini/sat/GW4KIR GW4KIR_YYMMDDHHMM # GW4K12 /data/gini/sat/GW4K12 GW4K12_YYMMDDHHMM # GW8KWV /data/gini/sat/GW8KWV GW8KWV_YYMMDDHHMM # etc. # # The settings for the dataset would be: # # DIRMASK=/data/gini/sat/\TYPE # FILEMASK=\TYPE_* # IPMASK=* # # The "replacable" token '\TYPE' symbolically represents the # dataset group descriptor name. Its value is expanded from # information passed in the ADDE request to list/display the data. # # Questions/Comments: support@unidata.ucar.edu # # History: 20000228 - Created for Unidata McIDAS-X Version 7.6x # 20001206 - Updated for Unidata McIDAS-X 7.70 # #----------------------------------------------------------------------------- # The following entries represent how GINI images are stored on a Unisys # NOAAPORT intest system at Plymouth State College. DIRMASK=/data/noaaport[23]/sat FILEMASK=* IPMASK=* # GOES Alaskan National GAN8KVIS_FILE=*_ganvi.sat GAN8KIR_FILE=*_gani11.sat GAN8KWV_FILE=*_ganwv.sat # GOES Alaskan Regional GAR2KVIS_FILE=*_gakvi.sat GAR8K39_FILE=*_gaki3.sat GAR8KIR_FILE=*_gaki11.sat GAR8K12_FILE=*_gaki12.sat GAR16KWV_FILE=*_gakwv.sat # GOES Puerto Rico National GPN8KVIS_FILE=*_gpnvi.sat GPN8KIR_FILE=*_gpni11.sat GPN8KWV_FILE=*_gpnwv.sat # GOES Puerto Rico Regional GPR1KVIS_FILE=*_gprvi.sat GPR4K39_FILE=*_gpri3.sat GPR4KIR_FILE=*_gpri11.sat GPR4K12_FILE=*_gpri12.sat GPR8KWV_FILE=*_gprwv.sat # GOES East GE1KVIS_FILE=*_gecvi.sat GE2KVIS_FILE=*_gecvi2.sat GE4KVIS_FILE=*_gecvi4.sat GE4K39_FILE=*_geci3.sat GE4KIR_FILE=*_geci11.sat GE4K12_FILE=*_geci12.sat GE8KWV_FILE=*_gecwv.sat # GOES West GW1KVIS_FILE=*_gwcvi.sat GW2KVIS_FILE=*_gwcvi2.sat GW4KVIS_FILE=*_gwcvi4.sat GW4K39_FILE=*_gwci3.sat GW4KIR_FILE=*_gwci11.sat GW4K12_FILE=*_gwci12.sat GW8KWV_FILE=*_gwcwv.sat # GOES Super National Composite (GOES) -- select only ones in GOES-East stream GSN8KVIS_DIR=/data/noaaport2/sat GSN8KVIS_FILE=*_gncvi.sat GSN8K39_DIR=/data/noaaport2/sat GSN8K39_FILE=*_gnci3.sat GSN8KIR_DIR=/data/noaaport2/sat GSN8KIR_FILE=*_gnci11.sat GSN8K12_DIR=/data/noaaport2/sat GSN8K12_FILE=*_gnci12.sat GSN8KWV_DIR=/data/noaaport2/sat GSN8KWV_FILE=*_gncwv.sat # GOES Hawaii National GHN14KVIS_FILE=*_ghnvi.sat GHN14KIR_FILE=*_ghni11.sat GHN14KWV_FILE=*_ghnvi.sat # GOES Hawaii Regional GHR1KVIS_FILE=*_ghivi.sat GHR4K39_FILE=*_ghii3.sat GHR4KIR_FILE=*_ghii11.sat GHR4K12_FILE=*_ghii12.sat GHR8KWV_FILE=*_ghiwv.sat # Northwest Quadrasphere Multi-satellite Composite (GOES) GNC24KVIS_FILE=*_gnhvi.sat GNC24K30_FILE=*_gnhi3.sat GNC24KIR_FILE=*_gnhi11.sat GNC24K12_FILE=*_gnhi12.sat GNC24KWV_FILE=*_gnhwv.sat # Northern Hemisphere Multi-satellite Composite (GOES, METEOSAT, GMS) # -- only available in NOAAPORT Channel 4 -- GMC24KVIS_FILE=*_gmcvi.sat GMC24KIR_FILE=*_gmci11.sat GMC24KWV_FILE=*_gmcwv.sat