Skip to content

Commit b4b3ac5

Browse files
authored
Merge pull request #287 from fischer-ncar/nag-fix
Fix missing field width for L edit descriptor for NAG
2 parents 7a522c8 + 096ff6a commit b4b3ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: dglc/glc_comp_nuopc.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ subroutine ModelAdvance(gcomp, rc)
491491
if (my_task == main_task) then
492492
call ESMF_TimeGet(currTime, timestring=timestring, rc=rc)
493493
if (ChkErr(rc,__LINE__,u_FILE_u)) return
494-
write(logunit,'(a,l)') trim(timestring)//': valid_input for dglc is ',valid_inputs
494+
write(logunit,'(a,l6)') trim(timestring)//': valid_input for dglc is ',valid_inputs
495495
end if
496496

497497
! determine if will write restart

0 commit comments

Comments
 (0)