📄 xdemo1
字号:
#! /bin/sh# Sufdmod2 --- example script for sufdmod2# finite-difference modeling: Test of the PML transparent boundary conditions# Author: John StockwellWIDTH=450HEIGHT=450WIDTHOFF1=50WIDTHOFF2=530HEIGHTOFF1=50HEIGHTOFF2=530n1=100 d1=5 f1=0.0 label1="Depth (km)"n2=100 d2=5 f2=0.0 label2="Distance (km)"xs=250 zs=250 hsz=250 vsx=250 verbose=2vsfile="vseis.pml.out" ssfile="sseis.pml.out" hsfile="hseis.pml.out"tmax=.5 mt=5 pml=1 pml_thick=4makevel nx=$n2 nz=$n1 v000=3000 >vel.outsufdmod2_pml <vel.out nz=$n1 dz=$d1 nx=$n2 dx=$d2 verbose=1 \ xs=$xs zs=$zs hsz=$hsz vsx=$vsx hsfile=$hsfile \ vsfile=$vsfile ssfile=$ssfile verbose=$verbose \ tmax=$tmax abs=0,1,1,1 mt=$mt pml=$pml pml_thick=$pml_thick |suxmovie clip=1.0 \ title="Acoustic Finite-Differencing" \ windowtitle="Movie" \ label1="$label1" label2="$label2" \ n1=$n1 d1=$d1 f1=$f1 n2=$n2 d2=$d2 f2=$f2 \ cmap=gray loop=2 interp=0 \ -geometry ${WIDTH}x${HEIGHT}+${WIDTHOFF1}+${HEIGHTOFF1} &exit 0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -