├── LICENSE ├── README.md ├── docs ├── !RIKstf-explanation.docx ├── Gallovic.SRL.2017.pdf └── README.md ├── examples ├── Napa │ ├── 1Dsynthetics │ │ ├── input.dat │ │ └── stations.dat │ ├── Napaslipfrominversion.dat │ ├── RIKsrf.in │ ├── apparentSTFs │ │ ├── RIKstf-apparentSTFs.sh │ │ ├── seismogramsspec.py │ │ ├── seissimul.f90 │ │ ├── specplot.gp │ │ ├── sr.gp │ │ ├── stationsRIKseissimul.dat │ │ ├── stfspec.py │ │ └── timespecplot.gp │ └── crustal.dat └── README.md ├── src-1Dsynthetics ├── README.md ├── inputoutputfiles.docx ├── src-RIKseisdwn │ ├── README.md │ ├── RIKseisdwn.f90 │ ├── RIKseisdwn.sh │ └── filters.for ├── src-dwn │ ├── README.md │ ├── calculate.sh │ ├── cnv_nez.for │ ├── dimen1.inc │ ├── dimen2.inc │ ├── firststep.sh │ ├── gr_nez.for │ ├── param.inc │ ├── prepare.f90 │ ├── resort.f90 │ └── sources.gp └── src-stations │ ├── README.md │ ├── stations.f90 │ └── stations.sh ├── src-RIKsrf ├── README.md ├── RIKsrf2.f90 ├── Time_2d.c └── compile.sh └── src-graphics ├── RIKsrf2anime.f90 ├── RIKsrf2anime.sh ├── stfspec.gp └── stfspec.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/README.md -------------------------------------------------------------------------------- /docs/!RIKstf-explanation.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/docs/!RIKstf-explanation.docx -------------------------------------------------------------------------------- /docs/Gallovic.SRL.2017.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/docs/Gallovic.SRL.2017.pdf -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/docs/README.md -------------------------------------------------------------------------------- /examples/Napa/1Dsynthetics/input.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/examples/Napa/1Dsynthetics/input.dat -------------------------------------------------------------------------------- /examples/Napa/1Dsynthetics/stations.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/examples/Napa/1Dsynthetics/stations.dat -------------------------------------------------------------------------------- /examples/Napa/Napaslipfrominversion.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/examples/Napa/Napaslipfrominversion.dat -------------------------------------------------------------------------------- /examples/Napa/RIKsrf.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/examples/Napa/RIKsrf.in -------------------------------------------------------------------------------- /examples/Napa/apparentSTFs/RIKstf-apparentSTFs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/examples/Napa/apparentSTFs/RIKstf-apparentSTFs.sh -------------------------------------------------------------------------------- /examples/Napa/apparentSTFs/seismogramsspec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/examples/Napa/apparentSTFs/seismogramsspec.py -------------------------------------------------------------------------------- /examples/Napa/apparentSTFs/seissimul.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/examples/Napa/apparentSTFs/seissimul.f90 -------------------------------------------------------------------------------- /examples/Napa/apparentSTFs/specplot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/examples/Napa/apparentSTFs/specplot.gp -------------------------------------------------------------------------------- /examples/Napa/apparentSTFs/sr.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/examples/Napa/apparentSTFs/sr.gp -------------------------------------------------------------------------------- /examples/Napa/apparentSTFs/stationsRIKseissimul.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/examples/Napa/apparentSTFs/stationsRIKseissimul.dat -------------------------------------------------------------------------------- /examples/Napa/apparentSTFs/stfspec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/examples/Napa/apparentSTFs/stfspec.py -------------------------------------------------------------------------------- /examples/Napa/apparentSTFs/timespecplot.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/examples/Napa/apparentSTFs/timespecplot.gp -------------------------------------------------------------------------------- /examples/Napa/crustal.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/examples/Napa/crustal.dat -------------------------------------------------------------------------------- /examples/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/examples/README.md -------------------------------------------------------------------------------- /src-1Dsynthetics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/src-1Dsynthetics/README.md -------------------------------------------------------------------------------- /src-1Dsynthetics/inputoutputfiles.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/src-1Dsynthetics/inputoutputfiles.docx -------------------------------------------------------------------------------- /src-1Dsynthetics/src-RIKseisdwn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/src-1Dsynthetics/src-RIKseisdwn/README.md -------------------------------------------------------------------------------- /src-1Dsynthetics/src-RIKseisdwn/RIKseisdwn.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/src-1Dsynthetics/src-RIKseisdwn/RIKseisdwn.f90 -------------------------------------------------------------------------------- /src-1Dsynthetics/src-RIKseisdwn/RIKseisdwn.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/src-1Dsynthetics/src-RIKseisdwn/RIKseisdwn.sh -------------------------------------------------------------------------------- /src-1Dsynthetics/src-RIKseisdwn/filters.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/src-1Dsynthetics/src-RIKseisdwn/filters.for -------------------------------------------------------------------------------- /src-1Dsynthetics/src-dwn/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/src-1Dsynthetics/src-dwn/README.md -------------------------------------------------------------------------------- /src-1Dsynthetics/src-dwn/calculate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/src-1Dsynthetics/src-dwn/calculate.sh -------------------------------------------------------------------------------- /src-1Dsynthetics/src-dwn/cnv_nez.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/src-1Dsynthetics/src-dwn/cnv_nez.for -------------------------------------------------------------------------------- /src-1Dsynthetics/src-dwn/dimen1.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/src-1Dsynthetics/src-dwn/dimen1.inc -------------------------------------------------------------------------------- /src-1Dsynthetics/src-dwn/dimen2.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/src-1Dsynthetics/src-dwn/dimen2.inc -------------------------------------------------------------------------------- /src-1Dsynthetics/src-dwn/firststep.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/src-1Dsynthetics/src-dwn/firststep.sh -------------------------------------------------------------------------------- /src-1Dsynthetics/src-dwn/gr_nez.for: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/src-1Dsynthetics/src-dwn/gr_nez.for -------------------------------------------------------------------------------- /src-1Dsynthetics/src-dwn/param.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/src-1Dsynthetics/src-dwn/param.inc -------------------------------------------------------------------------------- /src-1Dsynthetics/src-dwn/prepare.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/src-1Dsynthetics/src-dwn/prepare.f90 -------------------------------------------------------------------------------- /src-1Dsynthetics/src-dwn/resort.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/src-1Dsynthetics/src-dwn/resort.f90 -------------------------------------------------------------------------------- /src-1Dsynthetics/src-dwn/sources.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/src-1Dsynthetics/src-dwn/sources.gp -------------------------------------------------------------------------------- /src-1Dsynthetics/src-stations/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/src-1Dsynthetics/src-stations/README.md -------------------------------------------------------------------------------- /src-1Dsynthetics/src-stations/stations.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/src-1Dsynthetics/src-stations/stations.f90 -------------------------------------------------------------------------------- /src-1Dsynthetics/src-stations/stations.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/src-1Dsynthetics/src-stations/stations.sh -------------------------------------------------------------------------------- /src-RIKsrf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/src-RIKsrf/README.md -------------------------------------------------------------------------------- /src-RIKsrf/RIKsrf2.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/src-RIKsrf/RIKsrf2.f90 -------------------------------------------------------------------------------- /src-RIKsrf/Time_2d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/src-RIKsrf/Time_2d.c -------------------------------------------------------------------------------- /src-RIKsrf/compile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/src-RIKsrf/compile.sh -------------------------------------------------------------------------------- /src-graphics/RIKsrf2anime.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/src-graphics/RIKsrf2anime.f90 -------------------------------------------------------------------------------- /src-graphics/RIKsrf2anime.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/src-graphics/RIKsrf2anime.sh -------------------------------------------------------------------------------- /src-graphics/stfspec.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/src-graphics/stfspec.gp -------------------------------------------------------------------------------- /src-graphics/stfspec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fgallovic/RIKsrf/HEAD/src-graphics/stfspec.py --------------------------------------------------------------------------------