<div dir="ltr"><div><div><div>Hi,<br></div>Please find here the printed code. The output figure plots only the missing values. I don&#39;t understand where I have been going wrong. Could someone help me to fix this. The missing values are not at all disappearing. For the test sake I used number one here.<br>f    = addfile(&quot;<a href="http://precip.V1.0.mon.mean.nc">precip.V1.0.mon.mean.nc</a>&quot;, &quot;r&quot;)   ; note the &quot;s&quot; of addfile<br>;u=short2flt( f-&gt;pr_wtr )<br>u1 = f-&gt;precip<br>printVarSummary (u1)<br>u = clmMonTLL(u1)<br>printVarSummary (u)<br>print(min(u))<br>print(max(u))<br>u@_FillValue=1<br>u@_missing_value=1<br>u@missing_value=1<br>u@missing_value_original=1<br>delete(u@_FillValue)delete(u@_missing_value)<br>delete(u@missing_value)<br>delete(u@missing_value_original)<br>printVarSummary (u)<br>print(min(u))<br>print(max(u))<br>anew= dim_avg_Wrap(u(lat|:,lon|:,month|:))<br>printVarSummary(anew)<br>print(min(anew))<br>print(max(anew))<br><br></div>Thanks,<br></div>Adv<br><div><div><br></div></div></div>