<div><span style="line-height: 1.5;">Dear NCL community,</span></div><div><br></div><div>I would like to calculate spatial RMSE of simulations and observations.</div><div><br></div><div>the NCL function I use is:</div><div>rmse = dim_rmsd_n(obs, sim, (/1,2/))</div><div>where (/1,2/) represents the spatial dimensions lon,lat</div><div><br></div><div><br></div><div>while the CDO command is:</div><div>cdo sqrt -fldmean -sqr -sub sim.nc obs.nc rmse.nc</div><div><br></div><div>However, the CDO output (64.44424) is different from the NCL one (63.95646), and I couldn't figure out why.</div><div><br></div><div>Attached are the two .nc files (sim var=rain_tot(time, lat, lon); obs var=crain(time, lat, lon))</div><div><br></div><div>Any hint is much appreciated!</div><div><br></div><div>Best,&nbsp;</div><div>Qi</div>