<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:14pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">Dear NCL users,</span><br style="font-family: &quot;Times New Roman&quot;;">
<br style="font-family: &quot;Times New Roman&quot;;">
<span style="font-family: &quot;Times New Roman&quot;;"><span style="font-size: 18.6667px; font-family: &quot;Times New Roman&quot;;"><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">Is there any</span><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">&nbsp;NCL
 function</span><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">&nbsp;to calculate the</span></span><br style="font-size: 18.6667px; font-family: &quot;Times New Roman&quot;;">
<span style="font-size: 18.6667px; font-family: &quot;Times New Roman&quot;;"><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">daily average from wrf&nbsp;</span><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">output
 files by each&nbsp;</span></span><span style="font-size: 12pt; font-family: Tahoma, Geneva, sans-serif; color: rgb(0, 0, 0);">6 hourly (4 files per day)</span></span><br style="font-family: &quot;Times New Roman&quot;;">
</p>
<div><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">I've tried the function below, but it returns the error:</span></div>
<div>
<div><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">No coordinate variable exists for dimension (Time) in variable (x)</span></div>
<div><br>
</div>
</div>
<div><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">How can I resolve this issue for this data?</span></div>
<br style="font-family: &quot;Times New Roman&quot;;">
<span style="font-family: &quot;Times New Roman&quot;;"><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><br>
</span>
<div><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">files = systemfunc(&quot;ls -1 wrfout_d01_20*&quot;) &#43; &quot;.nc&quot;</span></div>
<div><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">&nbsp; &nbsp; &nbsp; a = addfiles(files,&quot;r&quot;)</span></div>
<div><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">&nbsp; &nbsp; &nbsp; x = wrf_user_getvar(a,&quot;slp&quot;,-1)</span></div>
<div><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; printVarSummary(x)</span></div>
</span><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">&nbsp;xDayAvg = calculate_daily_values(x, &quot;avg&quot;, nDim, False)</span><br style="font-family: &quot;Times New Roman&quot;;">
<br style="font-family: &quot;Times New Roman&quot;;">
<div><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">Variable: x</span></div>
<div><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">Type: float</span></div>
<div><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">Total Size: 67200 bytes</span></div>
<div><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 16800 values</span></div>
<div><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">Number of Dimensions: 3</span></div>
<div><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">Dimensions and sizes:</span><span class="Apple-tab-span" style="white-space: pre; font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
</span><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">[Time | 12] x [south_north | 50] x [west_east | 28]</span></div>
<div><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">Coordinates:&nbsp;</span></div>
<div><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">Number Of Attributes: 6</span></div>
<div><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">&nbsp; description :</span><span class="Apple-tab-span" style="white-space: pre; font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
</span><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">Sea Level Pressure</span></div>
<div><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">&nbsp; units :</span><span class="Apple-tab-span" style="white-space: pre; font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
</span><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">hPa</span></div>
<div><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">&nbsp; coordinates :</span><span class="Apple-tab-span" style="white-space: pre; font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
</span><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">XLONG XLAT</span></div>
<div><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">&nbsp; stagger :</span><span class="Apple-tab-span" style="white-space: pre; font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
</span></div>
<div><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">&nbsp; MemoryOrder :</span><span class="Apple-tab-span" style="white-space: pre; font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
</span><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">XYZ</span></div>
<div><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">&nbsp; FieldType :</span><span class="Apple-tab-span" style="white-space: pre; font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
</span><span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">104</span></div>
<div><br>
</div>
<br style="font-family: &quot;Times New Roman&quot;;">
<span style="font-family: Tahoma, Geneva, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">Regards&nbsp;</span><br>
<p></p>
</div>
</body>
</html>