Checker of output validation . More...
Go to the source code of this file.
Functions/Subroutines | |
| logical function | hstnmlinfooutputvalid (gthstnml, name) |
Checker of output validation
.
Definition in file hstnmlinfooutputvalid.f90.
| logical function hstnmlinfooutputvalid | ( | type(gthst_nmlinfo), intent(in) | gthstnml, |
| character(*), intent(in) | name | ||
| ) |
Check validity of output for a variable
If output of a variable name is valid, .true. is returned, otherwise .false. is returned. Whether output is valid or not is judged with positive or negative of interval_value. Positive is valid, and negative is invalid. 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. |
Definition at line 47 of file hstnmlinfooutputvalid.f90.