REM ? DATALOC.BAT - Define ADDE server locations for various datasets REM ? REM ? File: DATALOC.BAT REM ? REM ? Purpose: Define ADDE server locations for various datasets REM ? REM ? Invocation: BATCH DATALOC.BAT REM ? REM ? Notes: Each site should make a copy of this file into LOCDATA.BAT REM ? in the ~mcidas/data directory. LOCDATA.BAT then needs to REM ? be edited and change 'fully_qualified_host_identifier' to: REM ? REM ? o IP address/hostname of your ADDE server IF IT CAN REM ? SERVE THE PARTICULAR DATASET REM ? or REM ? o fully qualified hostname of an ADDE server THAT CAN REM ? SERVE THE DATASET REM ? or REM ? o LOCAL-DATA REM ? REM ? The RTNIDS dataset is reserved used for WSI NIDS imagery. REM ? Use RTNEXRAD for NOAAPORT NIDS (Level III product) imagery. REM ? REM ? The RTNOWRAD dataset is reserved for WSI NOWrad (tm) imagery. REM ? REM ? Typically, the TOPO dataset access is set to LOCAL-DATA REM ? since the images that comprise this dataset are distributed REM ? with Unidata McIDAS-X. The get installed in the ~mcidas/data REM ? directory by the McIDAS-X installation process. This REM ? directory should be accessible to all McIDAS-X users: the REM ? directory should be in each user's MCPATH, and the directory REM ? should have read access for all users. REM ? REM History: 19980727 - Created for Unidata McIDAS-X 7.40 release REM 19981230 - Extended doc for 'fully_qualified_host_identifier' REM 20000631 - Added entry for CIMSS products REM 20001028 - Added entry for RTGINI products REM 20010126 - Added entry for RTNEXRAD (NOAAPORT NIDS products) REM Added entries for GINIEAST and GINIWEST REM 20010801 - Added entries for AMRC and ME7 REM 20020823 - Added NEXRCOMP entry; moved RTNIDS and RTNOWRAD to REM their own section and commented them out REM 20050717 - Default GOESEAST to unidata2.ssec.wisc.edu REM Default TOPO to REM 20061028 - Added EAST, WEST, and EUM_AD datasets REM 20070714 - Added SOUTH dataset REM 20070723 - Added RTGRIBS and RTGRIB2 datasets REM Moved TOPO to be with MYDATA REM Added missing documentation REM Reorganized ordering REM 20070730 - Changed BLIZZARD location to be set by user REM 20080412 - Changed source of PUB dataset to new SATEPS server REM Changed EUM_AD server from IP to name REM 20150309 - Commented out GOESEAST, ME7 and SOUTH datasets REM Changed location of EAST and WEST datasets REM 20150818 - Added RTTDWR to DATALOC list REM 20190117 - Added NPGOESR, NPGOESS, RTGOESR, and RTGOESS to REM the DATALOC list REM ? --------- REM REM Locate the datasets REM REM Note: if you do not have each kind of data on your system, you will REM need to specify the hostname/IP address of a site that is willing REM to serve you this data. Please contact Unidata User Support REM for more information. REM REM Datasets that are created from Unidata IDD datastreams REM CIMSS - CIMSS products in the Unidata-Wisconsin broadcast REM GINICOMP - GINI images from NOAAPORT channels 1 or 2 REM GINIEAST - GINI images from NOAAPORT channel 1 REM GINIWEST - GINI images from NOAAPORT channel 2 REM NEXRCOMP - Unidata NEXRAD Level III composite images (in IDD FNEXRAD datastream) REM NPGOESR - GOES-East imagery and L2 products from NOAAPort REM NPGOESS - GOES-West imagery and L2 products from NOAAPort REM RTGOESR - GOES-East imagery from the GOES ReBroadcast (GRB) REM RTGOESS - GOES-West imagery from the GOES ReBroadcast (GRB) REM RTGRIBS - NOAAPORT GRIB1 model data filed by XCD DMBIN; served by GRIB server REM RTGRIB2 - NOAAPORT GRIB2 model data filed by XCD DMBIN; served by GRIB server REM RTGRIDS - NOAAPORT model data decoded by McIDAS-XCD routine DMGRID REM RTIMAGES - GOES-East/West imagery in the Unidata-Wisconsin broadcast REM RTNEXRAD - NOAAPORT NEXRAD Level III products REM RTPTSRC - NOAAPORT model data decoded by McIDAS-XCD REM RTWXTEXT - NOAAPORT textual data (bulletins, etc.) from McIDAS-XCD REM TOPO - topographic imagery distributed with Unidata McIDAS-X DATALOC ADD CIMSS fully_qualified_host_identifier DATALOC ADD GINICOMP fully_qualified_host_identifier DATALOC ADD GINIEAST fully_qualified_host_identifier DATALOC ADD GINIWEST fully_qualified_host_identifier DATALOC ADD NEXRCOMP fully_qualified_host_identifier DATALOC ADD NPGOESR fully_qualified_host_identifier DATALOC ADD NPGOESS fully_qualified_host_identifier DATALOC ADD RTGOESR fully_qualified_host_identifier DATALOC ADD RTGOESS fully_qualified_host_identifier DATALOC ADD RTGRIBS fully_qualified_host_identifier DATALOC ADD RTGRIB2 fully_qualified_host_identifier DATALOC ADD RTGRIDS fully_qualified_host_identifier DATALOC ADD RTIMAGES fully_qualified_host_identifier DATALOC ADD RTNEXRAD fully_qualified_host_identifier DATALOC ADD RTTDWR fully_qualified_host_identifier DATALOC ADD RTPTSRC fully_qualified_host_identifier DATALOC ADD RTWXTEXT fully_qualified_host_identifier DATALOC ADD TOPO fully_qualified_host_identifier REM REM Special purpose (typically single source) datasets REM REM NB: EUM_AD dataset from EUMETSAT requires user registration REM with EUMETSAT user services to get a user ID and project # REM REM AMRC - Antarctic products from the AMRC program at SSEC/U Wisconsin REM EAST - Full resolution GOES-East images REM EUM_AD - Meteosat images from EUMETSAT (requires registration w/EUMETSAT) REM GOESEAST - GOES-East images from the University of Wisconsin-Madison SSEC REM ME7 - METEOSAT-7 images from the Universite du Quebec a Montreal REM PUB - Variety of data ** including global satellite coverage ** from NOAA REM SOUTH - Full resolution GOES-South (GOES-10) images REM WEST - Full resolution GOES-West images DATALOC ADD AMRC uwamrc.ssec.wisc.edu DATALOC ADD EAST goeseast.unidata.ucar.edu DATALOC ADD EUM_AD adde.eumetsat.int REM DATALOC ADD GOESEAST adde.ssec.wisc.edu REM DATALOC ADD ME7 io.sca.uqam.ca DATALOC ADD PUB satepsanone.nesdis.noaa.gov REM DATALOC ADD SOUTH goessouth.unidata.ucar.edu DATALOC ADD WEST goeswest.unidata.ucar.edu REM REM MYDATA - McIDAS data stored using standard McIDAS naming (AREA, GRID, MDXX) REM REM Always locate the datasets MYDATA and TOPO locally REM DATALOC ADD MYDATA LOCAL-DATA REM REM Locate the McIDAS Learning Guide Storm of the Century dataset or specify as REM LOCAL-DATA if you down and install the training set in the ~mcidas/data/tutorial REM directory (remember to run 'BATCH BLIZADDE.BAT'). REM DATALOC ADD BLIZZARD fully_qualified_host_identifier REM REM Data that you have to subscribe to from WSI REM REM RTNIDS - WSI NIDS products REM RTNOWRAD - WSI NOWrad (tm) composite base refectivity products REM DATALOC ADD RTNOWRAD fully_qualified_host_identifier REM DATALOC ADD RTNIDS fully_qualified_host_identifier REM Done