Skip to content

Commit

Permalink
fix format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Oct 21, 2021
1 parent 8f78866 commit c7da3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mediator/med_phases_restart_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c7da3b7

Please sign in to comment.