This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Hello, >Can you verify whether the same behavior exists when you are running >gdcross (instead of gdcross_gf) with gpend following. And, The same behavior is occuring with gdcross with a subsequent gpend. I just tested a couple of my scenerios below with the same results. >what OS you are running on. Linux 2.4.3-SGI_XFS_1.0.1smp #1 SMP Mon Jul 9 14:03:40 CDT 2001 i686 NAWIPS 5.6.d.1 binary version > >I'm assuming this is the global thinned grid AVN data set you are running on? Yes. My pqact entry is as follows. # Process Global AVN thin HRS ^H.[I-P]... KWB. ([0-3][0-9])([0-2][0-9]).* PIPE dcgrib2 -d data/gempak/logs/dcgrib.log -e GEMTBL=/home/nawips/nawips/gempak/tables data/gempak/hds/YYYYMMDDHH_thin.gem Thanks again! Sorry for the trouble... Daryl > >Steve Chiswell >Unidata User SUpport > > >>From: Daryl Herzmann <address@hidden> >>Organization: UCAR/Unidata >>Keywords: 200109181843.f8IIhd112465 > >>Hello Again, >> Sorry about being a pester on this, but I still can not get labels >>to show correctly on the YAXIS using gdcross_gf >> >>set device="GF|zonalWind.gif|1000;900" >>PTYPE = LOG/0/20;6;20;5 >>YAXIS = 1000/100/50/1;2;1 >>TEXT = .8/2/hw >> >> I get 1000, 950, 900, 850 labeled and ticked and a line accross at >>900, but nothing else. >> >>Then change >>YAXIS = 1000/100/100/1;2;1 >> >> I get nothing on the YAXIS >> >> >>Then change >>YAXIS = 1000/100/25/1;2;1 >> >> I get 1000 to 475 ticked and labeled. With lines every 50 mb, but >>nothing else. >> >>Then change >>YAXIS = 1000/100/10/1;2;1 >> >> I get labels and ticks from 250 to 750 with lines every 20 mb, but >>nothing above 250 or below 750. >> >>Then change to >>YAXIS = 1000/100//1;2;1 >> >> I get nothing >> >>THen try >>YAXIS = 1000/100/-50/1;2;1 >> >> I get label and tick every 50 mb from 100 to 250 and a line at >>200. Nothing else. >> >>Then try >>YAXIS = 1000/100/-100/1;2;1 >> >> Nothing on Yaxis. >> >> I am not sure what I may be doing wrong. Thanks for the help. >> >>Daryl >> >> >>On Mon, 17 Sep 2001, Unidata Support wrote: >> >>> >>>Daryl, >> >>>Your YAXIS value shown below does not follow the syntax expected, >>>eg: YAXIS = 1000/100 for example. That could cause the program problems. >>> >>>Otherwise, the problem is likely that the text font for the label is being >>>clipped. You might have to try shrinking the text slightly, or adjusting the >>>margin of the device. >>> >>>Steve Chiswell >>>Unidata User Support >>> >>>>From: Daryl Herzmann <address@hidden> >>>>Organization: UCAR/Unidata >>>>Keywords: 200109172228.f8HMSR100223 >>> >>>>Hi, >>>> I am having difficulty getting a YAXIS label to appear on a >>>>gdcross plot of zonal wind. I have tried many combinations for YAXIS, but >>>>can not get any of them to work. >>>> Example plot is: >>>> >>>>http://www.meteor.iastate.edu/wx/data/current/zonalWind_0.gif >>>> >>>>My script is as follows below, it contains my basic YAXIS value. The plot >>>>is fine except that students have to guess at the level of the zonal jet >>>>max. >>>> >>>>$GEMEXE/gdcross_gf << EOF >> $LOGFILE >>>> DEVICE = $device >>>> GDFILE = $grid >>>> WIND = bm5 >>>> SCALE = 0 >>>> GVECT = >>>> GDATTIM = f00 >>>> GFUNC = XAV(UREL) >>>> GVCORD = PRES >>>> YAXIS = 0:1000 >>>> CINT = 5 >>>> CTYPE = c >>>> CXSTNS = -89.;30.>89.;30. >>>> TITLE = 31/-2/Zonal Wind (m/s) ~ >>>> PTYPE = LOG >>>> LINE = 3/1/1 >>>> BORDER = 1/1/3 >>>> CONTUR = 1 >>>> FINT = >>>> FLINE = >>>> TEXT = 1/22/1/hw >>>> >>>> list >>>> run >>>> >>>> exit >>>>EOF >>>> >>>>My data file is created by the pqact action >>>> >>>># Process Global AVN thin >>>>HRS ^H.[I-P]... KWB. ([0-3][0-9])([0-2][0-9]).. >>>> PIPE dcgrib2 -d data/gempak/logs/dcgrib.log >>>> -e GEMTBL=/home/nawips/nawips/gempak/tables >>>> data/gempak/hds/YYYYMMDDHH_thin.gem >>>> >>>> >>>>Being a Monday, I am probably doing something stupid. >>>> >>>>Thanks, >>>> Daryl >>>> >>>>