📄 notes
字号:
DEMO01 - Model PlotThis demo produces a plot of the model and the quits. Only 4 records arerequired in file PARAM1 for this run....syncline :model file4 :#interfaces in modelplotcolors :model colors filemq :first plot descriptor (mq)Record 1 of PARAM1 contains the name of the file decribingthe model; the file is called syncline here. (See below fora description of the format of the model file.)Record 2 of PARAM1 gives the number of interfaces describedin the model file (not including the upper surface).Next comes the name of a file describing the colors of variouselements of the plot. It is possible, on a color screen, to plotthe interfaces, rays, source/receiver locations etc., in differentcolors. The colors are defined in file plotcolors in this demo.A key is given at the end of the file.The last record in PARAM1 for this run is a plot descriptor.To get a plot of the model enter m here. To quit immediatelyafter the model plot enter mq.Format of the model file________________________An interface is described by a list of (x,z) coordinates, throughwhich the program fits a cubic spline.The program expects to find descriptions for the upper surface and ninterfaces in the model file, where n is the integer in Record 2 of PARAM1. The program considers the upper surface to be Interface 0and splines it just like the deeper interfaces. The upper surfaceshould come first in the model file. An interface description is terminated by a large negative z-coordinate (z<-9999.).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -