20 SUBROUTINE w3fb03(XI, XJ, XMESHL, TLAT, TLONG)
27 DATA degprd/57.2957795/
30 re = (earthr * 1.86603) / xmeshl
36 r2 = xi * xi + xj * xj
39 xlong = degprd * atan2(xj,xi)
41 IF (tlong .LT. 0.0) tlong = tlong + 360.0
42 tlat = asin((gi2 - r2)/(gi2 + r2)) * degprd
subroutine w3fb03(xi, xj, xmeshl, tlat, tlong)
Converts i,j grid coordinates to the corresponding latitude/longitude on a southern hemisphere polar ...