Gamit 10.71处理数据时报错:
FATAL :210308:1113:38.0 MODEL/open: Error opening IONEX file: ffile1 ERROR 2
FATAL :210308:1113:38.0 MODEL/model: GAMIT.fatal exists: MODEL not executed
FATAL :210308:1113:38.0 MODEL/model: GAMIT.fatal exists: MODEL not executed
FATAL :210308:1113:38.0 MODEL/model: GAMIT.fatal exists: MODEL not executed
FATAL :210308:1113:38.0 MODEL/model: GAMIT.fatal exists: MODEL not executed
FATAL :210308:1113:38.0 MODEL/model: GAMIT.fatal exists: MODEL not executed
FATAL :210308:1113:38.0 MODEL/model: GAMIT.fatal exists: MODEL not executed
FATAL :210308:1113:38.0 MODEL/model: GAMIT.fatal exists: MODEL not executed
FATAL :210308:1113:38.0 AUTECL/utils/autecl: GAMIT.fatal exists: AUTECL not executed
FATAL :210308:1113:38.0 AUTCLN/autcln: GAMIT.fatal exists: AUTCLN not executed
问题:电离层模型文件IONEX文件错误
原因:Gamit10.71中默认使用电离层
- The default tables/sestbl. now has the 2nd-order ionosphere model turned on.
The IGSG IONEX files will be used by default. If processing near-real time, the "-ion igrg" option should be used with sh_gamit. We also recommend always including the "Inertial Reference System" option (current default "IAU0A") explicitly.
解决办法1:
下载对应的电离层模型文件并重命名为ffile1
sh_get_ion -yr 2021 -doy $day
cp igsg"$day"0.21i ffile1
解决办法2:
在配置文件sestbl.中去掉电离层
将GMAP改为NONE
重新运行,解决。