<div dir="ltr">Hello fellow grads users,<div><br></div><div style>I would like to plot a vertical profile of moisture. In this case, I would like to plot the Height (y axis) vs the area average of this variable and also averaged in time (say from t=1 to t=3).Here&#39;s my sample script. Any ideas how to correct this? I got an error about the dimensions.</div><div style>Thanks for the help,..</div><div style><br></div><div style><div>open BMJ.ctl&#39;</div><div>&#39;set display color white&#39;</div><div>&#39;c&#39;</div><div>&#39;set grid off&#39;</div><div>&#39;set grads off&#39;</div><div>&#39;set z 1 20&#39;</div><div>&#39;define qave=aave(qvapor,lon=120.4,lon=121.9,lat=14.4,lat=14.8)&#39;</div><div>&#39;define test=ave(qave,t=25,t=145)&#39;</div><div>&#39;d test&#39;</div><div>&#39;set x 1&#39;</div><div>&#39;set y 1&#39;</div><div>&#39;set grads off&#39;</div><div>&#39;set cint 1&#39;</div><div><div>&#39;set xaxis -3 3 0.5&#39;</div><div>&#39;draw ylab height&#39;</div><div>&#39;draw xlab test&#39;</div><div>&#39;draw title Global Average of U&#39;</div><div>&#39;printim test1.png&#39;</div><div>&#39;quit&#39;</div></div><div><br></div><div style>Lyndon</div></div></div>