Skip to content

Commit 1a2591c

Browse files
committed
fix typo
1 parent fb1d28f commit 1a2591c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSmoist_GridComp/GEOS_MoistGridComp.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5160,7 +5160,7 @@ subroutine Initialize ( GC, IMPORT, EXPORT, CLOCK, RC )
51605160
call ESMF_ClockGet(CLOCK, currTime=CurrentTime, rc=STATUS)
51615161
_VERIFY(status)
51625162

5163-
call ESMF_TimeIntervalSet(MoistIntvl, s=MOIST_DT, rc=status)
5163+
call ESMF_TimeIntervalSet(MoistIntvl, s=nint(MOIST_DT), rc=status)
51645164
_VERIFY(status)
51655165

51665166
MoistAlarm = ESMF_AlarmCreate( &
@@ -6369,7 +6369,7 @@ subroutine MOIST_DRIVER(IM,JM,LM, RC)
63696369
!----------------------------------
63706370
call ESMF_ConfigGetAttribute (CF, HEARTBEAT, Label="RUN_DT:", RC=STATUS)
63716371
VERIFY_(STATUS)
6372-
call ESMF_ConfigGetAttribute ( CF, Moist_DT, Label="MOIST_DT:", default = HEARTBEAT RC=STATUS)
6372+
call ESMF_ConfigGetAttribute ( CF, Moist_DT, Label="MOIST_DT:", default = HEARTBEAT, RC=STATUS)
63736373
VERIFY_(STATUS)
63746374

63756375
call ESMF_ConfigGetAttribute( CF, RAS_NO_NEG, Label='RAS_NO_NEG:', default=.FALSE. , RC=STATUS)

0 commit comments

Comments
 (0)