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

📄 inversion

📁 su 的源代码库
💻
字号:
#! /bin/sh# Invert the data created by CSHOTrecordfile=recordecho "Run time information being stored in file:  $recordfile">$recordfile################cd inversion.dir	# where inversion files are################echo " Please standby. The inversion takes about 5 minutes."(### Preprocessing/bin/rm -f DATA1cz1in <data1in/bin/rm -f PTRACEScz1### Inversioncxzcs) > $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=48 d1=40 d2=80 f2=4000. perc=99 style=seismic \	-geometry 560x430+50+570 \	title=" Inversion (R)" \	label1=" Depth(ft)"  label2=" Midpoint(ft)" &xmovie <reflectcos n1=301 n2=48 d1=40 d2=80 f2=4000. perc=99 style=seismic \	-geometry 560x430+650+570 \	title=" Inversion (R * cos)" \	label1=" Depth(ft)"  label2=" Midpoint(ft)" &

⌨️ 快捷键说明

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