<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Dear NCL users,<br></div><div><br></div><div>I want to highlight the 90% CI over trend plot.</div><div><br></div><div>I used the given code for climatology, but not working properly during trend calculation. </div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div>  </div><div>arr95 = var_a(0,:,:)</div><div>arr95 = arr95@_FillValue</div><div>arr5 = arr95</div><div>ntime = dimsizes(var_a&time)</div><div>i95 = toint(ntime*.95)-1  ; approximate 95% index<br></div><div>ip    = dim_pqsort_n(var_a, 2, 0)   ; ascending order, sort var_a in ascending order at the 0th dimension. </div><div>var_a95 = var_a(i95,:,:)<br></div></blockquote><div> </div><div>But I am not getting how to incorporate trend function <br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">  var_b    = b->BCSMASS<br></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">   ts         = var_b(lat|:,lon|:,time|:)</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">   time     = ts&time                       ; year since 2001-01-01</blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">   rc         = regCoef(time,ts)  </blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"> </blockquote><div><br></div><div><br></div><div>please provide some information on that. For more clarification I have shared my file with dropbox. </div><div><br></div><div>Thank you</div><div><br></div><div><br></div><div>regards</div><div>Kunal </div><div><br></div><div><br></div><div><br></div><div> </div><div><div><br></div><div>  </div></div><div><br></div><div><br></div><a href="https://www.dropbox.com/s/15z3b06liu8z8a2/YM1.nc?dl=0">https://www.dropbox.com/s/15z3b06liu8z8a2/YM1.nc?dl=0</a></div></div></div></div></div></div>