[gradsusr] strmden/skip
sim.aberson
sim.aberson at noaa.gov
Thu Jan 11 15:58:22 EST 2018
I have a high-resolution wind analysis
XDEF 501 LINEAR -5.00000 0.02000
YDEF 401 LINEAR -4.00000 0.02000
When I plot using
'set gxout stream'
'set strmden -10'
'set cint 5'
'set clevs 5 10 02 20 25 30 35 40 45 50 55 60 65 70 75 80'
'set ccols 9 14 4 11 5 13 3 10 7 12 8 2 6 9 5 10'
'd urel;vrel;mag(urel,vrel)'
I get the attached. I want even fewer streamlines than that, but the
documentation states that density is between -10 and 10.
I tried to use skip, but that seems to only work for arrows and barbs,
not streamlines. I tried to create new variables using something like
'define uskip=skip(urel,2,2)'
'define vskip=skip(vrel,2,2)'
'd uskip;vskip;mag(uskip,vskip)'
and I tried
'd skip(urel,2,2);skip(vrel,2,2);mag(skip(urel,2,2),skip(vrel,2,2))'
and got the same thing for both, a blank plot.
Any suggestions?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2016102018pouchlev1.png
Type: image/png
Size: 52081 bytes
Desc: not available
URL: <http://gradsusr.org/pipermail/gradsusr/attachments/20180111/e673e456/attachment-0001.png>
More information about the gradsusr
mailing list