[gradsusr] Help with wind barbs?

אבי ק kojokroavi at gmail.com
Mon Sep 24 04:02:13 EDT 2012


Well to tell you the truth, I did not understand you.
I put the command :  set frame on    But it did not help.
I did not realize the two additional commands for changing the colors,
should i put them as in the attached example. I am attaching the script.

avi.


2012/9/23 Howard Staines <metris at clear.net.nz>

> <Thank you
> <Indeed it works, I noticed that it does not make me the frame, even though
> I put the command:
> <'set parea 0.5 10.7 6.7 8.2'
>
> <How can I do the frame,and It also came out in color,and not in black?.
>
> <avi.
>
> For the frame . try 'set frame on'
>
> For the different colour . Possibly getting that from some other part of
> your script
>
> Try
> ' set line color#'
> Ie/ 'set line 1'
>
> Howard Staines
>
>
>
>
>
>
> _______________________________________________
> gradsusr mailing list
> gradsusr at gradsusr.org
> http://gradsusr.org/mailman/listinfo/gradsusr
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20120924/3cacccc9/attachment-0003.html 
-------------- next part --------------





'c'
'reinit'
'reset'
'set xsize 650 500'
'set display color white'
'set mpdset hires'
prompt 'Enter date yyyymmdd '
pull date
prompt 'Enter hour hh '
pull hour
f= 'http://nomads.ncep.noaa.gov:9090/dods/gfs_hd/gfs_hd'date'/gfs_hd_'hour'z'
'sdfopen 'f


prompt 'initial time ?'
pull t1
prompt 'end time ?'
pull t2
prompt 'latitude ? '
pull l1
prompt 'longitude ? '
pull l2

'set lat 32'
'set lon 35'
'set grads off'
'set timelab off'
'set parea 0.5 10.7 6.7 8.2'
'set frame on'
'set xlab off'
'set t 't1' 't2''
'set gxout tserbarb'
'set digsiz 0.05'
'set lev 925'
'set line color '
le/'set line 1'
'd gr2stn(ugrdprs, 35, 32);gr2stn(vgrdprs, 35, 32)'



'set string 2'
'set strsiz 0.12'
'draw string 0.6 8 H500 max:'m1',min:'m2''

'printim RH1.png x1000 y700'
'end'








More information about the gradsusr mailing list