Skip to content

Commit

Permalink
protect write_restartfh w/ CESM ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
DeniseWorthen committed Dec 18, 2024
1 parent 191214b commit e3a4803
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mediator/med_phases_restart_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,9 @@ subroutine med_phases_restart_write(gcomp, rc)
real(R8) :: tbnds(2) ! CF1.0 time bounds
logical :: isPresent
logical :: first_time = .true.
#ifndef CESMCOUPLED
logical :: write_restartfh
#endif
character(len=*), parameter :: subname='(med_phases_restart_write)'
!---------------------------------------

Expand Down

0 comments on commit e3a4803

Please sign in to comment.