Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
junwang-noaa committed Aug 17, 2023
1 parent e9d4d1a commit 4217215
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config_src/drivers/nuopc_cap/mom_cap.F90
Original file line number Diff line number Diff line change
Expand Up @@ -434,8 +434,6 @@ subroutine InitializeAdvertise(gcomp, importState, exportState, clock, rc)
real(8) :: MPI_Wtime, timeiads
!--------------------------------

print *,'in mom6, InitializeAdvertise'
print *,'in mom6, InitializeAdvertise, time=',MPI_Wtime()
rc = ESMF_SUCCESS
timeiads = MPI_Wtime()

Expand Down Expand Up @@ -1518,7 +1516,7 @@ subroutine ModelAdvance(gcomp, rc)

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


Expand Down

0 comments on commit 4217215

Please sign in to comment.