6.1 配置环境变量¶
绘制应力应变图,需要引用如下文献:
李长圣 (2019) 基于离散元的褶皱冲断带构造变形定量分析与模拟. 博士论文. 南京大学. Li, C. (2019). Quantitative Analysis and Simulation of Structural Deformation in the Fold and Thrust Belt Based on Discrete Element Method. Doctor Thesis. NanJing University.(in Chinese with English abstract) 推荐下载 最新修订版 提取码
zdem
配置 zdemss
的环境变量,将如下内容写入 ~/.bashrc
的文件尾部。
#gmt
source /public1/soft/modules/module.sh
source /public1/soft/other/module_GMT.sh
module load GMT_5.4.5
#zdemss
export PATH=/public1/home/sch3726/bin:$PATH #T6分区
#export PATH=/public1/home/sc80502/bin:$PATH #T分区
备注
不会配置zdemss环境变量的小白用户可参考 bilibili视频之配置zdemss的环境变量