Skip to content

Commit 59af048

Browse files
committed
Fix small typo that shows up in VERBOSITY log.
1 parent 7b36ed9 commit 59af048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/addon/NUOPC/src/NUOPC_Driver.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3641,7 +3641,7 @@ 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)//&
3644+
preString="<<<"//trim(name)//&
36453645
": leaving Run (phase="//trim(adjustl(pLabel))// &
36463646
") with current time: ", unit=msgString, rc=rc)
36473647
if (ESMF_LogFoundError(rcToCheck=rc, msg=ESMF_LOGERR_PASSTHRU, &

0 commit comments

Comments
 (0)