Skip to content

Commit db467b7

Browse files
authored
Add simulation time information for TSMP-PDAF related stop-alarm (#71)
1 parent e7998d9 commit db467b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/eclm/cime_comp_mod.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4124,7 +4124,7 @@ subroutine cime_run()
41244124
if (present(ntsteps) .and. counter == ntsteps) then
41254125
if (iamroot_CPLID) then
41264126
write(logunit,*) ' '
4127-
write(logunit,103) subname,' NOTE: Stopping from TSMP-PDAF alarm ntsteps'
4127+
write(logunit,'(A, A, i10.8, i8)') subname,' NOTE: Stopping from TSMP-PDAF alarm ntsteps at model date = ',ymd,tod
41284128
write(logunit,*) ' '
41294129
endif
41304130
stop_alarm = .true.

0 commit comments

Comments
 (0)