# IMAPP MODIS Aerosol Product Configuration File # # This file contains input and output file information needed # to run the Direct Broadcast MODIS aerosol (MOD04) 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_profiles.csh script. #--------------------------------- # Dynamic MODIS input files - All are MANDATORY #--------------------------------- # MOD021KM image flat file L1B_1KM_NAME=t1.04183.1510.1000m.img L1B_1KM_HDR=t1.04183.1510.1000m.hdr L1B_1KM_REQ=MANDATORY # MOD02HKM image flat file L1B_500M_NAME=t1.04183.1510.500m.img L1B_500M_HDR=t1.04183.1510.500m.hdr L1B_500M_REQ=MANDATORY # MOD02QKM image flat file L1B_250M_NAME=t1.04183.1510.250m.img L1B_250M_HDR=t1.04183.1510.250m.hdr L1B_250M_REQ=MANDATORY # MOD03 geolocation flat file GEO_1KM_NAME=t1.04183.1510.geo.img GEO_1KM_HDR=t1.04183.1510.geo.hdr GEO_1KM_REQ=MANDATORY # MOD021KM metadata flat file SCAN_1KM_NAME=t1.04183.1510.met.img SCAN_1KM_HDR=t1.04183.1510.met.hdr SCAN_1KM_REQ=MANDATORY #--------------------------------- # Static Files All are MANDATORY #--------------------------------- # Land retrieval coefficient files WAV466_NAME=../static/lookup.wav466.v1 WAV466_REQ=MANDATORY WAV655_NAME=../static/lookup.wav655.v1 WAV655_REQ=MANDATORY PHS_NAME=../static/phsomega.input.v1 PHS_REQ=MANDATORY # Small mode aerosol tables for ocean algorithm SMALL1_NAME=../static/small_v2c1.dat.v3 SMALL1_REQ=MANDATORY SMALL2_NAME=../static/small_v1c1.dat.v2 SMALL2_REQ=MANDATORY SMALL3_NAME=../static/small_v3c1.dat.v2 SMALL3_REQ=MANDATORY # Small mode aerosol tables for ocean algorithm BIG1_NAME=../static/big_v2c1.dat.v3 BIG1_REQ=MANDATORY BIG2_NAME=../static/big_v1c1.dat.v2 BIG2_REQ=MANDATORY BIG3_NAME=../static/big_v3c1.dat.v2 BIG3_REQ=MANDATORY #--------------------------------- # Dynamic ancillary input files - All are MANDATORY #--------------------------------- # MODIS Cloud Mask file - Cloud Mask MOD35_MASK_NAME=t1.04183.1510.mod35.img MOD35_MASK_HDR=t1.04183.1510.mod35.hdr MOD35_MASK_REQ=MANDATORY # MODIS Cloud Mask QA file - Cloud Mask QA MOD35_QA_NAME=t1.04183.1510.mod35qa.img MOD35_QA_HDR=t1.04183.1510.mod35qa.hdr MOD35_QA_REQ=MANDATORY # NCEP GDAS1 (model profiles of temperature, humidity, ...) ANC_MET_NAME=gdas1.PGrbF00.040701.18z.bin ANC_MET_REQ=OPTIONAL # NCEP GDAS1 (model profiles of temperature, humidity, ...) ANC_OZONE_NAME=040701.grb.bin ANC_OZONE_REQ=OPTIONAL #--------------------------------- # Dynamic MODIS output files #--------------------------------- # Output file: Aerosol Binary Output File MOD04_NAME=t1.04183.1510.mod04.img MOD04_HDR=t1.04183.1510.mod04.hdr MOD04_REQ=MANDATORY #--------------------------------- # Debugging options #--------------------------------- #Debug file - Ouput file containing scene statistics. DEBUG_NAME=t1.04183.1510.mod04debug.txt DEBUG_REQ=MANDATORY # Debug Switch (0=off, 1=on) Leave lower case and as the last entry in # this file. debug=1