45 & name, time )
result(result)
53 character(*),
intent(in):: name
76 if ( .not. gthstnml % initialized )
goto 999
82 hptr => gthstnml % gthstnml_list
86 if ( .not.
associated( hptr ) )
goto 999
87 if ( hptr % output_step_disable )
goto 999
93 if ( .not. hptr % interval_value > 0.0 )
goto 999
96 & diff = interval_time, &
97 &
value = real( hptr % interval_value,
dp ), &
98 & unit = hptr % interval_unit )
100 if (
mod( time, interval_time ) == 0 )
then