Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2018-11-15 12:00:40
Size: 487
Editor: KousekiMiyo
Comment:
Revision 6 as of 2018-11-15 12:02:00
Size: 478
Editor: KousekiMiyo
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
<<TableOfContents(3)>>
Line 3: Line 4:
== 制御ファイル == == 制御ファイルの作成 ==
Line 17: Line 18:
== 計算の実行 ==
Line 19: Line 20:
$ cd ~/KAGRA/tools/gotic/gotic2/
$ ./gotic2 <tide.txt> tide.log #一応,標準出力をtide.logに残しておく
$ cd <path to gotic2>
$ ./gotic2 <tide.txt> tide.log

Gotic2の使い方

制御ファイルの作成

# tide.txt
*********************[ Mandatory Cards ]**********************
STAPOSD KAMIOKA, 137.31, 36.43, 358.0, 150.0
WAVE    ALL
KIND    ST
**********************[ Option Cards ]************************
PREDICT 1, 201602291500, 201603311459, 1
PREFMT  3, 1
UNIT20  predict.out
END

計算の実行

$ cd <path to gotic2>
$ ./gotic2 <tide.txt> tide.log

KAGRA/Subgroups/GIF/Gotic2 (last edited 2018-11-15 12:02:00 by KousekiMiyo)