Re: skewT

From: steve kirby <thin_runner_at_nyahnyahspammersnyahnyah>
Date: Mon Aug 29 2011 - 14:59:27 MDT

I changed xWind (the x location of the vertical bar) and xpWind (the x location of the wind barbs) to 29 from what they were (about 24).  But now they are running into the Height(km) vertical bar.  When I up xWind and xpWind to 30, the barbs plot, but the vertical bar does not.  What I'd like to do is move the vertical bar and their associated wind barbs out to about 31- that way, when the winds swing due west, they won't run into the temperature/dewpoint plot (but again, when I set xWind and xpWind to 31, only the wind barbs plot).  Then move the vertical height  bar to the right of that.  Where is the x-pos value set for the vertical height bar, and any idea why the vertical bar for the wind barb blots is disappearing when I go above the value 29? thanks, Steve ________________________________ From: Paula Doubrawa Moreira <pmoreira_at_alaska.edu> To: steve kirby <thin_runner_at_yahoo.com> Cc: "ncl-talk_at_ucar.edu" <ncl-talk_at_ucar.edu> Sent: Monday, August 29, 2011 1:31 PM Subject: Re: skewT The barbs disappeared because 60 put them out of the viewport. Try a small number. If you want the line to disappear or be in a different location, change lines 633 and 634 where the procedures gsn_polyline and gsn_polymarker are called. On Mon, Aug 29, 2011 at 11:20 AM, steve kirby <thin_runner_at_yahoo.com> wrote: Paula, > > >Thanks for that reference.  However, I tried this, (in skewt_func.ncl): > > >; note, the original block is below >           ypWind = skewty (pw) >           xpWind = new (dimsizes(pw), float) >           if (isatt(localOpts,"xpWind")) then >                  xpWind = skewtx (localOpts_at_xpWind , skewty(1013.) ) ; location of wind barb >           else >                 xpWind = skewtx (45. , skewty(1013.) ) ; location of wind         barb >           end if >    >;here's where I tried to set xpWind to a new value         >             xpWind = 60 > >yet, the vertical wind profile location remained the same, but the barbs went away leaving just a vertical line. > >--Steve > >            > > > > > > >________________________________ > From: Paula Doubrawa Moreira <pmoreira_at_alaska.edu> >To: steve kirby <thin_runner_at_yahoo.com> >Cc: "ncl-talk_at_ucar.edu" <ncl-talk_at_ucar.edu> >Sent: Monday, August 29, 2011 11:34 AM >Subject: Re: skewT > > > >Use the resource xpWind  > > >; "x" location for windbarbs dataOpts_at_xpWind =42 ; default=45 >from http://www.ncl.ucar.edu/Applications/skewt.shtml > > > >On Mon, Aug 29, 2011 at 9:16 AM, steve kirby <thin_runner_at_yahoo.com> wrote: > >Hello, >> >> >>I'm using wrf_SkewT.ncl to generate skewT plots from WRF data.  All is well except that the vertical profile of wind speed and direction (wind barbs) is overlaid by the temperature/dew point temperature plot (the green and white shaded area), below 5km.   My best guess is that the positioning is setup in: >>$NCARG_ROOT/lib/ncarg/nclscripts/csm/skewt_func.ncl >> >>in that, I do see a couple of references, >>xWind=skewtx(45.,skewty(presWind(0))) >>sx(0:npres-1)=xWind; "x" location of wind plot >> >> >> >>but not being versed in NCL I wouldn't know how to change the positioning correctly. Could someone pls advise? >> >>Thanks much, >>Steve >> >>_______________________________________________ >>ncl-talk mailing list >>List instructions, subscriber options, unsubscribe: >>http://mailman.ucar.edu/mailman/listinfo/ncl-talk >> >> > > > >-- >Paula Doubrawa Moreira >Graduate Student - Research Assistant >International Arctic Research Center >University of Alaska Fairbanks > > > -- Paula Doubrawa Moreira Graduate Student - Research Assistant International Arctic Research Center University of Alaska Fairbanks

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Aug 29 14:59:34 2011

This archive was generated by hypermail 2.1.8 : Wed Sep 07 2011 - 10:58:58 MDT