Checker of output timing . More...
Go to the source code of this file.
Functions/Subroutines | |
| logical function | hstnmlinfooutputstep (gthstnml, name, time) |
Checker of output timing
.
Definition in file hstnmlinfooutputstep.f90.
| logical function hstnmlinfooutputstep | ( | type(gthst_nmlinfo), intent(in) | gthstnml, |
| character(*), intent(in) | name, | ||
| type(dc_difftime), intent(in) | time ) |
Check output timing of a variable
If time is the time that a variable name is output, .true. is returned, otherwise .false. is returned. When gthstnml is not initialized, .false. is returned too. When data corresponding to name is not found, .false. is returned too.
If gthstnml is not initialized by HstNmlInfoCreate yet, error is occurred.
| [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.