@@ -3533,7 +3533,7 @@ recursive subroutine routine_Run(driver, importState, exportState, clock, rc)
3533
3533
line= __LINE__, file= trim (name)// " :" // FILENAME)) return ! bail out
3534
3534
call ESMF_ClockPrint(internalClock, options= " currTime" , &
3535
3535
preString= " >>>" // trim (name)// &
3536
- " entered Run (phase=" // trim (adjustl (pLabel))// &
3536
+ " : entered Run (phase=" // trim (adjustl (pLabel))// &
3537
3537
" ) with current time: " , unit= msgString, rc= rc)
3538
3538
if (ESMF_LogFoundError(rcToCheck= rc, msg= ESMF_LOGERR_PASSTHRU, &
3539
3539
line= __LINE__, file= trim (name)// " :" // FILENAME)) return ! bail out
@@ -3641,8 +3641,9 @@ recursive subroutine routine_Run(driver, importState, exportState, clock, rc)
3641
3641
! conditionally output info to Log file
3642
3642
if (btest (verbosity,9 )) then
3643
3643
call ESMF_ClockPrint(internalClock, options= " currTime" , &
3644
- preString= " <<<" // trim (name)// &
3645
- " - leaving Run with current time: " , unit= msgString, rc= rc)
3644
+ preString= " >>>" // trim (name)// &
3645
+ " : leaving Run (phase=" // trim (adjustl (pLabel))// &
3646
+ " ) with current time: " , unit= msgString, rc= rc)
3646
3647
if (ESMF_LogFoundError(rcToCheck= rc, msg= ESMF_LOGERR_PASSTHRU, &
3647
3648
line= __LINE__, file= trim (name)// " :" // FILENAME)) return ! bail out
3648
3649
call ESMF_LogWrite(msgString, ESMF_LOGMSG_INFO, rc= rc)
0 commit comments