----------------------------------------------------------------- Notes on building IMAPP MODIS Level 2 product Collection 6 update -- Rebecca Cintineo 2013 -- ----------------------------------------------------------------- PGE03 src files and associated shared_src files are from PGE03.v6.0.23 (MOD_PR35, MOD_PR07) on modiscode PGE06 src files and associated shared_src files are from PGE06.v6.0.60 (MOD_PR06CR, MOD_PR06CT, MOD_PR06CD) on modiscode MOD_PRLCAT and associated shared_src files are from PGE06.v6.0.60 on modiscode The coefficient files are from appropriate directories in /data/rcintineo/MODAPSint/coeff on modiscode. The template files are from the appropriate /home/evab/OPS/MODIS/MOD_PR##/template on linden, updated for the collection 6 processing and to work with the wrapper scripts used (e.g. added in directory paths for files). The template files for MOD_PR06CD was based on the template files for MOD_PR06CT. The wrapper scripts for Collection 6 products based on Nick Bearson's wrapper scripts for the PEATE build of PGE03 and PGE06, translated to bash from csh. The main modis_level2.sh script and non-Collection 6 scripts are based on scripts in the current IMAPP Level2 Processing software (v.2.2). Ancillary data scripts were origianlly written by Kathy Strabala and translated to bash from csh by Rebecca Cintineo. Makefiles are based on those that came in PGE03 and PGE06 src directories on modiscode. Makefile compiler flags are based on Eva Borbas' gfortran compilation of her MOD07 product where makefile on modiscode was not already set up to use the gfortran compiler. MOD_PR06CT uses the PGI pgf90 compiler to compile, which means that the toolkit built with the pgf90 compiler is also included - we have decided not to include the toolkit, so if the user wants to recompile the cloudtop properties algorithm, they can contact us and we will help them get what they need The SDPTK toolkit is SCF TK5.2.18 from ftp site edhs1.gsfc.nasa.gov (SDPTK5.2.18v1.00.tar.Z) The included libraries are also off of that ftp site and the tar files are: hdf-4.2.6.tar.gz hdf5-1.8.8.tar.gz HDF-EOS2.18v1.00.tar.Z HDF-EOS5.1.14.tar.Z jpegsrc.v6b.tar.gz szip-2.1.tar.gz zlib-1.2.5.tar.gz TODO: Is there anything more that can be left out of the toolkits included in the software package? The ShellB3 python distribution is from the file ShellB3-Linux-x86_64-20120531-r683-core-cspp.tar.gz. Unnecesary code for plotting the quicklooks has been removed to save space. The physical retrieval product (MOD7phys) is from MOD07phys_package_V1.3.tar.bz2 from Eva Borbas. The wrapper script is based on her wrapper script and updated by R. Cintineo. The python script for converting the binary output file to hdf is written by R. Cintineo.