# SETUP.TXT: Configuration file for Brewer Processing Software (brewer_process.exe) # AO 2007/05/15 # comments lines (starting with #) and blank lines are ignored # settings are made in the form Key_name = value; eg. # BREWER = 23,61,129 # key names are case insensitive. # paths and filenames: I recommend you use only lowercase letters. Also, avoid use of special characters because # they generally behave poorly when used in different environments. # Brewer IDs to use brewer = 115 # set to 'yes' to run; 'no' to skip run_ozone = yes run_uv = yes # Years to process, inclusive year_start = 2010 year_end = 2010 # Exclude file for the bdmsnewuvfiles step exclude_file = c:\brewer_processing_software\exclude.txt # Location and filename of the CSX metafile. bdms_metafile = c:\brewer_processing_software\bdmsmetafile.csx # Path and executable names for ghostscript # If the path contains spaces (eg. c:\program files\...), surround the # entry in quotes; eg: "C:\program files\gs\gs.exe" ghostscript = "C:\Program Files\gs\gs8.54\bin\gswin32c.exe" # for the bfiles.exe program: dir_bfiles_const = c:\brewer_processing_software\ic dir_bfiles_ndfil = c:\brewer_processing_software\ndfil dir_bfiles_sl = c:\brewer_processing_software\sltest # for the uv_400.exe program: uv_400_mean = c:\brewer_processing_software\o3uv\lmean400.dat uv_400_uv = c:\brewer_processing_software\o3uv\lo3_uv400.dat uv_400_sigma = c:\brewer_processing_software\o3uv\lsigma400.dat uv_400_so2 = c:\brewer_processing_software\o3uv\so2295st.dat uv_400_w324 = c:\brewer_processing_software\o3uv\w324_cf.txt uv_400_straylight = c:\brewer_processing_software\o3uv\brewers.dat uv_400_o3corr = c:\brewer_processing_software\o3uv\o3corr.dat # dir_data: Root location for brewer B and UV data files dir_data = c:\brewer_processing_software\data # dir_correction: Root location of corrected data files dir_correction = c:\brewer_processing_software\corrected_data # directories for O3 UV and UVR files dir_o3uv = c:\brewer_processing_software\o3uv dir_uvr = c:\brewer_processing_software\uvr # Location of normal ozone file file_normal_ozone = c:\brewer_processing_software\norms.dat # Directories for daily ozone grids and maps # Leave blank if maps are unavailable ozone_maps_dir = # stray light and cosine correction options # stray light: 1 - no correction, 2 - five shortest wavelengths correction, 3 - "laser" correction stray_light_corr = 3 # cosine correction: 0 for no, 1 for yes cosine_corr = 1 # Software directory # This directory should contain all executables and perl scripts software_dir = c:\brewer_processing_software # output directory # Ozone output will be in subdirectory "ozone". # UV output will be in subdirectory "spectral". # Log files will be in subdirectory "logs". dir_output = c:\brewer_processing_software\output