Skip to content

Commit

Permalink
Add 1 more #ifndef CESMCOUPLED to avoid unused variable warning for cesm
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSzapiro-NOAA authored Dec 18, 2024
1 parent ff7fd76 commit ba1392b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,9 @@ subroutine ModelAdvance(gcomp, rc)
character(char_len_long) :: restart_date
character(char_len_long) :: restart_filename
logical :: isPresent, isSet
#ifndef CESMCOUPLED
logical :: write_restartfh
#endif
character(len=*),parameter :: subname=trim(modName)//':(ModelAdvance) '
character(char_len_long) :: msgString
!--------------------------------
Expand Down

0 comments on commit ba1392b

Please sign in to comment.