April 11, 1997
The original user's manual for the SEASAT Scatterometer Global Dealiased Surface Wind Vector data set created by Dr. Robert Atlas (also referred to as PO.DAAC product 002) is included below. Please note that the following changes have occurred since the preparation of this manual.
where:
sass denotes SEASAT-A Satellite Scatterometer BJD denotes the three digit Julian day marking the beginning date of the file EJD denotes the three digit Julian day marking the ending date of the file dat denotes raw binary data format
Description of the GSFC1 and GSFC2 tapes:
These two tapes contain all the information from the GSFC dealiased
wind vector tapes which we received from R. Atlas. A brief history of
the creation of these tapes follow. Originally, JPL had processed all
the scatterometer wind vectors by pairing radar backscatter
coefficients (sigma-0) measurements from fore and aft beam cells.
Later, F. Wentz of Remote Sensing Systems contracted with Atmospheric
Environmental Service, Canada (AES) to reprocess the wind vectors onto
a rectangular grid oriented along the satellite subtrack. The first
step was to bin the sigma-0 values into 50 km resolution cells (16
tapes). The 50 km cells were organized into 820 strips perpendicular
to the satellite subtrack for each revolution. Wind vectors were then
processed from the binned sigma-0 values onto the same 50 km grid, and
also onto a coarser 100 km grid. R. Atlas, et. al., used the 100km
resolution wind vectors as input into their objective ambiguity
removal scheme. A copy of the results was then sent to us. We have
reformatted the GSFC tapes somewhat for our own use, and have added
strip identification back in from the original 16 sigma-0 tapes.
There are 8 files on each tape, each file corresponding to one of the
16 sigma-0 tapes. The contents of the 16 files are shown below:
Tape | File | Days | Revs | # Dat Rec |
---|---|---|---|---|
GSFC1 | 1 | 188-193 | 142-228 | 31655 |
GSFC1 | 2 | 194-199 | 229-314 | 31190 |
GSFC1 | 3 | 200-205 | 315-400 | 29996 |
GSFC1 | 4 | 206-211 | 401-486 | 33410 |
GSFC1 | 5 | 212-217 | 487-572 | 32466 |
GSFC1 | 6 | 218-223 | 573-657 | 32496 |
GSFC1 | 7 | 224-229 | 658-743 | 30785 |
GSFC1 | 8 | 230-235 | 744-829 | 31422 |
GSFC2 | 1 | 236-241 | 830-915 | 33711 |
GSFC2 | 2 | 242-247 | 916-1001 | 33445 |
GSFC2 | 3 | 248-253 | 1002-1087 | 34010 |
GSFC2 | 4 | 254-259 | 1088-1172 | 33965 |
GSFC2 | 5 | 260-265 | 1173-1258 | 34638 |
GSFC2 | 6 | 266-271 | 1259-1344 | 34235 |
GSFC2 | 7 | 272-277 | 1345-1430 | 34778 |
GSFC2 | 8 | 278-283 | 1431-1501 | 26899 |
The GSFC1 and GSFC2 tapes are 9-track, 6250 bpi, with recordsize = 384 bytes, and blocksize = 19200 bytes. (The tapes were written on a DEC/VAX machine, where 1 byte = 8 bits.) A program to read the tapes is included, along with a printout of the first 20 records on the first tape.
On the tapes, each logical record contains information from one strip of seventeen 100 x 100 km cells (cells 1-7 and 11-17 are primary swath, 8-10 are nadir swath), and has the following format:
bytes 1-4 | Time of the nadir point (seconds since beginning of 1978) (see note a) |
bytes 5-8 | Time of last ascending (seconds since beginning of 1978) |
bytes 9-12 | Longitude of last ascending node (.01 degree East) |
bytes 13-16 | Strip number (offset by 5, multiply by .05) (see note b) |
bytes 17-20 | Geodetic latitude of nadir point (.01 degree, offset by 9000) (see note a) |
bytes 21-24 | Longitude of nadir point (.01 degree East) (see note a) |
bytes 25-58 | 17 geodetic latitudes of wind vectors in strip (.01 degree, offset by 9000) |
bytes 59-92 | 17 longitudes of wind vectors (.01 degree East)(*) |
bytes 93-126 | 17 first alias wind speeds (.01 m/s) |
bytes 127-160 | 17 second alias wind speeds (.01 m/s) |
bytes 161-194 | 17 third alias wind speeds (.01 m/s) |
bytes 195-228 | 17 fourth alias wind speeds (.01 m/s) |
bytes 229-262 | 17 first alias wind directions (.1 degree, clockwise from North) |
bytes 263-296 | 17 second alias wind directions (.1 degree, clockwise from North) |
bytes 297-330 | 17 third alias wind directions (.1 degree, clockwise from North) |
bytes 331-364 | 17 fourth alias wind directions (.1 degree, clockwise from North) |
bytes 365-381 | 17 GSFC alias choices 0 = not dealiased, reason unstated 1 = alias 1 chosen 2 = alias 2 chosen 3 = alias 3 chosen 4 = alias 4 chosen |
bytes 382-384 | Zero fill |
rev(real number) = 1. + strip number/410.The AES 100 km strip numbers can be obtained from the raw value of the Wentz strip numbers by dividing the Wentz raw value by 10., and then rounding the real number up to the next whole integer.
There is a one-to-one correspondence between the strips on the GSFC
100 km wind vector tapes and the strips on the AES 100 km wind vector
tapes, with the exception of three gaps on the GSFC tapes. Noting
that each rev can contain 820 50 km strips, the GSFC data gaps
correspond to the following 50 km strip numbers:
rev 570, strip 229 through rev 572, strip 719It should be noted that there are many other data gaps which result from earlier stages of data acquisition and processing.
rev 1013, strip 631 through rev 1014, strip 820
rev 1144, strip 820 through rev 1145, strip 793
A breakdown of the number of wind vectors actually dealiased by GSFC is the following:
total number of cells containing wind vector information = 2,994,046
number of wind vector cells which are nadir = 369,964
number of wind vector cells which are primary = 2,624,082
number of primary wind vector cells which were dealiased = 1,940,715 (74.0%)
C THIS ROUTINE READS AND PRINTS RECORDS FROM EITHER THE C GSFC1 OR GSFC2 TAPE C INTEGER*2 ILAT(17),ILON(17),IWS(17,4),IWD(17,4),ILON2(2) LOGICAL*1 IALIAS(17),IDUM(3) REAL*4 RLAT(17),RLON(17),RWS(17,4),RWD(17,4) EQUIVALENCE (ILON4,ILON2(1)) C C THE OPEN STATEMENT IS A DEC/VAX FORTRAN DEPENDENT C STATEMENT. FOR OTHER SYSTEMS, SUBSTITUTE YOUR OWN FILE C OPEN STATEMENT, IF NECESSARY. C OPEN(UNIT=1,STATUS='OLD',RECL=96,BLOCKSIZE=19200, 1 RECORDTYPE='FIXED',FORM='UNFORMATTED') IREC = 0 ILON2(2) = 0 WRITE(6,6000) 6000 FORMAT(1X,'ENTER NUMBER OF RECORDS TO PRINT') READ(5,*) NREC 5 READ(1,END=10) ITIMNP,ITIMAN,ILONAN,ISTRN,ILATNP,ILONNP, 1 ILAT,ILON,IWS,IWD,IALIAS,IDUM C C THE GSFC1 AND GSFC2 TAPES WERE WRITTEN TO BE COMPATIBLE C WITH A DEC/VAX SYSTEM. ON OTHER SYSTEMS, THE ADDRESSING C OF BYTES WITHIN MULTI-BYTE VARIABLES MAY BE IN THE C OPPOSITE SENSE OF DEC/VAX. IN THIS CASE, THE BYTES WITHIN C THESE VARIABLES NEED TO BE SWAPPED, AS IN THE FOLLOWING: C C CALL SWAP(ITIMNP,1,4,1,ITIMNP) C CALL SWAP(ITIMAN,1,4,1,ITIMAN) C CALL SWAP(ILONAN,1,4,1,ILONAN) C CALL SWAP(ISTRN,1,4,1,ISTRN) C CALL SWAP(ILATNP,1,4,1,ILATNP) C CALL SWAP(ILONNP,1,4,1,ILONNP) C CALL SWAP(ILAT,1,2,17,ILAT) C CALL SWAP(ILON,1,2,17,ILON) C CALL SWAP(IWS,1,2,68,IWS) C CALL SWAP(IWD,1,2,68,IWD) C IREC = IREC + 1 RLONAN = ILONAN * .01 RSTRN = (ISTRN - 5) * .05 RLATNP = (ILATNP - 9000) *.01 RLONNP = ILONNP * .01 DO 7 I=1,17 RLAT(I) = (ILAT(I) - 9000) * .01 ILON2(1) = ILON(I) RLON(I) = ILON4 * .01 DO 7 J=1,4 RWS(I,J) = IWS(I,J) * .01 7 RWD(I,J) = IWD(I,J) * .1 WRITE(6,6001) ITIMNP,ITIMAN,RLONAN,RSTRN,RLATNP,RLONNP, 1 RLAT,RLON,RWS,RWD,IALIAS 6001 FORMAT(1H0,2I10,4F10.2/2(/1X,9F8.2/1X,8F8.1)// 1 4(/1X,9F8.2/1X,8F8.2)/4(/1X,9F8.1/1X,8F8.1)// 2 1X,9I8/1X,8I8) IF(IREC.LT.NREC) GO TO 5 10 STOP END SUBROUTINE SWAP(INBUF,KNTFLD,LENFLD,NUMFLD,OUTBUF) C C THIS ROUTINE REVERSES THE ORDER OF BYTES CONTAINED IN C AN ARRAY OF EITHER 2-BYTE OR 4-BYTE VARIABLES C LOGICAL*1 INBUF(1),OUTBUF(1) INTEGER ITEMP4,KNTFLD,LENFLD(KNTFLD),NUMFLD(KNTFLD) K=1 DO 10 I = 1,KNTFLD L=NUMFLD(I) DO 5 J = 1,L IF(LENFLD(I).NE.2) GO TO 2 ITEMP4 = INBUF(K) OUTBUF(K) = INBUF(K+1) OUTBUF(K+1) = ITEMP4 GO TO 3 2 IF(LENFLD(I).NE.4) GO TO 3 ITEMP4 = INBUF(K) OUTBUF(K) = INBUF(K+3) OUTBUF(K+3) = ITEMP4 ITEMP4 = INBUF(K+1) OUTBUF(K+1) = INBUF(K+2) OUTBUF(K+2) = ITEMP4 3 K = K + LENFLD(I) 5 CONTINUE 10 CONTINUE RETURN END
Output of the first 20 records in file sass188-193.dat is as follows:
16156765 16152184 95.77 58121.00 -71.84 156.88 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16156780 16152184 95.77 58122.00 -71.67 154.07 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16156795 16152184 95.77 58123.00 -71.47 151.32 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16156810 16152184 95.77 58124.00 -71.24 148.63 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16156824 16152184 95.77 58125.00 -70.96 146.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16156839 16152184 95.77 58126.00 -70.66 143.45 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16156854 16152184 95.77 58127.00 -70.32 140.97 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16156869 16152184 95.77 58128.00 -69.94 138.59 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16156883 16152184 95.77 58129.00 -69.54 136.28 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16156898 16152184 95.77 58130.00 -69.11 134.06 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16156913 16152184 95.77 58131.00 -68.66 131.93 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16156928 16152184 95.77 58132.00 -68.18 129.88 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -65.72 -65.20 -90.00 -90.00 -90.00 -90.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 133.16 133.77 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12.35 14.26 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12.66 14.74 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13.21 15.53 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12.90 15.32 0.00 0.00 0.00 0.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 38.2 38.2 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 115.0 113.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 219.6 222.6 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 288.3 285.5 0.0 0.0 0.0 0.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16156942 16152184 95.77 58133.00 -67.68 127.91 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -65.54 -64.82 -63.96 -90.00 -90.00 -90.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 131.41 132.53 133.41 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10.35 13.00 16.34 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10.99 13.93 16.56 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 11.19 14.38 17.59 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10.62 13.68 0.00 0.00 0.00 0.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 23.1 26.2 57.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 135.0 131.1 82.7 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 199.1 203.8 255.6 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 309.4 301.8 0.0 0.0 0.0 0.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16156957 16152184 95.77 58134.00 -67.15 126.03 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -65.62 -65.07 -64.33 -63.54 -62.66 -90.00 -90.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 128.70 129.59 130.69 131.98 132.75 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 5.24 9.77 16.77 12.91 4.25 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 5.36 10.31 17.55 14.13 5.15 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 5.47 10.55 18.26 14.70 5.39 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 5.32 10.09 17.63 13.89 4.96 0.00 0.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 29.2 27.1 34.9 30.8 25.8 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 133.3 133.5 121.9 130.3 136.3 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 207.6 204.9 216.6 209.9 200.1 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 307.7 308.8 296.9 294.4 295.6 0.0 0.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16156972 16152184 95.77 58135.00 -66.61 124.22 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -66.42 -90.00 -65.09 -64.54 -63.80 -63.03 -62.11 -61.43 -90.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 123.20 0.00 126.89 127.80 129.10 130.32 131.44 132.22 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 94.81 0.00 4.43 12.78 18.47 15.03 6.41 8.35 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 4.59 13.26 19.44 14.44 7.47 8.93 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 4.75 13.60 20.04 0.00 7.77 9.85 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 4.62 13.19 19.33 0.00 7.20 9.37 0.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 33.0 34.3 27.6 167.7 28.5 32.4 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 130.2 127.7 134.1 348.1 135.7 126.8 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 214.3 214.4 206.7 0.0 205.6 212.6 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 306.8 304.4 308.1 0.0 295.6 289.6 0.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4 0 16156987 16152184 95.77 58136.00 -66.04 122.49 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -65.83 -90.00 -64.54 -64.00 -63.28 -62.53 -61.75 -60.94 -90.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 122.68 0.00 125.16 126.07 127.52 128.69 129.84 130.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 284.36 0.00 5.71 10.35 9.39 13.13 10.16 10.11 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 5.88 10.79 10.29 14.50 11.46 10.41 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 5.97 11.09 10.72 14.59 11.89 11.78 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 5.81 10.71 9.92 13.37 11.09 11.60 0.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 33.9 35.8 26.7 14.7 30.0 48.6 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 133.4 130.4 142.2 155.4 137.3 111.7 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 212.9 216.0 196.6 183.3 206.6 238.2 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 310.4 304.7 312.1 321.3 297.0 276.3 0.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 16157001 16152184 95.77 58137.00 -65.47 120.84 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -65.40 -90.00 -63.97 -63.44 -62.72 -62.02 -61.30 -60.41 -90.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 121.03 0.00 123.49 124.57 125.90 127.19 128.15 128.99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 123.11 0.00 4.61 6.99 7.71 9.54 9.40 9.75 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 4.73 7.37 8.48 10.96 10.73 10.18 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 4.83 7.63 8.88 10.98 11.20 11.11 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 4.68 7.29 8.37 9.74 10.33 10.73 0.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 33.1 36.3 33.6 15.5 30.7 48.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 137.6 134.0 137.4 160.5 139.6 114.9 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 212.5 216.2 211.9 181.4 208.6 235.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 313.5 306.0 303.7 323.0 299.8 282.8 0.0 0 0 0 0 0 0 0 0 0 0 3 3 0 0 3 3 0 16157016 16152184 95.77 58138.00 -64.87 119.25 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -64.84 -90.00 -63.41 -62.91 -62.14 -61.47 -60.76 -60.06 -90.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 119.51 0.00 121.98 123.13 124.34 125.63 126.74 127.49 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16.99 0.00 3.80 5.68 6.72 9.00 9.59 8.67 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 3.83 5.91 7.25 10.02 10.55 9.28 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 3.94 6.36 7.81 10.65 11.61 10.12 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 3.96 6.25 7.47 10.16 10.92 9.85 0.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 55.3 46.0 42.3 35.6 47.3 41.4 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 117.3 125.4 130.3 137.6 116.2 127.1 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 237.0 229.8 224.5 216.2 241.0 224.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 291.8 296.8 296.5 298.5 285.0 290.5 0.0 0 0 0 0 0 0 0 0 0 0 3 3 3 3 3 3 0 16157031 16152184 95.77 58139.00 -64.26 117.73 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -64.21 -90.00 -62.86 -62.32 -61.58 -60.91 -60.23 -59.57 -90.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 117.95 0.00 120.53 121.58 122.93 124.09 125.17 125.98 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17.34 0.00 3.99 7.56 6.28 6.92 8.30 8.82 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 4.06 7.88 6.65 7.83 9.14 9.69 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 4.19 8.33 7.34 8.29 9.81 10.36 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 4.17 8.07 7.24 7.89 9.49 10.00 0.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 46.9 43.3 49.0 38.5 40.9 42.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 128.0 131.0 124.7 136.6 132.9 131.1 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 228.6 225.6 236.3 219.2 223.1 226.1 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 303.4 303.7 289.7 299.1 294.5 292.5 0.0 0 0 0 0 0 0 0 0 0 0 3 3 3 3 3 3 0 16157045 16152184 95.77 58140.00 -63.64 116.27 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -90.00 -63.57 -90.00 -62.22 -61.70 -61.02 -60.32 -59.66 -59.00 -90.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 116.45 0.00 119.10 120.19 121.46 122.66 123.59 124.79 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19.16 0.00 4.85 5.30 5.85 7.49 7.88 8.51 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 4.89 5.55 6.21 8.03 8.67 9.56 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 5.17 5.99 6.80 8.86 9.30 10.01 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 5.14 5.91 6.49 8.69 8.84 9.35 0.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 52.6 49.4 49.3 49.0 42.1 35.6 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 125.1 128.2 127.5 127.6 134.1 139.3 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 235.5 233.5 234.4 235.3 223.8 214.1 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 298.8 297.0 294.6 289.7 297.4 302.3 0.0 0 0 0 0 0 0 0 0 0 0 3 3 3 3 3 3 0