31 SUBROUTINE w3fb00(ALAT,ALONG,XMESHL,XI,XJ)
33 DATA radpd /.01745329/
36 re = (earthr * 1.86603) / xmeshl
39 wlong = (along + 100.0) * radpd
40 r = (re * cos(xlat)) / (1. + sinl)
subroutine w3fb00(alat, along, xmeshl, xi, xj)
Converts the coordinates of a location on earth from the natural coordinate system of latitude/longit...