,,,,,,,,,,,,,,,,,,,,,,,,,, Directory structure '''''''''''''''''''''''''' We've written this around a directory structure as follows: (though it is easily modified): three parent directories: - "SRC" has all the scripts, f90 codes, and various input files - "SOD" has all the data collection SOD scripts we use - "seismograms" has all the event directories made by SOD and a "PLOTS" directory made and populated by the scrirpts ,,,,,,,,,,,,,,,,,,,,,,,,,, First steps '''''''''''''''''''''''''' 1. edit the 'Environment Setup script' to have all the correct paths to your software (you do this only once, unless you change the settings in other computing activities). The filename is SRC/c0.ENV_setting 2. get the strike dip rake for the event from globalcmt.org (or google global CMT). ******* THIS IS ALREADY DONE FOR EVENT 20100612926 ******** this is an unfortunate step, since it is "by hand" (for now, at least). there is a logistical challenge here: there is sometimes a gap in time where CMT's are not available. Their quick determination of an event is available as well as older events. But between 1 and 6 months is sometimes not. 3. put the correct event info and strike, dip, rake into the master script ******* THIS IS ALREADY DONE FOR EVENT 20100612926 ******** runs all the other scripts, called "SRC/c00.motherscript. 4. Put correct path information for your data directory (variable DIRDATA), your SRC directory (variable DIRCODE), and your plots directory (variable DIRPLOT) into c00.motherscript 5. inside c00.motherscript, choose which scripts you wish to run, and specify **** HIGHLY SUGGESTED TO COMMENT OUT MOST OF THE PLOTS AND DO A FEW AT A TIME ***** input parameters in that script. we've been doing this old school style for DUDE scripts, by simply uncommenting/commenting scripts we want to run/skip. 6. be sure all scripts have had their mode changed to executable 7. be sure all phases you define in your SOD process (see README.2.SOD) are also defined in "SRC/phasesinclude.h". 8. type c00.motherscript and they will crank away. **** HIGHLY SUGGESTED TO COMMENT OUT MOST OF THE PLOTS AND DO A FEW AT A TIME ***** A ton of plots will be made and put into a PLOTS directory (locations defined in motherscript). if all the scripts in c00.motherscript are run, it might take 1-2 hours. but we don't mind because our philosophy is that you run the scripts and go to bed and wake up, have coffee, and look at earthquakes!