Dear all,<br><br>    I am using the GrADS v2.0.a7.1 under Linux OS. I want to plot the time series of soil moisture. That is<br><br>    set t 1 48<br>    d sumg(aave(soilmoist,x=1,x=200,y=1,y=200),z=1,z=10)<br><br>    or<br>
    set t 1 48<br>    define soilmean = sumg(aave(soilmoist,x=1,x=200,y=1,y=200),z=1,z=10)<br>    d soilmean<br><br>    But this command only gives me something like: Result value = 300.25 for each time. I can not get a plot (i.e., X-axis time, Y-axis soil moisture) in the plot windows. Is there any way to get a plot of the variable? Your help will be appreciated.<br>
<br>Dagang<br>