Re: skewT

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Tue Aug 30 2011 - 13:57:00 MDT

I would have thought the following would do it.

[snip]
       xWind = skewtx (58. , skewty(presWind(0)))
       sx(0:npres-1) = xWind ; "x" location of wind plot
       sy(0:npres-1) = skewty(presWind)
       gsn_polyline (wks,xy,sx(0:npres-1),sy(0:npres-1),gsOpts)
       gsn_polymarker (wks,xy,sx(1:npres-1),sy(1:npres-1),gsOpts)
[snip]

Not sure what to say.

On 8/29/11 3:10 PM, steve kirby wrote:
> Paula and Dennis,
>
> I changed the calls to these:
>
> xWind = skewtx (58. , skewty(presWind(0)))
> xpWind = skewtx (58. , skewty(1013.) ) ; location of wind barb
>
> Again, this gets the wind barbs out to where I want them, retaining the
> function calls, but the vertical bar for the barbs isn't plotting.
>
> and, as I was wondering, how to move the vertical height (km) bar
> farther to the right?
>
> Thanks,
> Steve
>
>
> ------------------------------------------------------------------------
> *From:* steve kirby <thin_runner@yahoo.com>
> *To:* Paula Doubrawa Moreira <pmoreira@alaska.edu>
> *Cc:* "ncl-talk@ucar.edu" <ncl-talk@ucar.edu>
> *Sent:* Monday, August 29, 2011 2:59 PM
> *Subject:* Re: [ncl-talk] skewT
>
> 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@alaska.edu>
> *To:* steve kirby <thin_runner@yahoo.com>
> *Cc:* "ncl-talk@ucar.edu" <ncl-talk@ucar.edu>
> *Sent:* Monday, August 29, 2011 1:31 PM
> *Subject:* Re: [ncl-talk] 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@yahoo.com
> <mailto:thin_runner@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@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@alaska.edu
> <mailto:pmoreira@alaska.edu>>
> *To:* steve kirby <thin_runner@yahoo.com <mailto:thin_runner@yahoo.com>>
> *Cc:* "ncl-talk@ucar.edu <mailto:ncl-talk@ucar.edu>"
> <ncl-talk@ucar.edu <mailto:ncl-talk@ucar.edu>>
> *Sent:* Monday, August 29, 2011 11:34 AM
> *Subject:* Re: [ncl-talk] skewT
>
> Use the resource xpWind
>
> ;*"x" location for windbarbs*
> dataOpts@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@yahoo.com
> <mailto:thin_runner@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
>
>
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Aug 30 13:57:06 2011

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