[gradsusr] (no subject)

praveen rai praveenrai583 at gmail.com
Tue Jan 12 06:57:51 EST 2016


I want to plot vertical integrated moisture flux anomaly between 1000 to 300 hPa. I have written a script for plotting this. I want to know this is correct or not.

'sdfopen q_ano-12.nc'
'sdfopen u_ano-12.nc'
'sdfopen v_ano-12.nc'
'set grid off'
'set grads off'
#'set mpdset hires'
'set ylopts 1 6 0.3'
'set ylint 10'
'set xlab off'
'set lev 1000 300'
'define p1000 = const(q,1000,-a)'
'set lev 1000'
'set lat 0 40'
'set lon 60 100'
'define qu =  vint(p1000,q*u.2,300)'
'define qv =  vint(p1000,q*v.3,300)'
'vimf=hdivg(qu,qv)'
'set gxout shaded'
'rgbset.gs'
'd smth9(vimf*1e5)'
'set gxout vector'
'set arrscl 0.3 5'
'set arrowhead 0.1'
'd skip(qu,7,4);qv'

There are some vectors in the plot of unusual length for which I don’t know how remove them or minimize them. 


Thanks 

Regards
Praveen 

Sent from Mail for Windows 10

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20160112/5b118eb4/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2032308825864D938B161188162FEA1B.jpg
Type: image/jpeg
Size: 27121 bytes
Desc: not available
Url : http://gradsusr.org/pipermail/gradsusr/attachments/20160112/5b118eb4/attachment-0001.jpg 


More information about the gradsusr mailing list