Skip to content

Commit

Permalink
Add missing logical "timer_stats" (CICE-Consortium#910)
Browse files Browse the repository at this point in the history
Co-authored-by: Mads Hvid Ribergaard <[email protected]>
  • Loading branch information
mhrib and Mads Hvid Ribergaard committed Nov 17, 2023
1 parent 8573ba8 commit d14bb69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cicecore/drivers/nuopc/dmi/CICE_FinalMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ module CICE_FinalMod
subroutine CICE_Finalize

use ice_restart_shared, only: runid
use ice_timers, only: ice_timer_stop, ice_timer_print_all, timer_total
use ice_timers, only: ice_timer_stop, ice_timer_print_all, &
timer_total, timer_stats

character(len=*), parameter :: subname = '(CICE_Finalize)'

Expand Down

0 comments on commit d14bb69

Please sign in to comment.