# IMAPP MODIS Cloud Mask Configuration File # # This file contains input and output file information needed # to run the Direct Broadcast MODIS cloud mask software. Each # file reference below consists of 2 or 3 entries: the file name, # a header file name (if necessary) and file requirement # (MANDATORY or OPTIONAL). The reference names on the left-hand side of # the equal sign for each entry should be left untouched. # The code is looking for these as they are shown. The right hand # side of the equal sign should be changed to point to the correct # directories/filenames for each data source. If a file is # labelled as OPTIONAL, this means that the code will still run # without it. You may delete the entire 2-3 line file reference if # you do not wish to use these optional files. # # This file can be manually edited to point to the correct files, # or used as part of a processing script which can automatically # modify the file. See the modis_cloudmask.csh script. #--------------------------------- # Dynamic MODIS input files #--------------------------------- # MOD021KM image flat file L1B_1KM_NAME=t1.03094.1655.1000m.img L1B_1KM_HDR=t1.03094.1655.1000m.hdr L1B_1KM_REQ=MANDATORY # MOD03 geolocation flat file GEO_1KM_NAME=t1.03094.1655.geo.img GEO_1KM_HDR=t1.03094.1655.geo.hdr GEO_1KM_REQ=MANDATORY # MOD021KM metadata flat file SCAN_1KM_NAME=t1.03094.1655.met.img SCAN_1KM_HDR=t1.03094.1655.met.hdr SCAN_1KM_REQ=MANDATORY # MOD02QKM image flat file (note: optional. If left blank no 250 m # maskwill be created.) L1B_250M_NAME=t1.03094.1655.250m.img L1B_250M_HDR=t1.03094.1655.250m.hdr L1B_250M_REQ=OPTIONAL #--------------------------------- # Dynamic ancillary input files #--------------------------------- # NSIDC NISE Snow/Ice Northern Hemisphere (note: optional - strongly # recommended for processing snow or ice covered scenes in the # Northern Hemisphere.) ANC_NISEN_NAME=NISE_SSMIF13_20030404.HDFEOS_NORTH.bin ANC_NISEN_REQ=OPTIONAL # NSIDC NISE Snow/Ice Southern Hemisphere (note: optional- strongly # recommended for processing snow or ice covered scenes in the # Southern hemisphere.) ANC_NISES_NAME=NISE_SSMIF13_20030404.HDFEOS_SOUTH.bin ANC_NISES_REQ=OPTIONAL # NCEP Ice Concentration (note: optional - strongly # recommended for processing seaice covered scenes - # including Hudson Bay.) ANC_ICEC_NAME=eng.030404.bin ANC_ICEC_REQ=OPTIONAL # REYNOLDS Blended SST file OISST_NAME=oisst.20030402 OISST_REQ=MANDATORY # NCEP GDAS1 (model profiles of temperature, humidity, ...) ANC_MET_NAME=gdas1.PGrbF00.030404.18z.bin ANC_MET_REQ=MANDATORY #--------------------------------- # Static ancillary input files #--------------------------------- # Cloud Mask Thresholds ANC_THRESHOLD_NAME=../../cloudmask/cmd/thresholds.dat.Terra ANC_THRESHOLD_REQ=MANDATORY # Ecosystem file 1km resolution ECO_1KM_NAME=../../cloudmask/static/goge1_2_img ECO_1KM_REQ=MANDATORY #--------------------------------- # Dynamic MODIS output files #--------------------------------- # Output file: Cloud Mask MOD35_MASK_NAME=t1.03094.1655.mod35.img MOD35_HDR_NAME=t1.03094.1655.mod35.hdr MOD35_MASK_REQ=MANDATORY # Output file: Quality Control MOD35_QA_NAME=t1.03094.1655.mod35qa.img MOD35_QAHDR_NAME=t1.03094.1655.mod35qa.hdr MOD35_QA_REQ=MANDATORY #--------------------------------- # Debugging options #--------------------------------- # Debug file - Ouput file containing scene statistics. DEBUG_NAME=t1.03094.1655.mod35debug.txt DEBUG_REQ=MANDATORY # debug Switch (0=off, 1=on) Leave lower case and as the last entry in # this file. # ** Caution: Setting switch to 1 # Will Result in A Huge Quantity of Output. This is only # Recommended if working on a very small amount of pixels. ** debug=0