⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 modout.doc

📁 利用fortran写的实现2D射线追踪的源代码!运行于linux下!
💻 DOC
字号:
Within the Rayinvr Pltpar namelist, add the following lineof parameters (for example): modout=1, dxmod=5., dzmod=0.25, modi=1,2,5, xmmin=0., xmmax=260.,modout - switch to out the model on a unifrom grid.dxmod, dzmod - grid spacing in x and z directionsmodi - sample these layer boundaries (counting from th top) and output       them (spaced at dxmod) after the model in the output filexmmin, xmmax - min and max x coord (can be different from xmin and xmax)               note: zmin and zmax determine limits in z directionOutput file: "v.out". There are two header lines at the top containing,xmmin, xmmax, zmin, zmax, zmin (again), dxmod, dzmod, and then on thenext line is the number of cells in the x and z directions (equals the numberof nodes-1). Then the model follows using the format:10f10.3The layer boundaries are preceeded by 3 header lines containing:1. the number of boundaries output2. the number of points3. xmmin (once for each boundary)Then the boundaries follow using the same format as for the modelOutput file: "fort.35". An "x,y,z" file suitable for plotting using gmt.first column is x position, second column is z position, third columnis velocity.  note: using modout=2 and tracing rays will cause the v.out file tohave velocities of 9.999 where there is no ray coverage around the edgesof the model, and the fort.35 file will omit the unsampled nodes as well.This allows plots of the model with the unsample portion of the model (around the edges) omitted. Also, fort.63 is a "x,y,z" file wherefirst column is x position, second column is z position, third columnis ray hits. 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -