Skip to content

Commit

Permalink
remove more unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed May 14, 2024
1 parent 472b568 commit a8baf66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dglc/glc_comp_nuopc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,6 @@ subroutine ModelAdvance(gcomp, rc)
integer :: yr ! year
integer :: mon ! month
integer :: day ! day in month
integer :: tod ! seconds in day
logical :: restart_write
type(ESMF_Alarm) :: valid_alarm
logical :: valid_inputs ! if true, inputs from mediator are valid
Expand Down Expand Up @@ -680,7 +679,6 @@ subroutine ModelSetRunClock(gcomp, rc)
integer :: stop_n ! Number until stop interval
integer :: stop_ymd ! Stop date (YYYYMMDD)
type(ESMF_ALARM) :: stop_alarm
character(len=128) :: name
integer :: alarmcount
character(len=CS) :: glc_avg_period ! averaging period in mediator
type(ESMF_ALARM) :: valid_alarm ! model alarm
Expand Down

0 comments on commit a8baf66

Please sign in to comment.