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 114 EXF_GETFFIELDREC
        count0       = int((fldsectot+0.5)/fldperiod) + 1
./pkg/exf/exf_getffieldrec.F 116 EXF_GETFFIELDREC
        fldsecs      = mod(fldsectot,fldperiod)
./pkg/exf/exf_getffieldrec.F 122 EXF_GETFFIELDREC
        if(fldsectot.lt.0. _d 0) fldsectot = fldsectot + repeatPeriod
./pkg/exf/exf_getffieldrec.F 123 EXF_GETFFIELDREC
        fldsecs0     = mod(fldsectot,repeatPeriod)
./pkg/exf/exf_getffieldrec.F 125 EXF_GETFFIELDREC
        fldsecs1     = mod(fldsectot+fldperiod,repeatPeriod)
./pkg/exf/exf_getffieldrec.F 158 EXF_GETFFIELDREC
        fldsectot = myDateSeconds - fldstartdate
./pkg/exf/exf_getffieldrec.F 159 EXF_GETFFIELDREC
        count0    = int((fldsectot+0.5)/fldperiod) + 1
./pkg/exf/exf_getffieldrec.F 170 EXF_GETFFIELDREC
        fldsecs = mod(fldsectot,fldperiod)
./pkg/exf/exf_getffieldrec.F 70 EXF_GETFFIELDREC
      _RL fldsectot, fldsecs, fldsecs0, fldsecs1