39 SUBROUTINE w3fb04(ALAT,ALONG,XMESHL,ORIENT,XI,XJ)
41 DATA radpd /.01745329/
44 re = (earthr * 1.86603) / xmeshl
47 IF (xmeshl.GE.0.)
THEN
48 wlong = (along + 180.0 - orient) * radpd
49 r = (re * cos(xlat)) / (1.0 + sin(xlat))
55 wlong = (along - orient) * radpd
56 r = (re * cos(xlat)) / (1.0 + sin(xlat))
subroutine w3fb04(alat, along, xmeshl, orient, xi, xj)
Converts the coordinates of a location on earth from the natural coordinate system of latitude/longit...