Symbol Description Uses
fldsectot time in seconds from fldstartdate to mydate 13



File Line number Procedure Code
./pkg/exf/exf_getffieldrec.F 105 EXF_GETFFIELDREC
       fldsectot = myTime - fldstartdate
./pkg/exf/exf_getffieldrec.F 110 EXF_GETFFIELDREC
        if ( fldsectot .lt. 0. _d 0 ) then
./pkg/exf/exf_getffieldrec.F 116 EXF_GETFFIELDREC
        count0       = int((fldsectot+0.5)/fldperiod) + 1
./pkg/exf/exf_getffieldrec.F 118 EXF_GETFFIELDREC
        fldsecs      = mod(fldsectot,fldperiod)
./pkg/exf/exf_getffieldrec.F 124 EXF_GETFFIELDREC
        if(fldsectot.lt.0. _d 0) fldsectot = fldsectot + repeatPeriod
./pkg/exf/exf_getffieldrec.F 125 EXF_GETFFIELDREC
        fldsecs0     = mod(fldsectot,repeatPeriod)
./pkg/exf/exf_getffieldrec.F 127 EXF_GETFFIELDREC
        fldsecs1     = mod(fldsectot+fldperiod,repeatPeriod)
./pkg/exf/exf_getffieldrec.F 160 EXF_GETFFIELDREC
        fldsectot = myDateSeconds - fldstartdate
./pkg/exf/exf_getffieldrec.F 161 EXF_GETFFIELDREC
        count0    = int((fldsectot+0.5)/fldperiod) + 1
./pkg/exf/exf_getffieldrec.F 172 EXF_GETFFIELDREC
        fldsecs = mod(fldsectot,fldperiod)
./pkg/exf/exf_getffieldrec.F 70 EXF_GETFFIELDREC
      _RL fldsectot, fldsecs, fldsecs0, fldsecs1