<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Sans Serif'; font-size:8pt; font-weight:400; font-style:normal;">
<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;">
<tr>
<td style="border: none;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">I'm trying to construct a URL to obtain an average grid over the time dimension.  The server and data set is at <a href="http://agdisc.gsfc.nasa.gov/dods/GLDAS_NOAH10SUBP_3H/"><span style=" text-decoration: underline; color:#0057ae;">http://agdisc.gsfc.nasa.gov/dods/GLDAS_NOAH10SUBP_3H/</span></a>.  I would like to obtain an average of the swe variable over a range of times, e.g.00Z01JAN1992:00Z03JAN1992.  The URL I have tried is <a href="http://agdisc.gsfc.nasa.gov:80/dods/_expr_%7BGLDAS_NOAH10SUBP_3H%7D%7Bave%28swe,t=00Z01JAN1992,t=00Z03JAN1992%29%7D%7B-179.5:179.5,-59.5:89.5,1:1,00Z01JAN1992:00Z03JAN1992%7D"><span style=" text-decoration: underline; color:#0057ae;">http://agdisc.gsfc.nasa.gov:80/dods/_expr_{GLDAS_NOAH10SUBP_3H}{ave(swe,t=00Z01JAN1992,t=00Z03JAN1992)}{-179.5:179.5,-59.5:89.5,1:1,00Z01JAN1992:00Z03JAN1992}</span></a> .  I would expect the result to be a 2-D grid of size (360,150), but I get an error, and I admit that my knowledge of grads syntax is lacking. Can someone familiar with the syntax please help or explain why this won't work? Thanks.</p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;">Dallas</p></td></tr></table></body></html>