Langley DAAC Version Number: LD_008_004_019_00_00_0_19990526 ERBE S-4G HDF Nonscanner Read Program The programs, rds4gnshdf.c and rds4gnshdf.f (C and Fortran Versions) allow the user to output data and associated metadata to an ASCII file for a given data month, year, and satellite coverage. The programs allow you to select medium or wide field-of-view (MFOV or WFOV) coverage, and numerical filter or shape factor averaged data. The programs also allow you to select the type of average and the resolution (5.0 degree regional, 10.0 degree regional, or zonal/global). These selections will restrict the data to one of the ten S-4G Nonscanner HDF data files. You can further subset the data selection by choosing a geographic region to dump. This can be done by selecting a range of regions based on the equal-angle grid or by selecting latitude and longitude ranges. A menu of available parameters allows for the selection of particular data measurements (e.g. Longwave, Shortwave, etc.). Further information on the S-4G product can be found in the ERBE S-4G User's Guide, Regional, Zonal, and Global Gridded Averages, February 1993. The programs build the name of the HDF data file as you make the above selections. The names of the files are as follows: s4g_mnf5._yymm_s* S-4G 5.0 degree regional MFOV numerical filter data s4g_mnf10_yymm_s* S-4G 10.0 degree nested regional MFOV numerical filter data s4g_mnfzg_yymm_s* S-4G zonal and global MFOV numerical filter data s4g_msf10_yymm_s* S-4G 10.0 degree regional MFOV shape factor data s4g_msfzg_yymm_s* S-4G zonal and global MFOV shape factor data s4g_wnf5._yymm_s* S-4G 5.0 degree regional WFOV numerical filter data s4g_wnf10_yymm_s* S-4G 10.0 degree nested regional WFOV numerical filter data s4g_wnfzg_yymm_s* S-4G zonal and global WFOV numerical filter data s4g_wsf10_yymm_s* S-4G 10.0 degree regional WFOV shape factor data s4g_wsfzg_yymm_s* S-4G zonal and global WFOV shape factor data * yymm - The year and month that the data were acquired by the satellite. (e.g. 8504) s - A code for the satellite or combination of satellites that the data were acquired from. Codes are from 1 to 7 as follows: 1 - NOAA-9 2 - ERBS 3 - NOAA-10 4 - NOAA-9/NOAA-10 5 - ERBS/NOAA-9 6 - ERBS/NOAA-10 7 - ERBS/NOAA-9/NOAA-10 The programs also build an output file: HDF_filename.rpt *************************************************************************** * * * NOTE TO THE USER (06-03-94) * * * * * * Please note that there is a parameter for the Latitude and Longitude * * values to be stored in each HDF file. Please disregard these values * * which are stored in these files. The reason is that when these * * values are multiplied by the type of resolution that you wish to dis- * * play, the longitude values are stored in a -180 to 180 degree format. * * The data is actually stored in a 0 to 360 degree format as stated in * * the ERBE S-4G User's Guide. The read program for this data set has * * been modified to print out the correct values when asking for data * * values in lat/lon selection. This modification does not and has not * * affected the presentation of the data when selecting band data and * * regional data. If you bring up the S-4G data set in an outside soft- * * ware package, please ignore the lat/lon values because they will not * * present the data correctly. * * * * * *************************************************************************** In order to run the read software, you will need to obtain the HDF libraries which are available in the public domain from the National Center for Supercomputing Applications (NCSA) via ftp (ftp.ncsa.uiuc.edu or 128.174.20.50). Further information on obtaining the HDF libraries can be found in the Langley DAAC Handbook, February 1993. Once the HDF libraries have been installed on your machine, the programs can be compiled as follows: ************************************************************************** UNIX Example for Compiling Read Programs -------- C Version: %cc -Dmachineid -I/"path to HDF include files" rds4gnshdf.c /"path to HDF library" -o "executable name" Example : %cc -DSUN -I/home/HDF/include rds4gnshdf.c /home/HDF/lib/libdf.a -o reads4g_nsc -------- FORTRAN Version: Before the FORTRAN version can be compiled, the include file must be extracted from the source file (source file lines 63 - 178), copied into a file named "s4gnread.i", and the character "c" deleted from column 1 on every line. Please note that a number of lines in the include file are comments (these have a character "c" in columns 1 and 2 of the distribution source). This file (s4gnread.i) contains a number defined constants needed through out the program. If your compiler does not support the "INCLUDE" statement, each instance of the "INCLUDE" statement in the FORTRAN program must be replaced with the contents of the s4gnread.i file. Once this has been accomplished, the program can be compiled with a statement of the form: %f77 rds4gnshdf.f /"path to HDF library" -o "executable name" Example : %f77 rds4gnshdf.f /home/HDF/lib/libdf.a -o reads4g_nsf ** Please note the cc and f77 are the SUN C and FORTRAN compilation commands. These may be different on your machine. **************************************************************************** Included below is a sample run and output of the S-4G HDF nonscanner read program. The sample run does not show all possible parameters and only shows output from the 5.0 degree regional medium field-of-view numerical filter nonscanner file. Comments or questions should be directed to EOSDIS Langley DAAC Science, Users and Data Services Office NASA Langley Research Center Mail Code 157D 2 South Wright Street Hampton, Virginia 23681-2199 U.S.A. E-mail: support-asdc@earthdata.nasa.gov Phone: (757)864-8656 FAX: (757)864-8807 ********************************************************************** SAMPLE RUN ********************************************************************** sorcerer 170: reads4g_nsc Welcome to the S-4G Nonscanner HDF data read program. ******************************************************************* * * * S-4G HDF NONSCANNER READ PROGRAM * * * * * * Version 2.4 August 08, 1994 * * * * NOTE TO THE USER!!!!! * * FOR YOUR INFORMATION AS HOW THE DATA HAS BEEN STORED IN THE * * S-4G HDF FILE, LATITUDE VALUES AND LONGITUDE VALUES HAVE * * BEEN ADDED TO THE INPUT FILE. PLEASE IGNORE THESE VALUES * * WHEN USING OTHER HDF PACKAGES BECAUSE THESE NUMBERS WILL NOT * * REPRESENT THE DATA CORRECTLY. THIS READ PROGRAM HAS BEEN * * MODIFIED TO HANDLE THESE VALUES. IF YOU HAVE ANY QUESTIONS, * * PLEASE FEEL FREE TO CONTACT THE LANGLEY DAAC. * * THE WAY THAT THE LATITUDE AND LONGITUDE VALUES ARE STORED IN * * THE DATA FILE WILL NOT HAVE ANY MEANING OR REPRESENT THE * * DATA CORRECTLY IN OUTSIDE SOFTWARE PACKAGES. * * * * 07-26-94 THE MINIMUM AND MAXIMUM VALUES ARE INCORRECT WITHIN* * THE HDF DATA FILES FOR THE LONGWAVE AND SHORTWAVE PARAMETERS.* * SO THAT THE USER WOULD NOT GET THIS INFORMATION FROM THE * * DATA FILE, THE PRINT LINES FOR THIS INFORMATION HAVE BEEN * * COMMENTED OUT IN THIS CODE. FOR THE CORRECT VALUES FOR ALL * * PARAMETERS, PLEASE REFER TO THE ERBE S-4G USER'S GUIDE. * * PLEASE IGNORE THESE VALUES WHEN USING OUTSIDE SOFTWARE * * PACKAGES! * * * * * ******************************************************************* The name of the HDF file must conform to the standards developed by NASA/Langley for HDF granule ids. If your HDF files fail to conform, this program will not perform as intended. In all of the following questions, case of your response is not important. In addition, if you wish to abort you may enter an 'a' at any query There are two types of field-of-view, (W)ide Field-of-View or (M)edium Field-of-View. Enter Field-of-View. --> m S-4G Nonscanner data comes in two types, (N)umerical Filter, (S)hape Factor. Enter type of data. --> n There are three resolutions of data, 5 degree by 5 degree, 5 by 5 nested to 10 by 10 degree, and Zonal-Global data. Enter resolution type: (5), (10), or (ZG). --> 5 Enter data date in the format YYMM. --> 8605 Enter the satellite combination from the following list: (1) NOAA-9 (5) ERBS & NOAA-9 (2) ERBS (6) ERBS & NOAA-10 (3) NOAA-10 (7) ERBS, NOAA-9, & NOAA-10 (4) NOAA-9 & NOAA-10 -->5 The generated report will be written to "s4g_mnf5._8605_5.rpt" There are 341 SDSs in this file. This is the first portion of the list [ 0] : TSOLRD MN(DAY) : 1 records of 32 bit data(Five Degree Regional) [ 1] : NET MN(DAY) : 1 records of 32 bit data(Five Degree Regional) [ 2] : NET MN(HOUR) : 1 records of 32 bit data(Five Degree Regional) [ 3] : TSOLRH MN(HOUR) : 1 records of 32 bit data(Five Degree Regional) [ 4] : SOLARD DAILY : 31 records of 32 bit data(Five Degree Regional) [ 35] : SOLARH HOURLY : 24 records of 32 bit data(Five Degree Regional) [ 59] : LW MN(DAY) : 1 records of 16 bit data(Five Degree Regional) [ 60] : SW MN(DAY) : 1 records of 16 bit data(Five Degree Regional) [ 61] : ALBEDO MN(DAY) : 1 records of 16 bit data(Five Degree Regional) [ 62] : LW MN(HOUR) : 1 records of 16 bit data(Five Degree Regional) [ 63] : SW MN(HOUR) : 1 records of 16 bit data(Five Degree Regional) [ 64] : ALBEDO MN(HOUR) : 1 records of 16 bit data(Five Degree Regional) [ 65] : LW DAILY : 31 records of 16 bit data(Five Degree Regional) [ 96] : SW DAILY : 31 records of 16 bit data(Five Degree Regional) [ 127] : ALBEDO DAILY : 31 records of 16 bit data(Five Degree Regional) There are 6 commands available: In all the following, "nnnn" refers to the item number displayed between the "[" and "]" characters. a : ABORT - discard all selection criteria, generate NO report. dnnnn : DELETE a chosen parameter "nnnn" from the selection list lnnnn : LIST new selection list to screen, starting at "nnnn" q : QUIT selection portion of program. snnnn : Add parameter "nnnn" to the SELECTION list. h : HELP - Generate this message. Enter option. -> s2 Enter option. -> s63 Enter option. -> l128 [ 127] : ALBEDO DAILY : 31 records of 16 bit data(Five Degree Regional) [ 158] : LW HOURLY : 24 records of 16 bit data(Five Degree Regional) [ 182] : SW HOURLY : 24 records of 16 bit data(Five Degree Regional) [ 206] : ALBEDO HOURLY : 24 records of 16 bit data(Five Degree Regional) [ 230] : GEOTYPE : 1 records of 16 bit data(Five Degree Regional) [ 231] : NDLW DAILY : 31 records of 8 bit data(Five Degree Regional) [ 262] : NDSW DAILY : 31 records of 8 bit data(Five Degree Regional) [ 293] : NHLW HOURLY : 24 records of 8 bit data(Five Degree Regional) [ 317] : NHSW HOURLY : 24 records of 8 bit data(Five Degree Regional There are 6 commands available: In all the following, "nnnn" refers to the item number displayed between the "[" and "]" characters. a : ABORT - discard all selection criteria, generate NO report. dnnnn : DELETE a chosen parameter "nnnn" from the selection list lnnnn : LIST new selection list to screen, starting at "nnnn" q : QUIT selection portion of program. snnnn : Add parameter "nnnn" to the SELECTION list. h : HELP - Generate this message. Enter option. -> s231 Enter option. -> q This program has the capability to further subset the regional data based upon user requirements, expressed in units of either Lat/Long or by requesting a range of regions numbers. Please indicated that you are interested in further subsetting the data selected by entering (L) for Lat/Long, (R) for Regional subsetting, or (N) for no further subsetting. (L/N/R/A) -->l Enter North-West corner Lat/Long (90.0 >= x > -90.0 360.0 >= y >= 0.0) -->15 70 Enter South-East corner Lat/Long (90.0 <= x < -90.0 360.0 >= y >= 0.0) -->0 110 Extracting record 2 (NET MN(HOUR) ) Extracting record 63 (SW MN(HOUR) ) Extracting record 231 (NDLW DAILY ) Extracting record 232 (NDLW DAILY ) Extracting record 233 (NDLW DAILY ) Extracting record 234 (NDLW DAILY ) Extracting record 235 (NDLW DAILY ) Extracting record 236 (NDLW DAILY ) Extracting record 237 (NDLW DAILY ) Extracting record 238 (NDLW DAILY ) Extracting record 239 (NDLW DAILY ) Extracting record 240 (NDLW DAILY ) Extracting record 241 (NDLW DAILY ) Extracting record 242 (NDLW DAILY ) Extracting record 243 (NDLW DAILY ) Extracting record 244 (NDLW DAILY ) Extracting record 245 (NDLW DAILY ) Extracting record 246 (NDLW DAILY ) Extracting record 247 (NDLW DAILY ) Extracting record 248 (NDLW DAILY ) Extracting record 249 (NDLW DAILY ) Extracting record 250 (NDLW DAILY ) Extracting record 251 (NDLW DAILY ) Extracting record 252 (NDLW DAILY ) Extracting record 253 (NDLW DAILY ) Extracting record 254 (NDLW DAILY ) Extracting record 255 (NDLW DAILY ) Extracting record 256 (NDLW DAILY ) Extracting record 257 (NDLW DAILY ) Extracting record 258 (NDLW DAILY ) Extracting record 259 (NDLW DAILY ) Extracting record 260 (NDLW DAILY ) Extracting record 261 (NDLW DAILY ) The generated report will be written to "s4g_mnf5._8605_5.rpt" sorcerer 247: ********************************************************************** SAMPLE OUTPUT ********************************************************************** File ID: ERBE S-4G 5.0 Degree Regional Nonscanner MFOV-NF (Medium Field-of-View Numerical Filter) Data for 8605 ERBS & NOAA-9 File Description: Source: Earth Radiation Budget Experiment NASA Langley Research Center Hampton, Va 23681-0001 Data Set Processing Date: 14-Mar-91 Reference: ERBE S-4G User's Guide, The Regional, Zonal, and Global Gridded Averages. February 1993. Abstract: This is a portion of the ERBE S-4G, Regional, Zonal, and Global Gridded Averages Product. This product contains averages of flux and albedo measurements for ERBE S-4G 5.0 Degree Regional Nonscanner MFOV-NF (Medium Field-of-View Numerical Filter) Data for monthly, daily, and hourly averages. Missing Data: There are two types of missing data values each based on the word size of the data. Missing regions are those regions which were not observed by the satellite. Missing data items are those regions which were observed by the satellite but the data did not contain measurements for those data items. Values are as follows: Number of Bits Missing data Items Missing Regions Per Word ------------------------------------------------------------ 32 2147483647 -32767 16 32767 -32767 8 127 -127 Deadscanner Flags: Because the scanner on the ERBS, NOAA-9, AND NOAA-10 satellites became inoperative at different times, deadscanner flags were designed to inform the user whether the scanners were operating for each satellite for a particular data month. Three 1-byte character elements represents the NOAA-9, ERBS, and NOAA-10 deadscanner flags. Possible values are as follows: 0 - operative scanner 1 - inoperative scanner 2 - fill value signifying live scanner data which was processed before the deadscanner option was implemented or no data for that satellite. Deadscanner Flags for this month are 2 2 2 HDF Notes to User: The dimension scales are divided by a factor equal to the resolution of the data (5 degree, 10 degree, etc) to accommodate HDF restrictions of the same data type for data and scales. The scales factor are currently stored as annotation labels to each Numeric Data Group (tag 720). Data attributes are as follows: Label: NET MN(HOUR) 5.0X5.0 MFOV-NF Units: W/M**2 Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 100 has been applied to the following data: 1091: 98.2200 1096: 83.2000 103.3100 103.1200 89.3400 70.4100 1101: 72.7900 77.4900 107.0600 1166: 78.1200 83.8600 93.8600 89.8100 1171: 82.7700 71.8400 90.4300 102.9300 112.9400 1236: 85.2300 91.6100 1241: 76.3500 71.0700 89.5200 95.6900 80.6900 1246: 78.3300 77.0700 1311: 72.3300 65.7800 60.3900 68.1200 69.5800 1316: 79.1600 58.2300 65.5600 62.8100 Data attributes are as follows: Label: SW MN(HOUR) 5.0X5.0 MFOV-NF Units: W/M**2 Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 10 has been applied to the following data: 1091: 58.7000 1096: 92.9000 78.2000 78.9000 127.5000 159.9000 1101: 144.8000 131.0000 79.8000 1166: 95.9000 97.5000 77.6000 110.5000 1171: 144.3000 161.5000 115.6000 79.3000 57.6000 1236: 85.0000 81.9000 1241: 96.6000 116.6000 109.5000 105.3000 106.1000 1246: 98.6000 106.7000 1311: 61.6000 65.5000 89.8000 88.8000 95.0000 1316: 87.8000 104.9000 91.1000 91.6000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 0.0000 1096: 1.0000 2.0000 1.0000 1.0000 0.0000 1101: 1.0000 2.0000 1.0000 1166: 0.0000 1.0000 2.0000 0.0000 1171: 1.0000 0.0000 1.0000 2.0000 0.0000 1236: 1.0000 1.0000 1241: 1.0000 0.0000 1.0000 1.0000 2.0000 1246: 1.0000 0.0000 1311: 2.0000 1.0000 1.0000 0.0000 0.0000 1316: 2.0000 1.0000 1.0000 0.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 1.0000 1096: 1.0000 2.0000 0.0000 0.0000 2.0000 1101: 2.0000 2.0000 0.0000 1166: 2.0000 0.0000 2.0000 1.0000 1171: 0.0000 2.0000 0.0000 2.0000 1.0000 1236: 2.0000 0.0000 1241: 1.0000 2.0000 1.0000 2.0000 0.0000 1246: 0.0000 2.0000 1311: 1.0000 0.0000 0.0000 2.0000 2.0000 1316: 1.0000 0.0000 0.0000 2.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 1.0000 1096: 2.0000 0.0000 0.0000 1.0000 1.0000 1101: 1.0000 0.0000 1.0000 1166: 0.0000 2.0000 0.0000 1.0000 1171: 1.0000 0.0000 2.0000 0.0000 2.0000 1236: 1.0000 2.0000 1241: 1.0000 1.0000 0.0000 1.0000 2.0000 1246: 2.0000 2.0000 1311: 1.0000 0.0000 2.0000 1.0000 0.0000 1316: 1.0000 0.0000 2.0000 1.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 0.0000 1096: 1.0000 2.0000 2.0000 1.0000 0.0000 1101: 1.0000 1.0000 2.0000 1166: 1.0000 1.0000 1.0000 1.0000 1171: 1.0000 1.0000 1.0000 0.0000 2.0000 1236: 1.0000 2.0000 1241: 0.0000 0.0000 1.0000 2.0000 2.0000 1246: 0.0000 0.0000 1311: 1.0000 3.0000 0.0000 0.0000 1.0000 1316: 1.0000 3.0000 0.0000 0.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 0.0000 1096: 1.0000 2.0000 0.0000 0.0000 0.0000 1101: 1.0000 2.0000 0.0000 1166: 1.0000 1.0000 1.0000 1.0000 1171: 0.0000 1.0000 0.0000 1.0000 1.0000 1236: 1.0000 0.0000 1241: 1.0000 1.0000 1.0000 1.0000 0.0000 1246: 1.0000 1.0000 1311: 0.0000 1.0000 0.0000 0.0000 2.0000 1316: 0.0000 1.0000 0.0000 0.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 1.0000 1096: 1.0000 1.0000 1.0000 2.0000 2.0000 1101: 1.0000 0.0000 1.0000 1166: 0.0000 1.0000 2.0000 0.0000 1171: 2.0000 1.0000 1.0000 1.0000 2.0000 1236: 2.0000 0.0000 1241: 2.0000 1.0000 0.0000 1.0000 1.0000 1246: 2.0000 1.0000 1311: 1.0000 0.0000 3.0000 2.0000 0.0000 1316: 1.0000 0.0000 3.0000 1.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 1.0000 1096: 0.0000 0.0000 3.0000 1.0000 1.0000 1101: 0.0000 0.0000 2.0000 1166: 2.0000 0.0000 1.0000 1.0000 1171: 1.0000 2.0000 0.0000 0.0000 1.0000 1236: 2.0000 1.0000 1241: 1.0000 1.0000 0.0000 2.0000 0.0000 1246: 0.0000 1.0000 1311: 1.0000 2.0000 1.0000 0.0000 0.0000 1316: 1.0000 2.0000 1.0000 1.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 1.0000 1096: 1.0000 1.0000 1.0000 1.0000 1.0000 1101: 0.0000 1.0000 1.0000 1166: 2.0000 2.0000 0.0000 2.0000 1171: 0.0000 1.0000 1.0000 0.0000 2.0000 1236: 1.0000 1.0000 1241: 0.0000 2.0000 1.0000 0.0000 1.0000 1246: 0.0000 2.0000 1311: 1.0000 1.0000 0.0000 1.0000 1.0000 1316: 0.0000 1.0000 0.0000 1.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 1.0000 1096: 2.0000 0.0000 0.0000 1.0000 0.0000 1101: 2.0000 0.0000 0.0000 1166: 0.0000 2.0000 1.0000 0.0000 1171: 1.0000 0.0000 2.0000 1.0000 0.0000 1236: 0.0000 1.0000 1241: 1.0000 0.0000 1.0000 0.0000 1.0000 1246: 1.0000 1.0000 1311: 0.0000 1.0000 2.0000 3.0000 1.0000 1316: 0.0000 1.0000 2.0000 2.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 2.0000 1096: 1.0000 0.0000 1.0000 1.0000 1.0000 1101: 1.0000 0.0000 1.0000 1166: 1.0000 0.0000 2.0000 1.0000 1171: 1.0000 2.0000 0.0000 2.0000 0.0000 1236: 1.0000 1.0000 1241: 2.0000 0.0000 1.0000 1.0000 1.0000 1246: 2.0000 0.0000 1311: 0.0000 2.0000 2.0000 0.0000 1.0000 1316: 0.0000 2.0000 1.0000 0.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 1.0000 1096: 1.0000 1.0000 1.0000 0.0000 1.0000 1101: 0.0000 2.0000 1.0000 1166: 2.0000 1.0000 0.0000 1.0000 1171: 1.0000 1.0000 1.0000 1.0000 1.0000 1236: 2.0000 1.0000 1241: 0.0000 0.0000 1.0000 2.0000 0.0000 1246: 1.0000 1.0000 1311: 3.0000 0.0000 0.0000 0.0000 1.0000 1316: 3.0000 0.0000 0.0000 1.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 1.0000 1096: 2.0000 1.0000 0.0000 0.0000 1.0000 1101: 2.0000 1.0000 1.0000 1166: 2.0000 1.0000 1.0000 1.0000 1171: 1.0000 0.0000 1.0000 1.0000 1.0000 1236: 1.0000 0.0000 1241: 1.0000 3.0000 1.0000 1.0000 0.0000 1246: 1.0000 2.0000 1311: 1.0000 0.0000 0.0000 3.0000 0.0000 1316: 1.0000 0.0000 0.0000 3.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 1.0000 1096: 1.0000 0.0000 1.0000 2.0000 1.0000 1101: 1.0000 0.0000 2.0000 1166: 1.0000 2.0000 0.0000 1.0000 1171: 0.0000 1.0000 1.0000 1.0000 2.0000 1236: 0.0000 2.0000 1241: 1.0000 0.0000 0.0000 0.0000 2.0000 1246: 1.0000 1.0000 1311: 0.0000 2.0000 2.0000 0.0000 0.0000 1316: 0.0000 3.0000 1.0000 0.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 0.0000 1096: 0.0000 2.0000 1.0000 1.0000 0.0000 1101: 0.0000 2.0000 1.0000 1166: 0.0000 1.0000 1.0000 0.0000 1171: 1.0000 0.0000 1.0000 1.0000 1.0000 1236: 1.0000 2.0000 1241: 0.0000 0.0000 1.0000 1.0000 2.0000 1246: 1.0000 0.0000 1311: 1.0000 1.0000 0.0000 0.0000 1.0000 1316: 1.0000 1.0000 0.0000 0.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 1.0000 1096: 1.0000 2.0000 0.0000 0.0000 1.0000 1101: 1.0000 2.0000 1.0000 1166: 1.0000 0.0000 2.0000 0.0000 1171: 1.0000 1.0000 0.0000 2.0000 0.0000 1236: 1.0000 0.0000 1241: 2.0000 1.0000 1.0000 1.0000 0.0000 1246: 2.0000 1.0000 1311: 1.0000 0.0000 1.0000 2.0000 1.0000 1316: 1.0000 0.0000 1.0000 2.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 1.0000 1096: 0.0000 0.0000 1.0000 1.0000 2.0000 1101: 0.0000 0.0000 1.0000 1166: 1.0000 1.0000 0.0000 1.0000 1171: 0.0000 2.0000 1.0000 0.0000 1.0000 1236: 1.0000 1.0000 1241: 1.0000 1.0000 0.0000 1.0000 1.0000 1246: 1.0000 1.0000 1311: 1.0000 1.0000 2.0000 0.0000 0.0000 1316: 1.0000 1.0000 2.0000 0.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 1.0000 1096: 0.0000 1.0000 2.0000 1.0000 1.0000 1101: 0.0000 1.0000 1.0000 1166: 1.0000 1.0000 1.0000 1.0000 1171: 1.0000 1.0000 1.0000 1.0000 1.0000 1236: 1.0000 2.0000 1241: 0.0000 1.0000 1.0000 1.0000 2.0000 1246: 0.0000 1.0000 1311: 2.0000 2.0000 0.0000 1.0000 0.0000 1316: 2.0000 1.0000 0.0000 1.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 1.0000 1096: 2.0000 1.0000 0.0000 1.0000 1.0000 1101: 3.0000 1.0000 0.0000 1166: 1.0000 1.0000 1.0000 1.0000 1171: 1.0000 1.0000 1.0000 1.0000 0.0000 1236: 1.0000 1.0000 1241: 0.0000 2.0000 1.0000 1.0000 1.0000 1246: 0.0000 1.0000 1311: 0.0000 1.0000 0.0000 2.0000 3.0000 1316: 0.0000 1.0000 0.0000 3.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 2.0000 1096: 1.0000 0.0000 0.0000 1.0000 2.0000 1101: 1.0000 0.0000 0.0000 1166: 0.0000 2.0000 0.0000 1.0000 1171: 1.0000 0.0000 2.0000 1.0000 1.0000 1236: 0.0000 2.0000 1241: 2.0000 1.0000 1.0000 0.0000 1.0000 1246: 2.0000 1.0000 1311: 0.0000 0.0000 3.0000 0.0000 1.0000 1316: 0.0000 0.0000 3.0000 0.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 1.0000 1096: 0.0000 2.0000 2.0000 1.0000 1.0000 1101: 0.0000 2.0000 1.0000 1166: 2.0000 0.0000 2.0000 0.0000 1171: 1.0000 1.0000 1.0000 2.0000 0.0000 1236: 2.0000 1.0000 1241: 1.0000 0.0000 0.0000 2.0000 1.0000 1246: 1.0000 0.0000 1311: 1.0000 2.0000 1.0000 0.0000 1.0000 1316: 3.0000 1.0000 1.0000 1.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 1.0000 1096: 2.0000 2.0000 0.0000 0.0000 0.0000 1101: 2.0000 2.0000 0.0000 1166: 2.0000 0.0000 1.0000 3.0000 1171: 0.0000 2.0000 1.0000 1.0000 2.0000 1236: 2.0000 0.0000 1241: 0.0000 3.0000 2.0000 2.0000 0.0000 1246: 0.0000 2.0000 1311: 1.0000 0.0000 0.0000 1.0000 2.0000 1316: 1.0000 0.0000 0.0000 2.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 1.0000 1096: 2.0000 0.0000 1.0000 1.0000 1.0000 1101: 2.0000 0.0000 1.0000 1166: 0.0000 2.0000 0.0000 2.0000 1171: 1.0000 0.0000 3.0000 0.0000 2.0000 1236: 0.0000 1.0000 1241: 1.0000 2.0000 0.0000 0.0000 2.0000 1246: 1.0000 2.0000 1311: 1.0000 0.0000 2.0000 2.0000 1.0000 1316: 1.0000 1.0000 2.0000 1.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 0.0000 1096: 0.0000 1.0000 2.0000 1.0000 0.0000 1101: 0.0000 1.0000 2.0000 1166: 1.0000 0.0000 1.0000 1.0000 1171: 2.0000 1.0000 0.0000 1.0000 0.0000 1236: 1.0000 1.0000 1241: 1.0000 0.0000 1.0000 1.0000 1.0000 1246: 1.0000 0.0000 1311: 1.0000 2.0000 0.0000 0.0000 2.0000 1316: 1.0000 2.0000 0.0000 0.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 0.0000 1096: 1.0000 2.0000 0.0000 1.0000 0.0000 1101: 1.0000 2.0000 0.0000 1166: 1.0000 1.0000 1.0000 1.0000 1171: 1.0000 1.0000 1.0000 1.0000 1.0000 1236: 1.0000 0.0000 1241: 1.0000 1.0000 2.0000 1.0000 0.0000 1246: 1.0000 1.0000 1311: 2.0000 1.0000 1.0000 0.0000 2.0000 1316: 1.0000 0.0000 2.0000 0.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 1.0000 1096: 1.0000 0.0000 1.0000 2.0000 2.0000 1101: 1.0000 0.0000 1.0000 1166: 1.0000 1.0000 2.0000 1.0000 1171: 1.0000 1.0000 1.0000 1.0000 1.0000 1236: 1.0000 0.0000 1241: 2.0000 1.0000 1.0000 1.0000 0.0000 1246: 3.0000 1.0000 1311: 1.0000 1.0000 2.0000 2.0000 0.0000 1316: 1.0000 1.0000 2.0000 2.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 1.0000 1096: 1.0000 0.0000 2.0000 1.0000 1.0000 1101: 1.0000 0.0000 2.0000 1166: 2.0000 1.0000 1.0000 2.0000 1171: 0.0000 2.0000 1.0000 0.0000 2.0000 1236: 3.0000 1.0000 1241: 1.0000 1.0000 0.0000 3.0000 2.0000 1246: 0.0000 1.0000 1311: 2.0000 2.0000 0.0000 1.0000 1.0000 1316: 1.0000 2.0000 0.0000 1.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 2.0000 1096: 0.0000 2.0000 1.0000 1.0000 1.0000 1101: 1.0000 1.0000 1.0000 1166: 1.0000 1.0000 0.0000 1.0000 1171: 2.0000 0.0000 1.0000 0.0000 1.0000 1236: 0.0000 1.0000 1241: 0.0000 2.0000 3.0000 0.0000 1.0000 1246: 0.0000 2.0000 1311: 1.0000 1.0000 0.0000 2.0000 1.0000 1316: 1.0000 1.0000 0.0000 2.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 0.0000 1096: 2.0000 0.0000 1.0000 1.0000 2.0000 1101: 2.0000 0.0000 1.0000 1166: 0.0000 1.0000 2.0000 1.0000 1171: 1.0000 0.0000 2.0000 2.0000 1.0000 1236: 0.0000 1.0000 1241: 2.0000 1.0000 1.0000 0.0000 1.0000 1246: 3.0000 0.0000 1311: 0.0000 1.0000 2.0000 1.0000 1.0000 1316: 0.0000 1.0000 2.0000 1.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 2.0000 1096: 2.0000 2.0000 0.0000 1.0000 2.0000 1101: 1.0000 2.0000 0.0000 1166: 2.0000 1.0000 1.0000 0.0000 1171: 0.0000 2.0000 1.0000 1.0000 0.0000 1236: 1.0000 2.0000 1241: 1.0000 0.0000 1.0000 2.0000 2.0000 1246: 1.0000 0.0000 1311: 1.0000 1.0000 2.0000 0.0000 1.0000 1316: 1.0000 1.0000 1.0000 0.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 2.0000 1096: 0.0000 1.0000 1.0000 0.0000 2.0000 1101: 1.0000 0.0000 1.0000 1166: 2.0000 0.0000 1.0000 1.0000 1171: 2.0000 2.0000 0.0000 0.0000 1.0000 1236: 1.0000 0.0000 1241: 1.0000 1.0000 2.0000 1.0000 0.0000 1246: 0.0000 0.0000 1311: 3.0000 0.0000 0.0000 2.0000 1.0000 1316: 2.0000 0.0000 0.0000 1.0000 Data attributes are as follows: Label: NDLW DAILY 5.0X5.0 MFOV-NF Units: NUMBER OF HOURS Format: F11.4 This dimension represents Latitude, expressed in Degrees 90 85 80 75 70 65 60 55 50 45 40 35 30 25 20 15 10 5 0 -5 -10 -15 -20 -25 -30 -35 -40 -45 -50 -55 -60 -65 -70 -75 -80 -85 This dimension represents Longitude, expressed in Degrees 0 5 10 15 20 25 30 35 40 45 50 55 60 65 70 75 80 85 90 95 100 105 110 115 120 125 130 135 140 145 150 155 160 165 170 175 180 185 190 195 200 205 210 215 220 225 230 235 240 245 250 255 260 265 270 275 280 285 290 295 300 305 310 315 320 325 330 335 340 345 350 355 The scale factor of 1 has been applied to the following data: 1091: 0.0000 1096: 2.0000 1.0000 1.0000 1.0000 0.0000 1101: 2.0000 0.0000 1.0000 1166: 0.0000 1.0000 1.0000 1.0000 1171: 0.0000 0.0000 1.0000 1.0000 1.0000 1236: 1.0000 1.0000 1241: 2.0000 2.0000 0.0000 0.0000 1.0000 1246: 2.0000 1.0000 1311: 1.0000 0.0000 1.0000 2.0000 0.0000 1316: 1.0000 1.0000 1.0000 1.0000