Skip to content

Commit

Permalink
remove reference to tapes
Browse files Browse the repository at this point in the history
  • Loading branch information
Courtney Peverley committed Oct 3, 2024
1 parent 31e7e6b commit ca13895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/control/cam_history.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2748,9 +2748,9 @@ subroutine fldlst ()
if (len(trim(duplicate_error)) > 0) then
if (len_trim(errormsg) == 0) then
write(errormsg,*) &
'FLDLST: Found duplicate field(s) with different averaging flags. Place on separate tapes: '
'FLDLST: Found duplicate field(s) with different averaging flags. Place in separate fincl lists: '
end if
write(tempmsg, '(2a, i0, a)') trim(duplicate_error), ' (tape ', t, '). '
write(tempmsg, '(2a, i0, a)') trim(duplicate_error), ' (fincl', t, '). '
errormsg = trim(errormsg) // trim(tempmsg)
end if

Expand Down

0 comments on commit ca13895

Please sign in to comment.