<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi, Howard --&nbsp;<div>The high res data will be slow to use over the internet, I suggest keeping a local copy of that data in your desired domain to avoid making your script any slower. Topo won't change, so grabbing it once may take some time, but then you have a local copy which will be easier to use. To interpolate the GFS data to that super-high grid, use lterp(). Then you can combine the two variables in an analysis expression (e.g. if you want to mask out GFS data based on the topo values.) It might be faster to first define the GFS data in a local grid so you only have to hit the server once to get the data.&nbsp;</div><div><br></div><div><div>Haven't tested it or anything, but the expressions might look something like this:</div><div>ga-&gt; define p = precip</div><div>ga-&gt; d maskout(lterp(p,topo),topo-X)&nbsp;</div><div><br></div><div>where X is the cutoff topo value.&nbsp;</div></div><div><br></div><div><br></div><div>--Jennifer</div><div><br></div><div><br></div><div><br><div><div>On May 29, 2013, at 1:26 AM, Howard Staines wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Good afternoon fellow Grads users,<br><br>I want to use two different data sources <br><br>1, Opendap <span class="Apple-tab-span" style="white-space:pre">        </span>GFS 0.5 degree data for precipitation with 3hourly time<br>steps<br>2, Opendap<span class="Apple-tab-span" style="white-space:pre">        </span>high resolution topography one time step and I think about<br>8minute resolution.<br><br>The purpose is to use the 1 dataset for precipitation and freezing level<br>calculation in meters and mask with 2, dataset using to display snowfall <br>Over high resolution topography.<br><br>My understanding is that you cant open these dataset as the aren't the same<br>resolution and time step compatable. <br><br>Do I combine the data and create a local file, would I need to use<br>interpolation like re() function over the dataset nos 1.<br><br>Any assistance well.<br><br>Regards Howard Staines<br>Metris Limited<br>New Zealand<br><br><br>_______________________________________________<br>gradsusr mailing list<br><a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>http://gradsusr.org/mailman/listinfo/gradsusr<br></div></blockquote></div><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div>--</div><div>Jennifer M. Adams</div><div>IGES/COLA</div><div>4041 Powder Mill Road, Suite 302</div><div>Calverton, MD 20705</div><div><a href="mailto:jma@cola.iges.org">jma@cola.iges.org</a></div><div><br class="khtml-block-placeholder"></div><br class="Apple-interchange-newline"></span></span></span>
</div>
<br></div></body></html>