GT_HISTORY_VARINFO 型変数への問い合わせ . More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | historyvarinfoinquire1 (varinfo, name, dims, longname, units, xtype, time_average, average, err) |
| subroutine | historyvarinfoinquire2 (varinfo, name, dims, longname, units, xtype, time_average, average, err) |
GT_HISTORY_VARINFO 型変数への問い合わせ .
Definition in file historyvarinfoinquire.f90.
| subroutine historyvarinfoinquire1 | ( | type(gt_history_varinfo), intent(in) | varinfo, |
| character(*), intent(out), optional | name, | ||
| character(*), dimension(:), optional, pointer | dims, | ||
| character(*), intent(out), optional | longname, | ||
| character(*), intent(out), optional | units, | ||
| character(*), intent(out), optional | xtype, | ||
| logical, intent(out), optional | time_average, | ||
| logical, intent(out), optional | average, | ||
| logical, intent(out), optional | err | ||
| ) |
GT_HISTORY_VARINFO 型変数への問い合わせ
GT_HISTORY_VARINFO 型の変数内の各情報を参照します。 dims はポインタ配列です。空状態にして与えてください。
| [in] | varinfo | GT_HISTORY_VARINFO 型変数 |
| [out] | name | 変数名 (optional) |
| [out] | dims | 依存する次元, ポインタ (optional) |
| [out] | longname | 変数の記述的名称 (optional) |
| [out] | units | 変数の単位 (optional) |
| [out] | xtype | 変数の型 (optional) |
| [out] | time_average | 時間平均 (optional) |
| [out] | average | 時間平均 (後方互換用) (optional) |
| [out] | err | 例外処理用フラグ (optional) |
Definition at line 48 of file historyvarinfoinquire.f90.
References dc_trace::beginsub(), dc_error::dc_enotinit, dc_error::dc_noerr, dc_trace::endsub(), dc_error::storeerror(), and dc_types::string.
| subroutine historyvarinfoinquire2 | ( | type(gt_history_varinfo), intent(in) | varinfo, |
| character(*), intent(out), optional | name, | ||
| character(*), dimension(:), optional, pointer | dims, | ||
| character(*), intent(out), optional | longname, | ||
| character(*), intent(out), optional | units, | ||
| character(*), intent(out), optional | xtype, | ||
| logical, intent(out), optional | time_average, | ||
| logical, intent(out), optional | average, | ||
| logical, intent(out), optional | err | ||
| ) |
GT_HISTORY_VARINFO 型変数への問い合わせ (総称インターフェース)
使用方法は HistoryVarinfoInquire と同様です。
Definition at line 123 of file historyvarinfoinquire.f90.
References dc_trace::beginsub(), and dc_trace::endsub().