Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
Seitosh
Commits
99127961
Commit
99127961
authored
Dec 07, 2015
by
thomas.forbriger
Browse files
[TASK] (refract): provide test data for refract
parent
ad91b94b
Changes
7
Hide whitespace changes
Inline
Side-by-side
src/ts/refract/testcase/2lay.main.cfg
0 → 100644
View file @
99127961
Steuerdatei fuer das Beispiel 2lay
Model taken from
2lay.mod.cfg
Source taken from
zforce.src.cfg
Receivers taken from
lin.rcv.cfg
umin, uwil, uwir, umax, Nu
0., 0., 2.5, 3.2, 800
fmin, fwil, fwir, fmax, dt, T
0., 0., 200., 250., 0.0010, 1.0
src/ts/refract/testcase/2lay.mod.cfg
0 → 100644
View file @
99127961
two layers on top of a halfspace
number of layers: 3
earth radius (km): 0.000 reference frequency (Hz): .000
Zb alpha beta rho Qalpha Qbeta Rb
-----------------------------------------------------------------------------
.000 .33180 .00000 .001300 1000.000 -1.000
0.0200000 1.0000 0.57700 1.500000 200.000 200.000
0.0600000 1.5000 0.86660 1.800000 200.000 200.000
halfspace: 3.2000 2.10000 2.700000 200.000 200.000
par units description
----------------------------------------------------------------------------
Zb km bottom-of-layer depth
alpha km/s P-wave layer velocity
beta km/s S-wave layer velocity
rho g/cm^3 layer density
Qalpha quality factor related to alpha
Qbeta quality factor related to beta
Rb km radius corresponding to bottom of layer
src/ts/refract/testcase/Makefile
0 → 100644
View file @
99127961
# this is <Makefile>
# ----------------------------------------------------------------------------
#
# Copyright (c) 2015 by Thomas Forbriger (BFO Schiltach)
#
# refract test case
#
# REVISIONS and CHANGES
# 07/12/2015 V1.0 Thomas Forbriger
#
# ============================================================================
#
all
:
flist
:
Makefile README $(wildcard *.cfg)
echo
$^
|
tr
' '
'\n'
|
sort
>
$@
.PHONY
:
edit
edit
:
flist; vim $<
.PHONY
:
clean
clean
:
;
-
find
.
-name
\*
.bak | xargs
--no-run-if-empty
/bin/rm
-v
-
/bin/rm
-vf
flist
synt.TZ synt.TR
:
$(wildcard *.cfg)
refmet
-o
synt
-v
-4
-c
2lay.main.cfg
set1.sff
:
synt.TZ
printf
"fac 2.
\n
end
\n
"
| tidofi
-v
-o
-cs
\
$@
$<
t:1,4,7,10,13,16,19,22,25,28,31,34,37,40,43,46,49
set2.sff
:
synt.TZ
printf
"fac 2.5
\n
end
\n
"
| tidofi
-v
-o
-cs
\
$@
$<
t:2,5,8,11,14,17,20,23,26,29,32,35,38,41,44,47,50
set3.sff
:
synt.TZ
printf
"fac 7.
\n
end
\n
"
| tidofi
-v
-o
-cs
\
$@
$<
t:3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51-76
plotset
:
set1.sff set2.sff set3.sff
# ----- END OF Makefile -----
src/ts/refract/testcase/README
0 → 100644
View file @
99127961
this is <README>
============================================================================
synthetic test data for refract
-------------------------------
This subdirectory provides means to calculate synthetic test data for refract.
The rules in Makefile expect refmet to be installed. The reflectivity method
as implemented in refmet is provided in Seitosh in subdirectory
src/synt/ref/refmet
----- END OF README -----
src/ts/refract/testcase/exp.src.cfg
0 → 100644
View file @
99127961
explosion at 5m depth
typ, sig, src, Ts, Td, Zs
1, 2, 1, 0., 0.01, 0.005
M0, Mxx, Myy, Mzz, Mxy, Mxz, Myz
1., 1., 1., 1., 0., 0., 0.
units
m/s
src/ts/refract/testcase/lin.rcv.cfg
0 → 100644
View file @
99127961
receiver profile
mode, Vred, Tl, Tr, Nr
2, 0., 0., 0., 76
rmin, rmax, phi
0.000, 0.300, 0.
src/ts/refract/testcase/zforce.src.cfg
0 → 100644
View file @
99127961
vertical single force at 5m depth
typ, sig, src, Ts, Td, Zs
2, 2, 1, 0., 0.02, 0.005
F0
1.
units
m/s
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment