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

20020424: 20020424: Gempak installation!



Dongyu,

According to your xdpyinfo output below, your default vissual is
set to 24 bit TrueColor Mode:

>  default visual id:  0x20
>  visual:
>    visual id:    0x20
>    class:    TrueColor

You need to configure your X server to start with the default visual 
running as 8 bit pseudo color. If you are running the Solaris dt startup,
this is frequently configured in the /usr/dt/config/Xservers or
where starting the Xsun program using the defdepth configuration.

Steve Chiswell
Unidata User Support



>From: <address@hidden>
>Organization: UCAR/Unidata
>Keywords: 200204250219.g3P2JBa09368

>Dear steve:
> I forget to give you the result of  xdpyinfo. Thank you!
>
>csh> /usr/openwin/bin/xdpyinfo
>name of display:    dell_2.scs.gmu.edu:0.0
>version number:    11.0
>vendor string:    StarNet Communications Corp.
>vendor release number:    5223
>maximum request size:  262140 bytes
>motion buffer size:  256
>bitmap unit, bit order, padding:    8, MSBFirst, 16
>image byte order:    MSBFirst
>number of supported pixmap formats:    7
>supported pixmap formats:
>    depth 1, bits_per_pixel 1, scanline_pad 16
>    depth 4, bits_per_pixel 4, scanline_pad 32
>    depth 8, bits_per_pixel 8, scanline_pad 32
>    depth 15, bits_per_pixel 16, scanline_pad 32
>    depth 16, bits_per_pixel 16, scanline_pad 32
>    depth 24, bits_per_pixel 32, scanline_pad 32
>    depth 32, bits_per_pixel 32, scanline_pad 32
>keycode range:    minimum 8, maximum 122
>focus:  window 0x4c00009, revert to PointerRoot
>number of extensions:    5
>    GLX
>    LBX
>    SGI-GLX
>    SHAPE
>    XTEST
>default screen number:    0
>number of screens:    1
>
>screen #0:
>  dimensions:    1280x976 pixels (320x228 millimeters)
>  resolution:    102x109 dots per inch
>  depths (3):    1, 24, 8
>  root window id:    0x24
>  depth of root window:    24 planes
>  number of colormaps:    minimum 0, maximum 128
>  default colormap:    0x22
>  default number of colormap cells:    256
>  preallocated pixels:    black 0, white 16777215
>  options:    backing-store NO, save-unders NO
>  largest cursor:    32x32
>  current input event mask:    0x78003f
>    KeyPressMask             KeyReleaseMask           
>ButtonPressMask          
>    ButtonReleaseMask        EnterWindowMask          
>LeaveWindowMask          
>    SubstructureNotifyMask   SubstructureRedirectMask 
>FocusChangeMask          
>    PropertyChangeMask       
>  number of visuals:    2
>  default visual id:  0x20
>  visual:
>    visual id:    0x20
>    class:    TrueColor
>    depth:    24 planes
>    available colormap entries:    256 per subfield
>    red, green, blue masks:    0xff, 0xff00, 0xff0000
>    significant bits in color specification:    8 bits
>  visual:
>    visual id:    0x21
>    class:    PseudoColor
>    depth:    8 planes
>    available colormap entries:    256
>    red, green, blue masks:    0x0, 0x0, 0x0
>    significant bits in color specification:    8 bits
>
>
>----- Original Message -----
>From: Unidata Support <address@hidden>
>Date: Wednesday, April 24, 2002 6:38 pm
>Subject: 20020424: Gempak installation! 
>
>> Dongyu,
>> 
>> Your error message:
>> 
>> >InitGempakColorMap:  Can't allocate Graphic colors.
>> >GarpInitialize:  GempakInit failed
>> 
>> is the result of Garp not being able to obtain colors.
>> You should always launch the GUI programs like garp from the
>> NTL program. Running ntl will set up the required shared
>> color map segment and ensure you have enough colors. If you do not 
>> haveenough colors, you can launch ntl with command line options to 
>> use fewer 
>> colors for GEMPAK.
>> 
>> You must be running your X display with the default visual as 8 
>> bit pseudocolor.
>> You can verify your current X display settings using the 
>> "xdpyinfo" program.
>> 
>> When you launch ntl, and your default visual is 8 bit, then ntl
>> will provide a launcher bar for the GUIs- or, if you do not have 
>> enough colors,
>> it will tell you how many you have. The default settings use 95 
>> colors for
>> satellite images. You can lower this to 32 colors by launching
>> NTL with "ntl -s 32". If you still have problems getting enough 
>> colors, then
>> close down any web browsers or file managers that use a lot of 
>> colors. 
>> Once ntl has launched, you can restart those applications.
>> 
>> Steve Chiswell
>> 
>> 
>> 
>> >From: <address@hidden>
>> >Organization: UCAR/Unidata
>> >Keywords: 200204242155.g3OLtWa25357
>> 
>> >Dear Steve:
>> > Thank you for your help.
>> > I think I have got your meaning. When I run ldd $GEMEXE/garp ,I 
>> got 
>> >the following information:
>> > ldd $GEMEXE/garp
>> >        libXm.so.3 =>    /usr/dt/lib/libXm.so.3
>> >        libXt.so.4 =>    /usr/openwin/lib/libXt.so.4
>> >        libX11.so.4 =>   /usr/openwin/lib/libX11.so.4
>> >        libm.so.1 =>     /export/home/gempack/lib/sol/libm.so.1
>> >        libF77.so.4 =>   /export/home/gempack/lib/sol/libF77.so.4
>> >        libM77.so.2 =>   /export/home/gempack/lib/sol/libM77.so.2
>> >        libsunmath.so.1 
>> >=>       /export/home/gempack/lib/sol/libsunmath.so.1
>> >        libc.so.1 =>     /usr/lib/libc.so.1
>> >        libSM.so.6 =>    /usr/openwin/lib/libSM.so.6
>> >        libICE.so.6 =>   /usr/openwin/lib/libICE.so.6
>> >        libXext.so.0 =>  /usr/openwin/lib/libXext.so.0
>> >        libsocket.so.1 =>        /usr/lib/libsocket.so.1
>> >        libnsl.so.1 =>   /usr/lib/libnsl.so.1
>> >        libdl.so.1 =>    /usr/lib/libdl.so.1
>> >        libdga.so.1 =>   /usr/openwin/lib/libdga.so.1
>> >        libmp.so.2 =>    /usr/lib/libmp.so.2
>> >        /usr/platform/SUNW,Ultra-60/lib/libc_psr.so.1
>> > I think there is no problem.
>> >
>> >But when I want to run $GEMEXE/garp, there are some error 
>> information 
>> >as the followings:
>> > csh> $GEMEXE/garp  
>> >G A R P - v2.1 starting...
>> >Warning: Missing charsets in String to FontSet conversion
>> >Warning: Missing charsets in String to FontSet conversion
>> >  Warning: keylist   is null
>> >           Cannnot set option menu default button
>> >  Warning: keylist   is null
>> >           Cannnot set option menu default button
>> >  Warning: keylist   is null
>> >           Cannnot set option menu default button
>> >  Warning: keylist   is null
>> >           Cannnot set option menu default button
>> >InitGempakColorMap:  Can't allocate Graphic colors.
>> >GarpInitialize:  GempakInit failed
>> >Main: Initialization failed.  Exiting
>> >
>> >Could you tell why? How can I solve this problem? Thank you again!
>> >
>> >Dongyu Liu
>> >
>> >----- Original Message -----
>> >From: Unidata Support <address@hidden>
>> >Date: Wednesday, April 24, 2002 5:27 pm
>> >Subject: 20020424: 20020424: Gempak installation! 
>> >
>> >> 
>> >> dongyu,
>> >> 
>> >> The binary installation does not contain the $GEMLIB directory 
>> since>> you do not need that to run the programs. The binary 
>> installation>> only includes the directories necessary to run GEMPAK.
>> >> 
>> >> If you want to link your own programs against the GEMPAK 
>> >> libraries, then
>> >> you can download them as a separate tar file from the Web portal.
>> >> 
>> >> You should set your LD_LIBRARY_PATH environmental variable to
>> >> the location of our F77 shareable libraries on your system.
>> >> If you do not have the appropriate Fortran shareable libraries
>> >> already, then you can download them as well from the Web portal 
>> site>> and place them in a location on your system and add that to 
>> your>> LD_LIBRARY_PATH. All of this is included in the README file for
>> >> the binary installations.
>> >> 
>> >> 
>> >> See the Solaris binary installation instructions under:
>> >> http://my.unidata.ucar.edu/modules.php?
>> >name=Downloads&d_op=viewsdownload&sid=5
>> >> 
>> >> The following links are provided:
>> >> README file for GEMPAK binary installation (SOLARIS SPARC)
>> >> GEMPAK program libraries, V5.6.F, Solaris Sparc 
>> >> System shared libraries for Solaris Sparc 
>> >> 
>> >> Steve Chiswell
>> >> Unidata User SUpport
>> >> 
>> >> >From: <address@hidden>
>> >> >Organization: UCAR/Unidata
>> >> >Keywords: 200204242119.g3OLJka14932
>> >> 
>> >> >Hi:
>> >> > I have settled  the (1)(2) problem by creating the lib 
>> directory 
>> >> by 
>> >> >myself and download the system library from your ftp site.  
>> >> > Then how about the third question?
>> >> >
>> >> >dongyu
>> >> >
>> >> >----- Original Message -----
>> >> >From: Steve Chiswell <address@hidden>
>> >> >Date: Wednesday, April 24, 2002 4:05 pm
>> >> >Subject: 20020424: Gempak installation! 
>> >> >
>> >> >> 
>> >> >> Dongyu,
>> >> >> 
>> >> >> If you downloaded a binary distribution of GEMPAK, then 
>> there are
>> >> >> no Makefiles because the distribution is already built. All
>> >> >> you have to do is edit the Gemenviron file. For more 
>> >> instructions, see
>> >> >> the README files for the appropriate binary installation as 
>> found>> >> on the Unidata web portal site.
>> >> >> 
>> >> >> If you want to build the GEMPAK distribution locally, 
>> download the
>> >> >> source code tarfile.
>> >> >> 
>> >> >> Steve Chiswell
>> >> >> Unidata User Support
>> >> >> 
>> >> >> >
>> >> >> > ---------- Forwarded message ----------
>> >> >> > Date: Wed, 24 Apr 2002 14:09:30 -0400
>> >> >> > From: address@hidden
>> >> >> > To: Jeff Weber <address@hidden>
>> >> >> > Subject: Gempack installation!
>> >> >> >
>> >> >> > Hi Jeff:
>> >> >> >
>> >> >> >  Sorry to bother you again!
>> >> >> >
>> >> >> > I am installing Gempak on our machine. Now I meet some 
>> >> >> problems:When I
>> >> >> > run "make all >& make.out &", I can't continue my 
>> >> installation. 
>> >> >> I can't
>> >> >> > find the makefiles.Where can I find the Unidata makefiles? 
>> >> Could you
>> >> >> > tell me? I have followed the procedure in the installation 
>> file.>> >> >
>> >> >> > dongyu Liu
>> >> >> > George Mason University
>> >> >> >
>> >> >> > ----- Original Message -----
>> >> >> > From: Jeff Weber <address@hidden>
>> >> >> > Date: Monday, April 22, 2002 3:29 pm
>> >> >> > Subject: Re: Feed Request
>> >> >> >
>> >> >> > > Hi Dongyu,
>> >> >> > >
>> >> >> > > If you are still requesting UNIDATA  ".*"as a feed type 
>> you 
>> >> >> should be
>> >> >> > > getting the HDS/HRS (model) feed.
>> >> >> > >
>> >> >> > > Here are some examples from our pqact.conf file..:
>> >> >> > >
>> >> >> > > Keep in mind you need to use tabs and no "carriage 
>> >> returns"..for>> > > pqact.conf
>> >> >> > >
>> >> >> > > # Select an#
>> >> >> > > # RUC/MAPS model output
>> >> >> > > # Grid #211 CONUS   80km: ^[YZ].Q.*/mRUC
>> >> >> > > # Currently, only grid #211
>> >> >> > > #
>> >> >> > > # NGM model output
>> >> >> > > # Grid #211 CONUS   80km: ^[YZ].Q.*/mNGM
>> >> >> > > # Grid #207 Alaska  95km: ^[YZ].N.*/mNGM
>> >> >> > > # Grid #202 CONUS  190km: ^[YZ].I.*/mNGM
>> >> >> > > # Grid #213 CONUS 47.5km: ^[YZ].H.*/mNGM
>> >> >> > > # Select an
>> >> >> > > HRS     ^[YZ].(.)... KWB. ([0-3][0-9])([0-2][0-
>> >> >> 9]).*/m(ETA|NGM|RUC)> >        FILE
>> >> >> > >        data/pub/raw/hrs/model/\1/(\2:yyyy)(\2:mm)\2\3_\4.wmo
>> >> >> > >
>> >> >> > > # NOAAport MRF grids
>> >> >> > > # Grid #201 N. Hemisphere 381km: ^Y.A... KWBH
>> >> >> > > # Grid #202 CONUS         190km: ^Y.I... KWBH
>> >> >> > > # Grid #203 Alaska        190km: ^Y.J... KWBH
>> >> >> > > # Grid #204 Hawaii        160km: ^Y.K... KWBH
>> >> >> > > # Grid #205 Puerto Rico   190km: ^Y.L... KWBH
>> >> >> > > # Select an
>> >> >> > > HRS     ^[YZ].(.)... KWBH ([0-3][0-9])([0-2][0-9])
>> >> >> > >        FILE
>> >> >> > >        
>> data/pub/raw/hrs/model/\1/(\2:yyyy)(\2:mm)\2\3_MRF.wmo>> >> > >
>> >> >> > > # AVN model output
>> >> >> > > # Grid #201 N. Hemisphere 381km: ^Y.A... 
>> KWBC.*(/mAVN|/mSSIAVN)>> >> > > # Grid #202 CONUS         190km: 
>> ^Y.I... KWBC.*(/mAVN|/mSSIAVN)
>> >> >> > > # Grid #203 Alaska        190km: ^Y.J... 
>> KWBC.*(/mAVN|/mSSIAVN)>> >> > > # Grid #211 CONUS          80km: 
>> ^Y.Q... KWBC.*(/mAVN|/mSSIAVN)
>> >> >> > > # Grid #213 CONUS          95km: ^Y.H... 
>> KWBC.*(/mAVN|/mSSIAVN)>> >> > > # Select an
>> >> >> > > HRS     ^[YZ].([QAIJH])... KWB. ([0-3][0-9])([0-2][0-
>> >> >> > > 9]).*(/mAVN|/mSSIAVN)        FILE
>> >> >> > >        
>> data/pub/raw/hrs/model/\1/(\2:yyyy)(\2:mm)\2\3_AVN.wmo>> >> > >
>> >> >> > >
>> >> >> > >
>> >> >> > > Let me know if I can help further...
>> >> >> > >
>> >> >> > > Thank you,
>> >> >> > >
>> >> >> > > -Jeff
>> >> >> > > ____________________________                  
>> >> >> _____________________> > Jeff Weber                          
>>   
>> >>   
>> >> >>    address@hidden
>> >> >> > > Unidata Support                               PH:303-497-
>> 8676>> >> > > NWS-COMET Case Study Library                  FX:303-
>> 497-8690
>> >> >> > > University Corp for Atmospheric Research      3300 
>> Mitchell Ln
>> >> >> > > http://www.unidata.ucar.edu/staff/jweber      Boulder,Co 
>> >> 80307-
>> >> >> 3000> > ________________________________________      
>> >> >> ______________________> >
>> >> >> > > On Mon, 22 Apr 2002 address@hidden wrote:
>> >> >> > >
>> >> >> > > > Hi Jeff:
>> >> >> > > >
>> >> >> > > >  Thank you very much for your reply! I think I have 
>> send too
>> >> >> > > many
>> >> >> > > > questions to you.
>> >> >> > > >
>> >> >> > > >  I have already received some data from LDM. Now I 
>> want 
>> >> to get
>> >> >> > > some Grib
>> >> >> > > > (.GRIB) file. I don't care what category of data it 
>> is. I 
>> >> only>> > > want to
>> >> >> > > > make that it is GRIB file.
>> >> >> > > >
>> >> >> > > >  Could you tell me how to config in the pqact.conf? Or 
>> >> Could you
>> >> >> > > > recommend somebody I can ask for a advice ?
>> >> >> > > >  Thank you again.
>> >> >> > > >
>> >> >> > > > dongyu
>> >> >> >
>> >> >> 
>> >> >> 
>> >> >
>> >> 
>> >> 
>> 
>>***********************************************************************
>*
>> >> Unidata User Support                                    UCAR 
>> >> (303)497-8644                                                  
>> >> address@hidden                                   
>> >> ----------------------------------------------------------------
>> ---
>> >> Unidata WWW Service                        
>> >> 
>> 
>>***********************************************************************
>*
>> >> 
>> >
>> 
>> 
>************************************************************************
>> Unidata User Support                                    UCAR 
>> (303)497-8644                                                  
>> address@hidden                                   
>> -------------------------------------------------------------------
>> Unidata WWW Service                        
>> 
>************************************************************************
>> 
>
>From address@hidden Wed Apr 24 20:16:23 2002
>Received: from portal.gmu.edu (portalknot.gmu.edu [129.174.0.8])
>       by unidata.ucar.edu (UCAR/Unidata) with ESMTP id g3P2GNa08573
>       for <address@hidden>; Wed, 24 Apr 2002 20:16:23 -0600 (MDT)
>Organization: UCAR/Unidata
>Keywords: 200204250216.g3P2GNa08573
>Received: from gmu.edu (mail01.gmu.edu [129.174.0.6])
>       by portal.gmu.edu (8.8.8/8.8.8) with ESMTP id WAA29098
>       for <address@hidden>; Wed, 24 Apr 2002 22:16:22 -0400 (EDT)
>From: <address@hidden>
>To: Unidata Support <address@hidden>
>Message-ID: <address@hidden>
>Date: Wed, 24 Apr 2002 22:16:22 -0400
>X-Mailer: Netscape Webmail
>MIME-Version: 1.0
>Content-Language: zh-CN
>Subject: Re: 20020424: Gempak installation! 
>X-Accept-Language: zh-CN
>Content-Type: text/plain; charset=us-ascii
>Content-Disposition: inline
>Content-Transfer-Encoding: 8bit
>X-MIME-Autoconverted: from quoted-printable to 8bit by unidata.ucar.edu id g3P
> 2GNa08573
>
>Dear Steve:
> You advise is so valuable to me. I tried  the method you taught to 
>me.When I use "ntl -s 32" I got the following info:
>
>csh> ntl -s 32
>Resource File:  /export/home/gempack/resource/Ntop
>graphic, satellite, radar -- 33 32 20
>         Request total # of colors = 85
>X Error of failed request:  BadValue (integer parameter out of range 
>for operation)
>  Major opcode of failed request:  86 (X_AllocColorCells)
>  Value in failed request:  0x0
>  Serial number of failed request:  278
>  Current serial number in output stream:  278
>
>I still can't run Garp. The same error information. In addition I have 
>closed all the windows and file managers. What to do then?
>
>Dongyu 
>
>
>----- Original Message -----
>From: Unidata Support <address@hidden>
>Date: Wednesday, April 24, 2002 6:38 pm
>Subject: 20020424: Gempak installation! 
>
>> Dongyu,
>> 
>> Your error message:
>> 
>> >InitGempakColorMap:  Can't allocate Graphic colors.
>> >GarpInitialize:  GempakInit failed
>> 
>> is the result of Garp not being able to obtain colors.
>> You should always launch the GUI programs like garp from the
>> NTL program. Running ntl will set up the required shared
>> color map segment and ensure you have enough colors. If you do not 
>> haveenough colors, you can launch ntl with command line options to 
>> use fewer 
>> colors for GEMPAK.
>> 
>> You must be running your X display with the default visual as 8 
>> bit pseudocolor.
>> You can verify your current X display settings using the 
>> "xdpyinfo" program.
>> 
>> When you launch ntl, and your default visual is 8 bit, then ntl
>> will provide a launcher bar for the GUIs- or, if you do not have 
>> enough colors,
>> it will tell you how many you have. The default settings use 95 
>> colors for
>> satellite images. You can lower this to 32 colors by launching
>> NTL with "ntl -s 32". If you still have problems getting enough 
>> colors, then
>> close down any web browsers or file managers that use a lot of 
>> colors. 
>> Once ntl has launched, you can restart those applications.
>> 
>> Steve Chiswell
>> 
>> 
>> 
>> >From: <address@hidden>
>> >Organization: UCAR/Unidata
>> >Keywords: 200204242155.g3OLtWa25357
>> 
>> >Dear Steve:
>> > Thank you for your help.
>> > I think I have got your meaning. When I run ldd $GEMEXE/garp ,I 
>> got 
>> >the following information:
>> > ldd $GEMEXE/garp
>> >        libXm.so.3 =>    /usr/dt/lib/libXm.so.3
>> >        libXt.so.4 =>    /usr/openwin/lib/libXt.so.4
>> >        libX11.so.4 =>   /usr/openwin/lib/libX11.so.4
>> >        libm.so.1 =>     /export/home/gempack/lib/sol/libm.so.1
>> >        libF77.so.4 =>   /export/home/gempack/lib/sol/libF77.so.4
>> >        libM77.so.2 =>   /export/home/gempack/lib/sol/libM77.so.2
>> >        libsunmath.so.1 
>> >=>       /export/home/gempack/lib/sol/libsunmath.so.1
>> >        libc.so.1 =>     /usr/lib/libc.so.1
>> >        libSM.so.6 =>    /usr/openwin/lib/libSM.so.6
>> >        libICE.so.6 =>   /usr/openwin/lib/libICE.so.6
>> >        libXext.so.0 =>  /usr/openwin/lib/libXext.so.0
>> >        libsocket.so.1 =>        /usr/lib/libsocket.so.1
>> >        libnsl.so.1 =>   /usr/lib/libnsl.so.1
>> >        libdl.so.1 =>    /usr/lib/libdl.so.1
>> >        libdga.so.1 =>   /usr/openwin/lib/libdga.so.1
>> >        libmp.so.2 =>    /usr/lib/libmp.so.2
>> >        /usr/platform/SUNW,Ultra-60/lib/libc_psr.so.1
>> > I think there is no problem.
>> >
>> >But when I want to run $GEMEXE/garp, there are some error 
>> information 
>> >as the followings:
>> > csh> $GEMEXE/garp  
>> >G A R P - v2.1 starting...
>> >Warning: Missing charsets in String to FontSet conversion
>> >Warning: Missing charsets in String to FontSet conversion
>> >  Warning: keylist   is null
>> >           Cannnot set option menu default button
>> >  Warning: keylist   is null
>> >           Cannnot set option menu default button
>> >  Warning: keylist   is null
>> >           Cannnot set option menu default button
>> >  Warning: keylist   is null
>> >           Cannnot set option menu default button
>> >InitGempakColorMap:  Can't allocate Graphic colors.
>> >GarpInitialize:  GempakInit failed
>> >Main: Initialization failed.  Exiting
>> >
>> >Could you tell why? How can I solve this problem? Thank you again!
>> >
>> >Dongyu Liu
>> >
>> >----- Original Message -----
>> >From: Unidata Support <address@hidden>
>> >Date: Wednesday, April 24, 2002 5:27 pm
>> >Subject: 20020424: 20020424: Gempak installation! 
>> >
>> >> 
>> >> dongyu,
>> >> 
>> >> The binary installation does not contain the $GEMLIB directory 
>> since>> you do not need that to run the programs. The binary 
>> installation>> only includes the directories necessary to run GEMPAK.
>> >> 
>> >> If you want to link your own programs against the GEMPAK 
>> >> libraries, then
>> >> you can download them as a separate tar file from the Web portal.
>> >> 
>> >> You should set your LD_LIBRARY_PATH environmental variable to
>> >> the location of our F77 shareable libraries on your system.
>> >> If you do not have the appropriate Fortran shareable libraries
>> >> already, then you can download them as well from the Web portal 
>> site>> and place them in a location on your system and add that to 
>> your>> LD_LIBRARY_PATH. All of this is included in the README file for
>> >> the binary installations.
>> >> 
>> >> 
>> >> See the Solaris binary installation instructions under:
>> >> http://my.unidata.ucar.edu/modules.php?
>> >name=Downloads&d_op=viewsdownload&sid=5
>> >> 
>> >> The following links are provided:
>> >> README file for GEMPAK binary installation (SOLARIS SPARC)
>> >> GEMPAK program libraries, V5.6.F, Solaris Sparc 
>> >> System shared libraries for Solaris Sparc 
>> >> 
>> >> Steve Chiswell
>> >> Unidata User SUpport
>> >> 
>> >> >From: <address@hidden>
>> >> >Organization: UCAR/Unidata
>> >> >Keywords: 200204242119.g3OLJka14932
>> >> 
>> >> >Hi:
>> >> > I have settled  the (1)(2) problem by creating the lib 
>> directory 
>> >> by 
>> >> >myself and download the system library from your ftp site.  
>> >> > Then how about the third question?
>> >> >
>> >> >dongyu
>> >> >
>> >> >----- Original Message -----
>> >> >From: Steve Chiswell <address@hidden>
>> >> >Date: Wednesday, April 24, 2002 4:05 pm
>> >> >Subject: 20020424: Gempak installation! 
>> >> >
>> >> >> 
>> >> >> Dongyu,
>> >> >> 
>> >> >> If you downloaded a binary distribution of GEMPAK, then 
>> there are
>> >> >> no Makefiles because the distribution is already built. All
>> >> >> you have to do is edit the Gemenviron file. For more 
>> >> instructions, see
>> >> >> the README files for the appropriate binary installation as 
>> found>> >> on the Unidata web portal site.
>> >> >> 
>> >> >> If you want to build the GEMPAK distribution locally, 
>> download the
>> >> >> source code tarfile.
>> >> >> 
>> >> >> Steve Chiswell
>> >> >> Unidata User Support
>> >> >> 
>> >> >> >
>> >> >> > ---------- Forwarded message ----------
>> >> >> > Date: Wed, 24 Apr 2002 14:09:30 -0400
>> >> >> > From: address@hidden
>> >> >> > To: Jeff Weber <address@hidden>
>> >> >> > Subject: Gempack installation!
>> >> >> >
>> >> >> > Hi Jeff:
>> >> >> >
>> >> >> >  Sorry to bother you again!
>> >> >> >
>> >> >> > I am installing Gempak on our machine. Now I meet some 
>> >> >> problems:When I
>> >> >> > run "make all >& make.out &", I can't continue my 
>> >> installation. 
>> >> >> I can't
>> >> >> > find the makefiles.Where can I find the Unidata makefiles? 
>> >> Could you
>> >> >> > tell me? I have followed the procedure in the installation 
>> file.>> >> >
>> >> >> > dongyu Liu
>> >> >> > George Mason University
>> >> >> >
>> >> >> > ----- Original Message -----
>> >> >> > From: Jeff Weber <address@hidden>
>> >> >> > Date: Monday, April 22, 2002 3:29 pm
>> >> >> > Subject: Re: Feed Request
>> >> >> >
>> >> >> > > Hi Dongyu,
>> >> >> > >
>> >> >> > > If you are still requesting UNIDATA  ".*"as a feed type 
>> you 
>> >> >> should be
>> >> >> > > getting the HDS/HRS (model) feed.
>> >> >> > >
>> >> >> > > Here are some examples from our pqact.conf file..:
>> >> >> > >
>> >> >> > > Keep in mind you need to use tabs and no "carriage 
>> >> returns"..for>> > > pqact.conf
>> >> >> > >
>> >> >> > > # Select an#
>> >> >> > > # RUC/MAPS model output
>> >> >> > > # Grid #211 CONUS   80km: ^[YZ].Q.*/mRUC
>> >> >> > > # Currently, only grid #211
>> >> >> > > #
>> >> >> > > # NGM model output
>> >> >> > > # Grid #211 CONUS   80km: ^[YZ].Q.*/mNGM
>> >> >> > > # Grid #207 Alaska  95km: ^[YZ].N.*/mNGM
>> >> >> > > # Grid #202 CONUS  190km: ^[YZ].I.*/mNGM
>> >> >> > > # Grid #213 CONUS 47.5km: ^[YZ].H.*/mNGM
>> >> >> > > # Select an
>> >> >> > > HRS     ^[YZ].(.)... KWB. ([0-3][0-9])([0-2][0-
>> >> >> 9]).*/m(ETA|NGM|RUC)> >        FILE
>> >> >> > >        data/pub/raw/hrs/model/\1/(\2:yyyy)(\2:mm)\2\3_\4.wmo
>> >> >> > >
>> >> >> > > # NOAAport MRF grids
>> >> >> > > # Grid #201 N. Hemisphere 381km: ^Y.A... KWBH
>> >> >> > > # Grid #202 CONUS         190km: ^Y.I... KWBH
>> >> >> > > # Grid #203 Alaska        190km: ^Y.J... KWBH
>> >> >> > > # Grid #204 Hawaii        160km: ^Y.K... KWBH
>> >> >> > > # Grid #205 Puerto Rico   190km: ^Y.L... KWBH
>> >> >> > > # Select an
>> >> >> > > HRS     ^[YZ].(.)... KWBH ([0-3][0-9])([0-2][0-9])
>> >> >> > >        FILE
>> >> >> > >        
>> data/pub/raw/hrs/model/\1/(\2:yyyy)(\2:mm)\2\3_MRF.wmo>> >> > >
>> >> >> > > # AVN model output
>> >> >> > > # Grid #201 N. Hemisphere 381km: ^Y.A... 
>> KWBC.*(/mAVN|/mSSIAVN)>> >> > > # Grid #202 CONUS         190km: 
>> ^Y.I... KWBC.*(/mAVN|/mSSIAVN)
>> >> >> > > # Grid #203 Alaska        190km: ^Y.J... 
>> KWBC.*(/mAVN|/mSSIAVN)>> >> > > # Grid #211 CONUS          80km: 
>> ^Y.Q... KWBC.*(/mAVN|/mSSIAVN)
>> >> >> > > # Grid #213 CONUS          95km: ^Y.H... 
>> KWBC.*(/mAVN|/mSSIAVN)>> >> > > # Select an
>> >> >> > > HRS     ^[YZ].([QAIJH])... KWB. ([0-3][0-9])([0-2][0-
>> >> >> > > 9]).*(/mAVN|/mSSIAVN)        FILE
>> >> >> > >        
>> data/pub/raw/hrs/model/\1/(\2:yyyy)(\2:mm)\2\3_AVN.wmo>> >> > >
>> >> >> > >
>> >> >> > >
>> >> >> > > Let me know if I can help further...
>> >> >> > >
>> >> >> > > Thank you,
>> >> >> > >
>> >> >> > > -Jeff
>> >> >> > > ____________________________                  
>> >> >> _____________________> > Jeff Weber                          
>>   
>> >>   
>> >> >>    address@hidden
>> >> >> > > Unidata Support                               PH:303-497-
>> 8676>> >> > > NWS-COMET Case Study Library                  FX:303-
>> 497-8690
>> >> >> > > University Corp for Atmospheric Research      3300 
>> Mitchell Ln
>> >> >> > > http://www.unidata.ucar.edu/staff/jweber      Boulder,Co 
>> >> 80307-
>> >> >> 3000> > ________________________________________      
>> >> >> ______________________> >
>> >> >> > > On Mon, 22 Apr 2002 address@hidden wrote:
>> >> >> > >
>> >> >> > > > Hi Jeff:
>> >> >> > > >
>> >> >> > > >  Thank you very much for your reply! I think I have 
>> send too
>> >> >> > > many
>> >> >> > > > questions to you.
>> >> >> > > >
>> >> >> > > >  I have already received some data from LDM. Now I 
>> want 
>> >> to get
>> >> >> > > some Grib
>> >> >> > > > (.GRIB) file. I don't care what category of data it 
>> is. I 
>> >> only>> > > want to
>> >> >> > > > make that it is GRIB file.
>> >> >> > > >
>> >> >> > > >  Could you tell me how to config in the pqact.conf? Or 
>> >> Could you
>> >> >> > > > recommend somebody I can ask for a advice ?
>> >> >> > > >  Thank you again.
>> >> >> > > >
>> >> >> > > > dongyu
>> >> >> >
>> >> >> 
>> >> >> 
>> >> >
>> >> 
>> >> 
>> 
>>***********************************************************************
>*
>> >> Unidata User Support                                    UCAR 
>> >> (303)497-8644                                                  
>> >> address@hidden                                   
>> >> ----------------------------------------------------------------
>> ---
>> >> Unidata WWW Service                        
>> >> 
>> 
>>***********************************************************************
>*
>> >> 
>> >
>> 
>> 
>************************************************************************
>> Unidata User Support                                    UCAR 
>> (303)497-8644                                                  
>> address@hidden                                   
>> -------------------------------------------------------------------
>> Unidata WWW Service                        
>> 
>************************************************************************
>> 
>