From c7da3b7e497be6355c60cb4bd1d1137803d181a7 Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Thu, 21 Oct 2021 13:24:37 -0600 Subject: [PATCH] fix format issue --- mediator/med_phases_restart_mod.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediator/med_phases_restart_mod.F90 b/mediator/med_phases_restart_mod.F90 index e2e00c47..d87cfba8 100644 --- a/mediator/med_phases_restart_mod.F90 +++ b/mediator/med_phases_restart_mod.F90 @@ -113,7 +113,7 @@ subroutine med_phases_restart_alarm_init(gcomp, rc) write(logunit,'(a,2x,i8)') trim(subname)//" restart clock timestep = ",timestep_length write(logunit,'(a,2x,i8)') trim(subname)//" set restart alarm with option "//& trim(restart_option)//" and frequency ",restart_n - write(logunit,'(a)') trim(subname)//" write_restart_at_endofrun : ", write_restart_at_endofrun + write(logunit,'(a,l7)') trim(subname)//" write_restart_at_endofrun : ", write_restart_at_endofrun write(logunit,*) end if