<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><div class=""></div><div class="">Since I have the rotated north pole latitude (<b class="">44.999996</b>) and longitude (<b class="">144.0</b>) in my data file I used the second example of the support page on rotated grid. </div><div class=""><div class=""> </div><div class=""><font face="Menlo" class=""> Res1@tfDoNDCOverlay=True</font></div><div class=""><font face="Menlo" class=""> Res1@mpLimitMode = "Corners" </font></div></div><div class=""><font face="Menlo" class=""> Res1@mpLeftCornerLatF = lat(0)</font></div><div class=""><font face="Menlo" class=""> Res1@mpLeftCornerLonF = lon(0)</font></div><div class=""><font face="Menlo" class=""> Res1@mpRightCornerLatF = lat(nlat-1)</font></div><div class=""><font face="Menlo" class=""> Res1@mpRightCornerLonF = lon(nlon-1)</font></div><div class=""><font face="Menlo" class=""> Res1@mpCenterLatF = 90 - north_pole_lat </font></div><div class=""><font face="Menlo" class=""> Res1@mpCenterLonF = 180 + north_pole_lon </font></div><div class=""><br class=""></div><div class="">However I get this result ( I believe this is Australia):</div><div class=""><br class=""></div><div class=""></div></body></html>