[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20010111: McIDAS XCD 7.701 and LDM NEXRAD Products (cont.)



>From: Eirh-Yu Hsie <address@hidden>
>Organization: CU/CIRES
>Keywords: 200101111813.f0BIDHo04324 ADDE services

Hsie,

re: willingness to serve McIDAS data on stratus by ADDE

>I would like to.  Before we proceed, could you try to get data from 
>stratus.al.noaa.gov.  ADDE server is running on that machine.  If you can, 
>please let me know.

From my McIDAS session here at Unidata I "pointed" at stratus for the
major McIDAS ADDE datasets:

DATALOC ADD CIMSS STRATUS.AL.NOAA.GOV
DATALOC ADD RTGRIDS STRATUS.AL.NOAA.GOV
DATALOC ADD RTIMAGES STRATUS.AL.NOAA.GOV
DATALOC ADD RTNEXRAD STRATUS.AL.NOAA.GOV
DATALOC ADD RTPTSRC STRATUS.AL.NOAA.GOV
DATALOC ADD RTWXTEXT STRATUS.AL.NOAA.GOV

I then did several lists and plots of data that were all successful:

SF 1
EG B
WWDISP NACONF
STNPLOT TYPE=N COL=7
SF 2
IMGDISP RTNEXRAD/N0R ID=ICX STA=ICX EU=BREF REFRESH='EG;MAP H;BAR'
SFCPLOT WINDV OLAY FRAME

GRDLIST RTGRIDS/ALL FORM=FILE
DATASET NAME: RTGRIDS/ALL
 Dataset Position  Creation Date Max Grids         Directory Title
 ----------------  ------------- --------- -------------------------------
        1             2001011       5000   Misc. Grids for 11 JAN 2001
       10             2001010       5000   Misc. Grids for 10 JAN 2001
       51             2001011       5000   ALL  00Z NGM 0  HR<=VT<=24 HR
       60             2001010       5000   ALL  00Z NGM 0  HR<=VT<=24 HR
 ...
DSINFO I RTIMAGES

        Dataset Names of Type: IMAGE in Group: RTIMAGES

Name         NumPos   Content
------------ ------   --------------------------------------
ANTARCTIC       10    Antarctic IR Composite
EDFLOATER-I     10    Educational Floater
EDFLOATER-II    10    Educational Floater II
GE-IR           10    GOES-East North America IR
GE-IRTOPO       10    GOES-East IR/TOPO Composite
GE-VIS          10    GOES-East North America VIS
GE-VISTOPO      10    GOES-East VIS/TOPO Composite
GE-WV           10    GOES-East North America H2O
GEW-IR          10    GOES-East/West IR Composite
GEW-IRTOPO      10    GOES-East/West IR/TOPO Composite
 ...

SF 3
IMGDISP RTIMAGES/GEW-IRTOPO STA=KTOP EU=TOPOSAT
SFCCON PRE OLAY FRAME
FRNTDISP OLAY FRAME

SF 4
UAPLOT KDNR 12

SF 5
PROFSECT PLTC2 19 24 -60

Everything I tried worked nicely, so it looks like you are good to go.

>Then I will set that machine up for community ADDE server.

Sounds great.  Thanks!

I would like to announce that stratus will serve:

CIMSS
RTGRIDS
RTIMAGES
RTNEXRAD
RTPTSRC
RTWXTEXT

This is almost the same set of data that the other sites will be serving,
but they have access to the GINI imagery in NOAAPORT.  Does stratus
have the bandwidth/disk space to get and serve the GINI data?  The volume
is over 200 MB per hour, so the bandwidth and disk space needed is
considerable.

To make things easier for client users, I do the following:

1) create an ADDEINFO dataset on the server:

cd ~mcidas/workdata
<edit RESOLV.SRV and add the line:

N1=ADDEINFO,N2=DATASETS,TYPE=TEXT,RT=N,K=OBTX,Q=/home/mcidas/workdata/DATASETS,C=DATALOC
 commands for adde.ucar.edu Datasets,

 ** note that this is a single line and that the trailing comma is important **

2) create a file called DATASETS in ~mcidas/workdata

----- <snip> -----

REM ? DATASETS - Define ADDE datasets served by this host
REM ?
REM ? File:    DATASETS
REM ?
REM ? Purpose: Define ADDE-served datasets for the workstation.
REM ?
REM ? Notes:   Each person wishing to access data from this server
REM ?          should down load this file by running:
REM ?
REM ?          READ ADDEINFO/DATASETS DEV=T DATASETS.BAT R
REM ?
REM ?          After the file has been successfully downloaded,
REM ?          the user should make the DATALOCations defined
REM ?          below active:
REM ?
REM ?          BATCH "DATASETS.BAT
REM ?
REM  History:  20001031 - Created for Unidata McIDAS-X 7.70 Training Workshop
REM            20010103 - Updated for GINIEAST, GINIWEST, GINICOMP, and NEXRAD
REM                         datasets
REM ? ---------

REM
REM Locate the datasets RTGINI/GINIEAST/GINIWEST, RTNEXRAD, RTGRIDS, RTIMAGES,
REM RTPTSRC, RTWXTEXT, and TOPO on the Unidata RealTime ADDE data
REM server
REM

DATALOC ADD CIMSS     stratus.al.noaa.gov
DATALOC ADD RTNEXRAD  stratus.al.noaa.gov
DATALOC ADD RTGRIDS   stratus.al.noaa.gov
DATALOC ADD RTIMAGES  stratus.al.noaa.gov
DATALOC ADD RTPTSRC   stratus.al.noaa.gov
DATALOC ADD RTWXTEXT  stratus.al.noaa.gov

REM
REM Locate the Learning Guide "Storm of the Century" dataset on the Unidata
REM server
REM

DATALOC ADD BLIZZARD adde.ucar.edu

REM
REM Locate the dataset MYDATA locally
REM

DATALOC ADD MYDATA LOCAL-DATA

REM Done

----- <snip> -----

If you have the BLIZZARD dataset (the McIDAS Learing Guide training dataset
which I did not find) installed and accessible on your machine we could
add that to the list that will be served (amounts to changing the
announcement and the DATALOC ADD BLIZZARD line near the end of DATASETS.
If you want to serve this, then you would need to:

o decide on a directory that the remote server has access to that
  won't be scoured and install the data there:

cd whatever_directory
ftp ftp.unidata.ucar.edu
  <user> umcidas
  <pass> XXXXXX
  cd data/tutorial
  binary
  get learn.tar.Z
  quit
zcat learn.tar.Z | tar xvf -
rm learn.tar.Z

o make sure that the REDIRECTions defined for your 'mcidas' user can find
  those files:

cd ~mcidas/workdata
redirect.k ADD AREA8\* \"/whatever_directory
redirect.k ADD MDXX8\* \"/whatever_directory
redirect.k ADD GRID8\* \"/whatever_directory

  The other way of doing this is to edit the ~mcidas/workdata/LWPATH.NAM
  file directly.  If you decide to do this, you must make sure that there
  are no active McIDAS sessions that may alter the REDIRECTions.  Since
  you are running XCD, it is probably safest to issue the redirect.k
  statements directly.

>Right now I do not have any restriction on that machine over mcserv.

Opening up your server to ADDE users will be provide a very nice service
to our community.  I don't think that you will see an unreasonable amount
of traffic on your server.  My intention is to identify a number of sites
that are willing to help out.  This will have the effect of load leveling
on any one particular machine.  This will be especially true when we
install a well configured machine at SSEC (a Sun Enterprise 450 with 
1 TB of disk; this is even more of a machine than motherlode!)  This
box will not only serve the various McIDAS datasets, but it will also
host DODS services and give the Unidata community access to high
resolution GOES imagery in its original state (not remapped; not resolution
reduced).

Thanks for helping out with this community effort!

Tom