Symbol Description Uses
repeatPeriod 12



File Line number Procedure Code
./pkg/exf/exf_getffieldrec.F 133 EXF_GETFFIELDREC
      if (repeatPeriod.eq.0.) then
./pkg/exf/exf_getffieldrec.F 144 EXF_GETFFIELDREC
      elseif (repeatPeriod.gt.0.) then
./pkg/exf/exf_getffieldrec.F 149 EXF_GETFFIELDREC
            fldsecs  = fldsecs     + repeatPeriod
./pkg/exf/exf_getffieldrec.F 151 EXF_GETFFIELDREC
         fldsecs0    = mod(fldsecs,repeatPeriod)
./pkg/exf/exf_getffieldrec.F 153 EXF_GETFFIELDREC
         fldsecs1    = mod(fldsecs+fldperiod,repeatPeriod)
./pkg/exf/exf_getffieldrec.F 156 EXF_GETFFIELDREC
            prevfldsecs = prevfldsecs + repeatPeriod
./pkg/exf/exf_getffieldrec.F 158 EXF_GETFFIELDREC
         prevfldsecs = mod(prevfldsecs,repeatPeriod)
./pkg/exf/exf_getffieldrec.F 188 EXF_GETFFIELDREC
        if (repeatPeriod.NE.0.) then
./pkg/exf/exf_param.h 246 NO PROCEDURE
     &                          repeatPeriod,      exf_albedo,
./pkg/exf/exf_param.h 37 NO PROCEDURE
      _RL     repeatPeriod
./pkg/exf/exf_readparms.F 268 EXF_READPARMS
      repeatPeriod           = 0.0 _d 0
./pkg/exf/exf_readparms.F 73 EXF_READPARMS
     &      windstressmax,       repeatPeriod,    exf_albedo,