<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&#39;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&#39;t acceptable as it is for full blown data that you&#39;d need a complete control file for. However, the data files themselves do not have an ensemble dimension, and therefore I don&#39;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 (&#39;&#39;), but that didn&#39;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>