📄 xsufctanismod
字号:
#! /bin/shnt=250 indexdt=0 dt=0.001 time=0.25 ## THE MODEL: nx=100 nz=100 dx=5.0 dz=5.0 ## THE SOURCE:fpeak=30 sx=50 sz=10# source=1 means that it is a point sourcesource=1 # Source information (index=direction of source)indexux=0 indexuy=0 indexuz=1 wavelet=2# impulse is 1 is a single sourceimpulse=1 ## THE RECEIVERS:receiverdepth=20## OUTPUT (using suheaders on seismograms): suhead=1reflxfile=xreflectionx reflyfile=yreflectiony reflzfile=zreflectionzafile= cfile= ffile= lfile= nfile=vspxfile= vspzfile=## THE NUMERICAL METHOD:# Order of numercal methodorder=4eta=0.015eta0=0.012# Coordinates to start/stop using FCT (in gridpoints)fctxbeg=0 fctxend=100 fctzbeg=0 fctzend=100# isurf=1 means that we have an absorbing boundary at the top as wellisurf=1 # using FCTdofct=1 # Using moving boundariesmovebc=1 mbx1=10mbx2=900mbz1=10mbz2=90# The files are:# cfile - c33# lfile - c44# afile - c11# nfile - c66# ffile - c13sufctanismod nt=$nt receiverdepth=$receiverdepth indexdt=$indexdt time=$time \ dt=$dt movebc=$movebc fpeak=$fpeak \ nx=$nx nz=$nz dx=$dx dz=$dz suhead=$suhead \ mbx1=$mbx1 mbx2=$mbx2 mbz1=$mbz1 mbz2=$mbz2 \ sx=$sx sz=$sz indexv=$indexv source=$source \ fctxbeg=$fctxbeg fctxend=$fctxend fctzbeg=$fctzbeg fctzend=$fctzend \ dfile=rhosmtest.dir \ cfile=c33smtest.dir \ afile=c11smtest.dir \ ffile=c13smtest.dir \ lfile=c44smtest.dir \ nfile=dummy_zero.dir \ indexux=$indexux indexuy=$indexuy indexuz=$indexuz \ wavelet=$wavelet \ impulse=$impulse isurf=$isurf dofct=$dofct \ order=$order eta=$eta eta0=$eta0 \ reflxfile=$reflxfile reflyfile=$reflyfile reflzfile=$reflzfile >junksuximage < zreflectionz \ labelsize=28 label1="Time (s) " label2="Surface coord. (m) " \ wbox=500 hbox=500 xbox=50 ybox=50 \ perc=99.5 \ titlesize=36 title="Vertical component of horizontal section." &suximage < xreflectionx \ labelsize=28 label1="Time (s) " label2="Surface coord. (m) " \ wbox=500 hbox=500 xbox=650 ybox=50 \ perc=99.5 \ titlesize=36 title="Radial component of horizontal section." &exit 0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -