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



File Line number Procedure Code
./pkg/exf/exf_getffieldrec.F 110 EXF_GETFFIELDREC
       fldsectot = mytime - fldstartdate
./pkg/exf/exf_getffieldrec.F 115 EXF_GETFFIELDREC
        if ( fldsectot .lt. 0. _d 0 ) then
./pkg/exf/exf_getffieldrec.F 119 EXF_GETFFIELDREC
        count0       = int((fldsectot+0.5)/fldperiod) + 1
./pkg/exf/exf_getffieldrec.F 121 EXF_GETFFIELDREC
        fldsecs      = mod(fldsectot,fldperiod)
./pkg/exf/exf_getffieldrec.F 127 EXF_GETFFIELDREC
        if(fldsectot.lt.0. _d 0) fldsectot = fldsectot + repeatPeriod
./pkg/exf/exf_getffieldrec.F 128 EXF_GETFFIELDREC
        fldsecs0     = mod(fldsectot,repeatPeriod)
./pkg/exf/exf_getffieldrec.F 130 EXF_GETFFIELDREC
        fldsecs1     = mod(fldsectot+fldperiod,repeatPeriod)
./pkg/exf/exf_getffieldrec.F 163 EXF_GETFFIELDREC
        fldsectot = myDateSeconds - fldstartdate
./pkg/exf/exf_getffieldrec.F 164 EXF_GETFFIELDREC
        count0    = int((fldsectot+0.5)/fldperiod) + 1
./pkg/exf/exf_getffieldrec.F 175 EXF_GETFFIELDREC
        fldsecs = mod(fldsectot,fldperiod)
./pkg/exf/exf_getffieldrec.F 73 EXF_GETFFIELDREC
      _RL fldsectot, fldsecs, fldsecs0, fldsecs1