20 SUBROUTINE w3fb02(ALAT, ALONG, XMESHL, XI, XJ)
37 DATA convt /0.017453293/
41 re = (earthr * 1.86603) / xmeshl
50 wlong = (wlong + addlng) * convt
51 r = (re * cos(xlat))/(1.0 + sin(xlat))
53 IF (abs(xi) .LT. tiny) xi = 0.0
55 IF (abs(xj) .LT. tiny) xj = 0.0
subroutine w3fb02(alat, along, xmeshl, xi, xj)
Computes i and j coordinates for a latitude/longitude point on the southern hemisphere polar stereogr...