Skip to content

Commit

Permalink
minor edit to remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
aoloso committed Mar 19, 2024
1 parent f80ff15 commit 2114dfb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion DynCore_GridCompMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2457,7 +2457,6 @@ subroutine Run(gc, import, export, clock, rc)
!call MAPL_TimerOn(MAPL,"-DYN_CORE")
t1 = MPI_Wtime(status)
call DynRun (GC, STATE, EXPORT, CLOCK, internal, import, RC=STATUS)
!call DynRun (GC, STATE, EXPORT, CLOCK, internal, RC=STATUS)
VERIFY_(STATUS)
t2 = MPI_Wtime(status)
dyn_run_timer = t2-t1
Expand Down
1 change: 0 additions & 1 deletion FV_StateMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,6 @@ subroutine FV_InitState (STATE, CLOCK, INTERNAL, IMPORT, GC, RC)
end subroutine FV_InitState

subroutine FV_Run (GC, STATE, EXPORT, CLOCK, internal, import, RC)
!subroutine FV_Run (GC, STATE, EXPORT, CLOCK, internal, RC)

type (ESMF_GridComp) , intent(INOUT) :: GC
type (T_FVDYCORE_STATE),pointer :: STATE
Expand Down

0 comments on commit 2114dfb

Please sign in to comment.