chaoshu的个人博客分享 http://blog.sciencenet.cn/u/chaoshu

博文

Windows下自带Linux使用GAMIT问题

已有 4231 次阅读 2018-3-30 16:37 |个人分类:GAMIT/GLOBK|系统分类:科研笔记

 1、安装略微变化

sudo apt-get update

sudo apt-get install gcc

sudo apt-get install gfortran

sudo apt-get install csh

sudo apt-get install tcsh

sudo apt-get install libx11-dev

sudo apt-get install make

2、解算数据时候出现如下错误:

bc: Command not found.

bc: Command not found.

bc: Command not found.

foreach: Too many arguments.

查看解算日志文件,发现无法链接rinex目录下的观测数据:

sh_link_rinex -year 2017 -days 010 -ndays 1 0 -sesfo 0 0 24 0 -dir /home/chaoshu/gamit_expt/demo/rinex -minspan 0.1

执行出现错误!

查找发现问题如下:

linux字符界面下也是有计算器的,那就是bc!

需要安装一下bc

sudo apt-get install bc


3、csh下面添加环境变量出现,Word too long

解决办法

Try the following steps:

Step 1:

sudo apt-get install tcsh

Step 2:

sudo update-alternatives --config csh

Select tcsh from the list of choices available.




https://blog.sciencenet.cn/blog-858128-1106530.html

上一篇:Windows10自带Linux系统
下一篇:北斗静态数据解算
收藏 IP: 59.174.106.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (1 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-19 22:45

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部