From 88da25bf6a6e8a4911a44a2538f7a057064ab26f Mon Sep 17 00:00:00 2001 From: Nicholas Szapiro <149816583+NickSzapiro-NOAA@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:42:41 -0500 Subject: [PATCH] #ifndef for dtime here too --- cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90 b/cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90 index 8c80ad194..8ced569a5 100644 --- a/cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90 +++ b/cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90 @@ -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) ' !--------------------------------