Skip to content

Commit

Permalink
#ifndef for dtime here too
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSzapiro-NOAA authored Dec 18, 2024
1 parent ba1392b commit 88da25b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1303,10 +1303,12 @@ subroutine ModelSetRunClock(gcomp, rc)
character(len=256) :: stop_option ! Stop option units
integer :: stop_n ! Number until stop interval
integer :: stop_ymd ! Stop date (YYYYMMDD)
integer :: dtime
type(ESMF_ALARM) :: stop_alarm
character(len=128) :: name
integer :: alarmcount
#ifndef CESMCOUPLED
integer :: dtime
#endif
character(len=*),parameter :: subname=trim(modName)//':(ModelSetRunClock) '
!--------------------------------

Expand Down

0 comments on commit 88da25b

Please sign in to comment.