[ English | Japanese ] [ Gtool5 Documents | Gtool5 Tutorial ]

使われているサブルーチンの説明

例題のプログラム において gtool_history モジュールの各サブルーチンが行っていることを大まかに説明します. より詳しい説明は リファレンスマニュアル を参照してください.

use gtool_history
モジュールの使用を宣言します. Fortran 90/95 メインプログラムの先頭にいれ ましょう.
call HistoryCreate(file, title, source, institution, dims, dimsize, longnames, unit, origin, interval, [history])
gtool4 データ出力の初期設定を行います. 各引数の意味は次のとおりです.
call HistoryAddVariable(varname, dims, longname, units, [xtype])
出力する変数を定義します. 各引数の意味は次のとおりです.
call HistoryPut(varname, array, [history])
定義した変数を出力します.
call HistoryClose([history])
終了処理を行います. プログラムの最後にいれましょう.

$Id: gthist_desc.rd,v 1.3 2009-03-01 03:02:30 morikawa Exp $
gtool4 Development Group / GFD Dennou Staff dcstaff@gfd-dennou.org