Skip to content

Commit

Permalink
Fix to ASTF calculation in Napa example
Browse files Browse the repository at this point in the history
  • Loading branch information
Frantisek Gallovic committed May 29, 2019
1 parent f18aa2e commit a620e44
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
8 changes: 8 additions & 0 deletions examples/Napa/apparentSTFs/RIKstf-apparentSTFs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#./RIKsrf2

ifort -openmp -oseissimul seissimul.f90
./seissimul
python stfspec.py
python seismogramsspec.py
gnuplot specplot.gp
gnuplot timespecplot.gp
12 changes: 0 additions & 12 deletions examples/Napa/apparentSTFs/RIKstf-apperentSTFs.sh

This file was deleted.

4 changes: 2 additions & 2 deletions examples/Napa/apparentSTFs/seissimul.f90
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ PROGRAM seissimul
REAL dum
INTEGER i,j,k,tshift

open(101,FILE='RIKstf.in')
open(101,FILE='RIKsrf.in')
read(101,*)
read(101,*)L, W
read(101,*)
Expand Down Expand Up @@ -109,7 +109,7 @@ PROGRAM seissimul
open(201,FILE='sr.dat')
do i=1,NSR
do j=1,NT
read(201,*)dum,sr(j,i)
read(201,*)sr(j,i)
enddo
read(201,*)
read(201,*)
Expand Down

0 comments on commit a620e44

Please sign in to comment.