Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
junwang-noaa committed Aug 17, 2023
1 parent 4217215 commit 9410369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_src/drivers/nuopc_cap/mom_cap.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1516,7 +1516,7 @@ subroutine ModelAdvance(gcomp, rc)

rc = ESMF_SUCCESS
if(profile_memory) call ESMF_VMLogMemInfo("Entering MOM Model_ADVANCE: ")
if(timere > 0.) then timers = MPI_Wtime()
if(timere > 0.) timers = MPI_Wtime()
if(is_root_pe()) write(*,*) 'In MOM6, time since last time step ',timers-timere


Expand Down

0 comments on commit 9410369

Please sign in to comment.