📄 psmodel2
字号:
#! /bin/sh# Model 2 : two constant sloth media in contact with a syncline/anticline# boundary# model numbermodel=2#data directory (optional, if not set data will go into current directory)datadir=../datadir/psfile=${datadir}model${model}.epsdatafile=${datadir}model${model}.data##### Build two media, syncline/anticline model### note: this model appears as figure 23 of the GBmod documentation####trimodel xmin=-1 zmin=0 xmax=5.0 zmax=2.0 \1 xedge=-1,0,1,2,3,4,5 \ zedge=0,0,0,0,0,0,0 \ sedge=0,0,0,0,0,0,0 \2 xedge=-1,0,0.5,1.0,1.5,2,2.5,3,4,5 \ zedge=1,1,1.1,1.3,1.1,1,1.1,1,1,1 \ sedge=0,0,0,0,0,0,0,0,0,0 \3 xedge=-1,0,1,2,3,4,5 \ zedge=2,2,2,2,2,2,2 \ sedge=0,0,0,0,0,0,0 \ sfill=1,0.5,0,0,0.25,0,0 \ sfill=1,1.8,0,0,0.1,0,0 \ kedge=1,2,3 \ >$datafilespsplot <$datafile \ gmin=0.5 gmax=0.9 gtri=-1 hbox=3 title="Single reflector model" \ labelx="Distance (km)" labelz="Depth (km)" \ >$psfile##### Put the PostScript on screen ##### the user may set the shell environment variable ##### PSPREVIEWER to have PostScript output viewed on the screenif test "$PSPREVIEWER" = ""then echo "Environment variable PSPREVIEWER is not set."else $PSPREVIEWER <$psfile &fiexit 0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -