Symbol Description Uses
dates 30



File Line number Procedure Code
./pkg/fizhi/chronos.h 12 NO PROCEDURE
      integer          freqs,dates,times
./pkg/fizhi/chronos.h 22 NO PROCEDURE
      common /chronos/  dates(maxtag) 
./pkg/fizhi/fizhi_clockstuff.F 104 SET_ALARM
         dates(ntags) = datein
./pkg/fizhi/fizhi_clockstuff.F 151 GET_ALARM
         datein = dates(n)
./pkg/fizhi/fizhi_clockstuff.F 191 GET_ALARM
          alarm = (dates(n).eq.datein) .and. (times(n).eq.timein)
./pkg/fizhi/fizhi_clockstuff.F 193 GET_ALARM
          alarm = ( datein.gt.dates(n) .or.
./pkg/fizhi/fizhi_clockstuff.F 194 GET_ALARM
     &             (datein.eq.dates(n) .and. timein.ge.times(n)) )
./pkg/fizhi/fizhi_clockstuff.F 195 GET_ALARM
     &    .and. nalarm( freqs(n),datein,timein,dates(n),times(n) ).eq.0
./pkg/fizhi/fizhi_clockstuff.F 218 GET_ALARM
          alarm2 = (dates(n).eq.datein) .and. (times(n).eq.timein)
./pkg/fizhi/fizhi_clockstuff.F 220 GET_ALARM
          alarm2 = ( datein.gt.dates(n) .or.
./pkg/fizhi/fizhi_clockstuff.F 221 GET_ALARM
     &              (datein.eq.dates(n) .and. timein.ge.times(n)) )
./pkg/fizhi/fizhi_clockstuff.F 222 GET_ALARM
     &    .and. nalarm2( freqs(n),datein,timein,dates(n),times(n) ).eq.0
./pkg/fizhi/fizhi_clockstuff.F 251 GET_ALARM
          alarm2next = (dates(n).eq.datein) .and. (times(n).eq.timein)
./pkg/fizhi/fizhi_clockstuff.F 253 GET_ALARM
          alarm2next = ( datein.gt.dates(n) .or.
./pkg/fizhi/fizhi_clockstuff.F 254 GET_ALARM
     &                  (datein.eq.dates(n) .and. timein.ge.times(n)) )
./pkg/fizhi/fizhi_clockstuff.F 255 GET_ALARM
     &    .and. nalarm2( freqs(n),datein,timein,dates(n),times(n) ).eq.0
./pkg/fizhi/fizhi_clockstuff.F 68 SET_ALARM
         dates(1) = datein
./pkg/fizhi/fizhi_clockstuff.F 83 SET_ALARM
         print *, '    Date0: ',dates(n),' (Old) ',datein,' (New)'
./pkg/fizhi/fizhi_clockstuff.F 87 SET_ALARM
        dates(n) = datein
./pkg/chronos/chronos.F 152 GET_ALARM
       date  = dates(n)
./pkg/chronos/chronos.F 193 GET_ALARM
          alarm = (dates(n).eq.date) .and. (times(n).eq.time)
./pkg/chronos/chronos.F 195 GET_ALARM
          alarm = ( date.gt.dates(n) .or.
./pkg/chronos/chronos.F 196 GET_ALARM
     .             (date.eq.dates(n) .and. time.ge.times(n)) ) .and.
./pkg/chronos/chronos.F 197 GET_ALARM
     .              modalarm( freqs(n),dates(n),times(n) ).eq.0
./pkg/chronos/chronos.F 55 SET_ALARM
         dates(1) = date
./pkg/chronos/chronos.F 67 SET_ALARM
         print *, '    Date0: ',dates(n),' (Old) ',date,' (New)'
./pkg/chronos/chronos.F 71 SET_ALARM
        dates(n) = date
./pkg/chronos/chronos.F 88 SET_ALARM
         dates(ntags) = date
./pkg/chronos/chronos.h 12 NO PROCEDURE
      integer          freqs,dates,times
./pkg/chronos/chronos.h 22 NO PROCEDURE
      common /chronos/  dates(maxtag)