<div dir="ltr"><div><div>Hi everyone, NCL6.4<br></div><div>I am wondering why there should be a warning message when using 'dim_median_n' for data that has whole array missing. Can it "quietly" ignore if all array is missing similar to 'dim_avg_n' ?<br></div><br>here is a simple example:<br><br>ncl 0> a = (/1,1,1/)  <br>ncl 1> a@_FillValue = 1<br>ncl 2> b = dim_avg_n(a,0)<br>ncl 3> c = dim_median_n(a,0)<br>warning:dim_median_n: 1 rightmost sections of the input array contained all missing values<br><br></div>The warning is message makes sense but it becomes difficult to debug if looping over hundreds of times where many instance have all missing data.<br><div><br></div><div><br></div><div>Cheers,</div><div>Rashed<br></div></div>