Invalidate HstNmlInfoOutputStep . More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | hstnmlinfooutputstepdisable (gthstnml, name, err) |
Invalidate HstNmlInfoOutputStep
.
Definition in file hstnmlinfooutputstepdisable.f90.
| subroutine hstnmlinfooutputstepdisable | ( | type(gthst_nmlinfo), intent(in) | gthstnml, |
| character(*), intent(in) | name, | ||
| logical, intent(out), optional | err | ||
| ) |
Configure that HstNmlInfoOutputStep returns .false. already
After this subroutine is used, HstNmlInfoOutputStep returns .false. already corresponding to the name.
This subroutine is expected to use when interval of data output is changed from initialization of output, and time is specified explicitly whenever data is output.
Use after state is changed from define mode to output mode by HstNmlInfoEndDefine. If this subroutine is used before HstNmlInfoEndDefine is used, error is occurred.
When data corresponding to name is not found, error is occurred. When name is blank, error is occurred 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. |
| [out] | err | 例外処理用フラグ. Exception handling flag. |
Definition at line 66 of file hstnmlinfooutputstepdisable.f90.
References dc_trace::beginsub(), dc_error::dc_enoentry, dc_error::dc_enotinit, dc_error::dc_noerr, dc_trace::endsub(), dc_error::hst_ebadname, dc_error::hst_eindefine, dc_error::storeerror(), and dc_types::string.