Skip to content

Commit 69c1322

Browse files
committed
Fix small formatting inconsistency.
1 parent 5686f0a commit 69c1322

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/addon/NUOPC/src/NUOPC_Driver.F90

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3533,7 +3533,7 @@ recursive subroutine routine_Run(driver, importState, exportState, clock, rc)
35333533
line=__LINE__, file=trim(name)//":"//FILENAME)) return ! bail out
35343534
call ESMF_ClockPrint(internalClock, options="currTime", &
35353535
preString=">>>"//trim(name)//&
3536-
" entered Run (phase="//trim(adjustl(pLabel))// &
3536+
": entered Run (phase="//trim(adjustl(pLabel))// &
35373537
") with current time: ", unit=msgString, rc=rc)
35383538
if (ESMF_LogFoundError(rcToCheck=rc, msg=ESMF_LOGERR_PASSTHRU, &
35393539
line=__LINE__, file=trim(name)//":"//FILENAME)) return ! bail out
@@ -3641,8 +3641,9 @@ recursive subroutine routine_Run(driver, importState, exportState, clock, rc)
36413641
! conditionally output info to Log file
36423642
if (btest(verbosity,9)) then
36433643
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)
36463647
if (ESMF_LogFoundError(rcToCheck=rc, msg=ESMF_LOGERR_PASSTHRU, &
36473648
line=__LINE__, file=trim(name)//":"//FILENAME)) return ! bail out
36483649
call ESMF_LogWrite(msgString, ESMF_LOGMSG_INFO, rc=rc)

0 commit comments

Comments
 (0)