出力タイミングのチェック More...
Go to the source code of this file.
Functions/Subroutines | |
| logical function | hstnmlinfooutputstep (gthstnml, name, time) |
出力タイミングのチェック
Definition in file hstnmlinfooutputstep.f90.
| logical function hstnmlinfooutputstep | ( | type(gthst_nmlinfo), intent(in) | gthstnml, |
| character(*), intent(in) | name, | ||
| type(dc_difftime), intent(in) | time ) |
出力タイミングのチェック
time が変数 name の出力されるタイミングであれば .true. を, そうでなければ .false. を返します. gthstnml が初期設定されていない場合にも .false. が返ります. name に関するデータが存在しない場合にも .false. が返ります.
なお, 与えられた gthstnml が HstNmlInfoCreate によって初期設定 されていない場合, プログラムはエラーを発生させます.
| [in] | gthstnml | gtool_history_nmlinfo_types::GTHST_NMLINFO 型変数 |
| [in] | name | 変数名. 先頭の空白は無視されます. Variable identifier. Blanks at the head of the name are ignored. |
| [in] | time | 現在時刻. Current time |
Definition at line 44 of file hstnmlinfooutputstep.f90.
References dc_types::dp.