<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
Jeff,
<div>You can use ‘time’ for the &lt;SDF_dimension_name&gt; in your edef statement — it won’t really matter what name you use as long as the name matches one of the dimensions in the file and you provide all the remaining needed metadata for the ensemble axis: &lt;size&gt;
 names &lt;list of names&gt;.</div>
<div>—Jennifer</div>
<div><br>
</div>
<div><br>
<div>
<div>On Feb 29, 2016, at 2:07 PM, Jeff Duda &lt;<a href="mailto:jeffduda319@gmail.com">jeffduda319@gmail.com</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div dir="ltr">I have a set of radar reflectivity netcdf files from multiple NEXRAD sites and over multiple times. I wish to display the maximum reflectivity over a window of time and over all radar sites. Here is the control file I wrote:<br>
<br>
dset /scratch/jdduda/%e_201006%<a href="http://ch_800_40.nc/">ch_800_40.nc</a><br>
options template<br>
CHSUB 1 1 13_1800<br>
CHSUB 2 2 13_1900<br>
CHSUB 3 3 13_2000<br>
CHSUB 4 4 13_2100<br>
CHSUB 5 5 13_2200<br>
CHSUB 6 6 13_2300<br>
CHSUB 7 7 14_0000<br>
xdef lon 800 linear -106.099096849811 0.015771162376<br>
ydef lat 741 linear 31.231419002562 0.015771162376<br>
tdef time 7 linear 18Z13JUN2010 1hr<br>
edef 2 names KAMA KDDC<br>
VARS 1<br>
Reflectivity=&gt;z<br>
ENDVARS<br>
<br clear="all">
<div><br>
</div>
<div>Since the data files were created using the NCDC Weather Radar and Climate Toolkit, I'm using xdfopen to display the data. If I remove one of the dimensions (i.e., either time or radar site), then I can display a maximum (either across multiple sites at
 one time or across multiple times at one site) by using the time dimension as a dummy dimension. However, I see from the xdfopen documentation that the syntax above for EDEF isn't acceptable as it is for full blown data that you'd need a complete control file
 for. However, the data files themselves do not have an ensemble dimension, and therefore I don't know how to follow the indicated convention for the EDEF line:<br>
<br>
<code>edef &lt;<i>SDF_dimension_name</i>&gt; <br>
edef &lt;<i>SDF_dimension_name</i>&gt; &lt;<em>size</em>&gt;<br>
edef &lt;<i>SDF_dimension_name</i>&gt; &lt;<em>size</em>&gt; names &lt;<em>list of names</em>&gt; <br>
<br>
</code></div>
<div><code><span style="font-family:arial,helvetica,sans-serif">Does anyone have any suggestions? I tried inserting an empty string (''), but that didn't work.</span><br>
<br>
</code></div>
<div><code><span style="font-family:arial,helvetica,sans-serif">Jeff Duda</span><br>
</code></div>
<div>-- <br>
<div class="gmail_signature">Jeff Duda<br>
Graduate research assistant<br>
University of Oklahoma School of Meteorology<br>
Center for Analysis and Prediction of Storms<br>
</div>
</div>
</div>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
http://gradsusr.org/mailman/listinfo/gradsusr<br>
</blockquote>
</div>
<br>
<div apple-content-edited="true">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="font-size: 12px; orphans: 2; widows: 2;">--</div>
<div style="font-size: 12px; orphans: 2; widows: 2;">Jennifer Miletta Adams<br>
Center for Ocean-Land-Atmosphere Studies (COLA)<br>
George Mason University<br>
<br>
<br>
</div>
</div>
</div>
</div>
<br>
</div>
</body>
</html>