Skip to content

Commit

Permalink
don't error all the time perhaps
Browse files Browse the repository at this point in the history
  • Loading branch information
Courtney Peverley committed Oct 3, 2024
1 parent ca13895 commit b960ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/control/cam_history.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2779,7 +2779,7 @@ subroutine fldlst ()
listentry=>listentry%next_entry
end do
end do
if (len(errormsg) > 0) then
if (len_trim(errormsg) > 0) then
call endrun(trim(errormsg))
end if
!
Expand Down

0 comments on commit b960ffb

Please sign in to comment.