Dump abort criteria information to the specified outUnit.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_abortCriteria_type), | intent(in) | :: | me |
Abort criteria settings to write on outUnit. |
||
integer, | intent(in) | :: | outUnit |
File unit to write the settings to. |
subroutine tem_abortCriteria_dump(me, outUnit)
! -------------------------------------------------------------------- !
!> Abort criteria settings to write on outUnit.
type(tem_abortCriteria_type), intent(in) :: me
!> File unit to write the settings to.
integer, intent(in) :: outUnit
! -------------------------------------------------------------------- !
! -------------------------------------------------------------------- !
write(outUnit,*) ' stop_file: '//trim(me%stop_file)
write(outUnit,*) ' steady_state: ', me%steady_state
end subroutine tem_abortCriteria_dump