Changeset 362
- Timestamp:
- 04/06/2011 09:31:39 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
SH_SHM/trunk/util/shm_exec_hypocenter
r350 r362 49 49 set modelname="" 50 50 if (-e table_prefix.txt) set modelname=`cat table_prefix.txt` 51 if (-e $SH_INPUTS/hypocenter_velmod_$modelname.dat) then 51 if (-e $SH_USERDIR/hypocenter_velmod_$modelname.dat) then 52 set velmod=$SH_USERDIR/hypocenter_velmod_$modelname.dat 53 else if (-e $SH_INPUTS/hypocenter_velmod_$modelname.dat) then 52 54 set velmod=$SH_INPUTS/hypocenter_velmod_$modelname.dat 53 55 else … … 59 61 if (-e $hyphead) \rm $hyphead 60 62 touch $hyphead 61 echo "RESET TEST(13)=2.0" >>$hyphead 63 #echo "RESET TEST(13)=2.0" >>$hyphead 64 echo "RESET TEST(13)=0.5" >>$hyphead 65 #echo "RESET TEST(40)=1.0" >>$hyphead 62 66 echo "" >>$hyphead 63 67 set slist=`grep 'Station code' $evtfile | awk '{print $4}' | sort -u` … … 68 72 cat $velmod >>$hyphead 69 73 echo "" >>$hyphead 70 echo " 5.0 1100.2200. 1.74" >>$hyphead74 echo " 4.0 1100.2200. 2.00" >>$hyphead 71 75 72 76 # check for IASP91 model
Note: See TracChangeset
for help on using the changeset viewer.