Symbol Description Uses
tRec1 1rst time-record intex just before current time 8



File Line number Procedure Code
./eesupp/src/get_periodic_interval.F 106 GET_PERIODIC_INTERVAL
        tRec1 = 1 + NINT( (locTime-modTime)/recSpacing )
./eesupp/src/get_periodic_interval.F 107 GET_PERIODIC_INTERVAL
        tRec2 = 1 + tRec1
./eesupp/src/get_periodic_interval.F 11 GET_PERIODIC_INTERVAL
     O               tRec0, tRec1, tRec2, wght1, wght2,
./eesupp/src/get_periodic_interval.F 126 GET_PERIODIC_INTERVAL
        tRec1 = 1 + INT( tmpTime/recSpacing )
./eesupp/src/get_periodic_interval.F 127 GET_PERIODIC_INTERVAL
        tRec2 = 1 + MOD( tRec1, nbRec )
./eesupp/src/get_periodic_interval.F 130 GET_PERIODIC_INTERVAL
        wght2 = ( tmpTime - recSpacing*(tRec1 - 1) )/recSpacing
./eesupp/src/get_periodic_interval.F 48 GET_PERIODIC_INTERVAL
      INTEGER  tRec0, tRec1, tRec2
./eesupp/src/get_periodic_interval.F 69 GET_PERIODIC_INTERVAL
      tRec1 = 0