Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/SIS_sum_output.F90
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ subroutine write_ice_statistics(IST, day, n, G, US, IG, CS, message, check_colum
enddo ; enddo
endif
call max_across_PEs(max_CFL)
if (max_CFL == 0.0) max_CFL = abs(max_CFL) ! This is to deal with negative zeros.

! Set combinations of scalign factors that rescale back to MKS units for output
area_scale = US%L_to_m**2
Expand Down