26 SUBROUTINE w3ft26 (MAPNUM,FLD,HI,IGPTS,NSTOP)
46 IF (mapnum .EQ. 37 .OR. mapnum .EQ. 38 .OR.
47 & mapnum .EQ. 39 .OR. mapnum .EQ. 40)
THEN
50 half(i,91-j+1) = fld(i,j)
56 ELSE IF (mapnum .EQ. 41 .OR. mapnum .EQ. 42 .OR.
57 & mapnum .EQ. 43 .OR. mapnum .EQ. 44)
THEN
60 half(i,181-j+1) = fld(i,j)
67 IF (mapnum .EQ. 37 .OR. mapnum .EQ. 41)
THEN
70 quad(i-328,j) = half(i,j)
73 quad(i+32,j) = half(i,j)
77 ELSE IF (mapnum .EQ. 38 .OR. mapnum .EQ. 42)
THEN
80 quad(i-58,j) = half(i,j)
84 ELSE IF (mapnum .EQ. 39 .OR. mapnum .EQ. 43)
THEN
87 quad(i-148,j) = half(i,j)
91 ELSE IF (mapnum .EQ. 40 .OR. mapnum .EQ. 44)
THEN
94 quad(i-238,j) = half(i,j)
99 print *,
' W3FT26 - MAP NOT TYPE 37-44'
107 IF (mapnum .EQ. 37 .OR. mapnum .EQ. 38 .OR.
108 & mapnum .EQ. 39 .OR. mapnum .EQ. 40)
THEN
109 CALL w3ft16(quad,hi,interp)
111 CALL w3ft17(quad,hi,interp)
subroutine w3ft16(alola, bthin, interp)
Convert a northern hemisphere 1.0 degree lat.,lon.
subroutine w3ft17(alola, bthin, interp)
Convert a southern hemisphere 1.0 degree lat.,lon.
subroutine w3ft26(mapnum, fld, hi, igpts, nstop)
Converts a 360x181 1-degree grid into a nh or sh 360x91 1-degree grid.