Skip to content

Commit

Permalink
Fix format statement that creates cpl aux hist file name
Browse files Browse the repository at this point in the history
  • Loading branch information
billsacks committed Apr 26, 2018
1 parent 9738259 commit 4cc4f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/mct/main/seq_hist_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@ subroutine seq_hist_writeaux(infodata, EClock_d, comp, flow, aname, dname, &
yy = yy + yr_offset
end if
call shr_cal_ymdtod2string(date_str, yy, mm, dd)
write(hist_file(found), "(a6)") &
write(hist_file(found), "(6a)") &
trim(case_name),'.cpl.h',trim(aname),'.',trim(date_str), '.nc'
else
fk1 = 2
Expand Down

0 comments on commit 4cc4f2b

Please sign in to comment.