<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.&nbsp;</div><div class=""><div class="">&nbsp;</div><div class=""><font face="Menlo" class="">&nbsp;Res1@tfDoNDCOverlay=True</font></div><div class=""><font face="Menlo" class="">&nbsp;Res1@mpLimitMode = "Corners"&nbsp;</font></div></div><div class=""><font face="Menlo" class="">&nbsp;Res1@mpLeftCornerLatF = lat(0)</font></div><div class=""><font face="Menlo" class="">&nbsp;Res1@mpLeftCornerLonF = lon(0)</font></div><div class=""><font face="Menlo" class="">&nbsp;Res1@mpRightCornerLatF = lat(nlat-1)</font></div><div class=""><font face="Menlo" class="">&nbsp;Res1@mpRightCornerLonF = lon(nlon-1)</font></div><div class=""><font face="Menlo" class="">&nbsp;Res1@mpCenterLatF &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 90 - north_pole_lat &nbsp;</font></div><div class=""><font face="Menlo" class="">&nbsp;Res1@mpCenterLonF &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 180 + north_pole_lon &nbsp;</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>