REM use wild card to find all control files and exec run model batch file for %%f in (CONTROL.???) do call batch_exec.bat %%f REM create INFILE of trajectory file names for frequency analysis dir /b tdump_fwrd* >INFILE REM create binary file of trajectory intersection probabilities \hysplit4\exec\trajfreq -iINFILE -g0.5 -r0 -ftrajfreq.bin REM create special file to customize labeling of frequency plot echo 'TITLE^&','Trajectory Frequency^&' >LABELS.CFG echo 'MAPID^&',' Values ^&' >>LABELS.CFG echo 'UNITS^&',' %^&' >>LABELS.CFG echo 'VOLUM^&',' ^&' >>LABELS.CFG REM run contouring program with user specified contour intervals \hysplit4\exec\concplot -itrajfreq.bin -otrajfreq -z80 -c4 -v10+5+2+1+0.5+0.2+0.1 REM display Postscript file (.ps already registered with windows) trajfreq.ps REM cleanup temporary files del INFILE del LABELS.CFG