<div dir="ltr">Dear members,<div><div dir="auto">Can anybody help me to plot VIMT and VIMF between two selected levels with variables relative humidity,  uwnd and v wind of monthly mean data having different levels.  I write a script for this. Can anyone check and kindly say its right or wrong.</div><div dir="auto"><br></div><div dir="auto"><br></div><div>My script.....................</div><div><br></div><div><b>'reinit'<br>'set display color white'<br>'clear'<br>'sdfopen <a href="http://shum.mon.mean.nc">shum.mon.mean.nc</a>'<br>'sdfopen <a href="http://uwnd.mon.mean.nc">uwnd.mon.mean.nc</a>'<br>'sdfopen <a href="http://vwnd.mon.mean.nc">vwnd.mon.mean.nc</a>'<br>*************************************************<br><br>**********************************************************<br>'set lat -30 30' <br>'set lon 30 120'<br><br>'set lev 1000 300'<br><br>'define psurf=uwnd.2*0.0+1000.0'<br><br><br>'define qu = shum.1*uwnd.2'<br>'define qv = shum.1*vwnd.3'<br>'set lev 1000'<br>'define uvt = vint(psurf,qu,300)'<br>'define vvt = vint(psurf,qv,300)'<br>'define ivt = sqrt(uvt*uvt+vvt*vvt)'<br><br>'set xlint 10'<br>'set ylint 10'<br>'set map 1 1 8'<br>'set grads off'<br><br>'set gxout shaded'<br>'d IVT'<br><br>'cbarn'<br>'set gxout vector'<br>'d uvt;vvt'<br><br>'gxprint IVT.pdf'<br><br>*****************************************************************<br></b></div><div dir="auto"><b><br></b></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div style="color:rgb(0,0,0);font-family:"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-size:13px"> </div><div style="color:rgb(0,0,0);font-family:"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-size:13px"><div><span style="font-size:small;font-family:verdana,helvetica,sans-serif">Junior Research Fellow(DST INSPIRE)</span></div><div><span style="font-size:small;font-family:verdana,helvetica,sans-serif">Dept. of Marine Sciences</span></div><div><span style="font-size:small;font-family:verdana,helvetica,sans-serif">Berhampur University</span></div><div><span style="font-size:small;font-family:verdana,helvetica,sans-serif">Bhanja Bihar-760007</span></div><div><span style="font-size:small;font-family:verdana,helvetica,sans-serif">Berhampur, Odisha</span></div><div><span style="font-size:small;font-family:verdana,helvetica,sans-serif">Ph. No.-8280134285,9348003736</span></div></div></div></div></div></div></div></div></div>