Clear the status flags in the simcontrol.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_simControl_type), | intent(inout) | :: | me |
Simulation control information. |
subroutine tem_simControl_clearStat(me)
! -------------------------------------------------------------------- !
!> Simulation control information.
type(tem_simControl_type), intent(inout) :: me
! -------------------------------------------------------------------- !
if (mod(me%now%iter, me%timeControl%check_iter) == 0) then
call tem_status_clear(me%status)
end if
end subroutine tem_simControl_clearStat