Skip to content

Commit

Permalink
better logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Courtney Peverley committed Oct 19, 2023
1 parent e274239 commit f3c8a30
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/control/cam_history.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2400,7 +2400,9 @@ subroutine read_restart_history (File)
!
if (nfils(t) >= mfilt(t)) then
if (masterproc) then
write(iulog,*)'READ_RESTART_HISTORY: nf_close(',t,')=',nhfil(t,1), mfilt(t)
do f = 1, tape(t)%num_files
write(iulog,*)'READ_RESTART_HISTORY: nf_close(',t,')=',nhfil(t,f), mfilt(t)
end do
end if
do fld=1,nflds(t)
deallocate(tape(t)%hlist(fld)%varid)
Expand Down

0 comments on commit f3c8a30

Please sign in to comment.