Steps to build and run MADRID-APT -------------------------------------- 1) gunzip files in inp/emis/emis.bkg directory gunzip files in inp/met directory 2) In src directory: a) Move the files other than 'bldit' out of the way. b) Change pathnames in bldit as required In particular, change MPICH to your local location of the mpich2-1.0.3 library. c) ./bldit >& bldit.log & This builds the SCICHEM libraries (odepack, sci) and It also retrieves the Amsterdam (MADRID-APT) source code from the CVS archive in ams4.6_repository and builds the final CCTM executable. It also builds executables for postprocessing (merge_concs, merge_deps) 3) Modify the mpd.hosts file and machines4 as appropriate. Start the mpd daemon (for parallel processing). 4) Move the benchmark output files in out/2002183 and out/2002184 out of the way. Note that out/2002182 has initial conditions (restart file) for the run. 5) In sim directory: nohup master.job >& /dev/null & (If you see excessive warnings in the log file regarding /dev/null, you may also run master.job in the foreground) This runs the testcase MADRID_APT Output files are created in 2002183 and 2002184 in the 'out' directory. Note that out/2002182 has initial conditions (restart file) for the run. 6) In pp (postproc) directory: a) In merge_concs/sim: master.job & This merges the puff file with MADRID-APT concentrations file and creates the final merged concentration file b) In merge_deps/sim: master.job & This merges the SCICHEM deposition files with MADRID-APT deposition files and creates the final merged wet and dry deposition files.