Skip to content

Commit 2114dfb

Browse files
committed
minor edit to remove commented code
1 parent f80ff15 commit 2114dfb

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

DynCore_GridCompMod.F90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2457,7 +2457,6 @@ subroutine Run(gc, import, export, clock, rc)
24572457
!call MAPL_TimerOn(MAPL,"-DYN_CORE")
24582458
t1 = MPI_Wtime(status)
24592459
call DynRun (GC, STATE, EXPORT, CLOCK, internal, import, RC=STATUS)
2460-
!call DynRun (GC, STATE, EXPORT, CLOCK, internal, RC=STATUS)
24612460
VERIFY_(STATUS)
24622461
t2 = MPI_Wtime(status)
24632462
dyn_run_timer = t2-t1

FV_StateMod.F90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,6 @@ subroutine FV_InitState (STATE, CLOCK, INTERNAL, IMPORT, GC, RC)
12831283
end subroutine FV_InitState
12841284

12851285
subroutine FV_Run (GC, STATE, EXPORT, CLOCK, internal, import, RC)
1286-
!subroutine FV_Run (GC, STATE, EXPORT, CLOCK, internal, RC)
12871286

12881287
type (ESMF_GridComp) , intent(INOUT) :: GC
12891288
type (T_FVDYCORE_STATE),pointer :: STATE

0 commit comments

Comments
 (0)