# OrbScore.aix # (This batch file is for Unix, not DOS or Windows!) ln Faults_B.feg fort.1 # finite-element grid of model ln i98016.in fort.2 # input parameters of model ln v98016.out fort.3 # node velocities of model # ln geodesy.gps fort.11 # geodesy data for scoring ln Fig5A_stress.dat fort.12 # stress-direction data for scoring # ln fault_slips.dat fort.13 # geologic slip rates for scoring # ln magnetic.dat fort.14 # seafloor-spreading-rate data for scoring ln Shallow_CMT.cat fort.15 # seismic catalog, for scoring echo "Executing OrbScore.exe...." OrbScore.exe > s98016.out # results of scoring (NBLAND = 16) mv fort.21 edotnc.feg # strain-rates from EQ catalog, at nodes mv fort.22 edotnm.feg # strain-rates from smoothed model, at nodes mv fort.23 v_smooth.out # smoothed velocities, of node "benchmarks" from Explode3 #(only produced if number of benchmarks = number of # nodes in the fort.1 .feg grid) rm fort.1 rm fort.2 rm fort.3 rm fort.11 rm fort.12 rm fort.13 rm fort.14 rm fort.15 echo "Finished OrbScore; see s______.out"