75 character(*),
intent(in):: name
81 logical,
intent(out),
optional:: err
101 character(STRING):: cause_c
102 character(*),
parameter:: subname =
'HstNmlInfoOutputStepDisable'
112 if ( .not. gthstnml % initialized )
then
114 cause_c =
'GTHST_NMLINFO'
118 if ( trim( name ) ==
'' )
then
124 if ( gthstnml % define_mode )
then
126 cause_c =
'OutputStepDisable'
134 hptr => gthstnml % gthstnml_list
138 if ( .not.
associated( hptr ) )
then
140 cause_c = adjustl( name )
144 hptr % output_step_disable = .true.
153 call storeerror( stat, subname, err, cause_c )
subroutine hstnmlinfooutputstepdisable(gthstnml, name, err)
subroutine, public storeerror(number, where, err, cause_c, cause_i)
integer, parameter, public dc_noerr
エラー等を保持
integer, parameter, public dc_enotinit
-400 以下: dc ユーティリティのエラー
integer, parameter, public hst_eindefine
integer, parameter, public hst_ebadname
integer, parameter, public dc_enoentry
subroutine, public beginsub(name, fmt, i, r, d, l, n, c1, c2, c3, ca, version)
subroutine, public endsub(name, fmt, i, r, d, l, n, c1, c2, c3, ca)
integer, parameter, public string
文字列を保持する 文字型変数の種別型パラメタ