<div dir="ltr"><div class="gmail_default" style="font-size:small">Amit,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The error is telling you that your coordinate variable is non-monotonic.  In order to use &quot;cat&quot; mode to join a dimension, which is usually the time dimension, the time values must be monotonic. Also, I believe the time arrays must have the same units.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Please look at your &quot;time&quot; dimension on both files and make sure 1) they are monotonic, 2) they have the same units, and 3) the first time value of the second file is greater than the last time value of the first file.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">--Mary</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 27, 2015 at 4:23 PM, amit timilsina <span dir="ltr">&lt;<a href="mailto:timilsinaamit87@huskers.unl.edu" target="_blank">timilsinaamit87@huskers.unl.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Respected all,<br>
<br>
Is the warning &quot; warning:error attempting to fix non-monotonic aggregation variable&quot;  while joining files makes any differences? The first file has dimension size: 366x240X480 and second file have 365x240x480 or first-year data is leap year data. Even with using both non-leap year data, I found the similar problem. What is the reason for getting this problem and how can I solve it?<br>
<br>
ncl 0&gt; fils = (/&quot;pr_day_CMCC-CM_decadal2005_r1i2p1_20120101-20121231.nc&quot;,&quot;pr_day_CMCC-CM_decadal2005_r1i2p1_20130101-20131231.nc&quot;/)ncl 1&gt; f=addfiles(fils,&quot;r&quot;)<br>
ncl 2&gt; ListSetType(f,&quot;cat&quot;)<br>
ncl 3&gt; pr=f[:]-&gt;pr<br>
warning:error attempting to fix non-monotonic aggregation variable<br>
<br>
<br>
Thank you in advance.<br>
<br>
Amit Prasad Timilsina<br>
PhD student<br>
School of Natural Resources,UNL<br>
243 Hardin Hall<br>
3310 Holdrege Street<br>
Lincoln, Nebraska<br>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
</blockquote></div><br></div>