41 SUBROUTINE w3fb06(ALAT,ALON,ALAT1,ALON1,DX,ALONV,XI,XJ)
43 DATA rerth /6.3712e+6/, pi/3.1416/
62 reflon = alonv - 270.0
71 rmll = rebydx * cos(ala1) * ss60/(1. + h * sin(ala1))
75 alo1 = (alon1 - reflon) * radpd
76 polei = 1. - rmll * cos(alo1)
77 polej = 1. - h * rmll * sin(alo1)
82 rm = rebydx * cos(ala) * ss60/(1. + h * sin(ala))
84 alo = (alon - reflon) * radpd
85 xi = polei + rm * cos(alo)
86 xj = polej + h * rm * sin(alo)
subroutine w3fb06(alat, alon, alat1, alon1, dx, alonv, xi, xj)
Converts the coordinates of a location on earth given in the natural coordinate system of latitude/lo...