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

📄 inversion

📁 linux环境下fortran语言开发
💻
字号:
#! /bin/sh# Invert the data created by CSHOTset -xrecordfile=recordecho "Run time information being stored in file:  $recordfile">$recordfile################cd inversion.dir	# where inversion files are################echo "Please standby. The inversion takes about 10 minutes"(	### Preprocessing	/bin/rm -f DATA1	cz1in <data1in	/bin/rm -f PTRACES	cz1	### Inversion	cxzcs) > $recordfile 2>&1sleep 20/bin/mv -f $recordfile ..echo "run time info now in file:  $recordfile"### Strip the Fortran bytesftnstrip <reflect >reflect.strip; /bin/mv -f reflect.strip reflectftnstrip <reflectcos >reflectcos.strip; /bin/mv -f reflectcos.strip reflectcos### Plot the sectionsxmovie <reflect n1=301 n2=200 d1=30 d2=50 f2=0. perc=99.5 style=seismic \	-geometry 560x430+50+570 \	title=" Inversion (R)" \	label1=" Depth(ft)"  label2=" Midpoint(ft)" &xmovie <reflectcos n1=301 n2=200 d1=30 d2=50 f2=0. perc=99.5 style=seismic \	-geometry 560x430+650+570 \	title=" Inversion (R * cos)" \	label1=" Depth(ft)"  label2=" Midpoint(ft)" &exit 0

⌨️ 快捷键说明

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