# # translate the crowell velocities and put them into the shen format # # add in the campaign sites in South Calif. from Crowell's thesis awk 'NR>1 {print $3,$2,$5+10.93,$4+8.33,$8,$7,0}' crowell_campaign_velocities.txt > tmp # cat wus_gps_final.dat tmp > wus_gps_final_crowell.dat