Symbol Description Uses
fldperiod period between forcing field records 58



File Line number Procedure Code
./pkg/ctrl/ctrl_get_gen_rec.F 114 CTRL_GET_GEN_REC
     &                 fldperiod) + 1
./pkg/ctrl/ctrl_get_gen_rec.F 120 CTRL_GET_GEN_REC
      fldsecs  = int((fldsecs+0.5)/fldperiod)*fldperiod
./pkg/ctrl/ctrl_get_gen_rec.F 121 CTRL_GET_GEN_REC
      fldcount = int((fldsecs+0.5)/fldperiod) + 1
./pkg/ctrl/ctrl_get_gen_rec.F 135 CTRL_GET_GEN_REC
        prevfldsecs  = int((prevfldsecs+0.5)/fldperiod)*fldperiod
./pkg/ctrl/ctrl_get_gen_rec.F 136 CTRL_GET_GEN_REC
        prevfldcount = int((prevfldsecs+0.5)/fldperiod) + 1
./pkg/ctrl/ctrl_get_gen_rec.F 158 CTRL_GET_GEN_REC
      fac = 1. - fldsecs/fldperiod
./pkg/ctrl/ctrl_get_gen_rec.F 74 CTRL_GET_GEN_REC
      _RL     fldperiod
./pkg/ctrl/ctrl_get_gen_rec.F 87 CTRL_GET_GEN_REC
      fldperiod = 0.
./pkg/ctrl/ctrl_get_gen_rec.F 96 CTRL_GET_GEN_REC
      fldperiod = xx_genperiod
./pkg/ctrl/ctrl_getrec.F 102 CTRL_GETREC
         fldperiod = xx_hfluxperiod
./pkg/ctrl/ctrl_getrec.F 111 CTRL_GETREC
         fldperiod = xx_atempperiod
./pkg/ctrl/ctrl_getrec.F 120 CTRL_GETREC
         fldperiod = xx_sfluxperiod
./pkg/ctrl/ctrl_getrec.F 129 CTRL_GETREC
         fldperiod = xx_aqhperiod
./pkg/ctrl/ctrl_getrec.F 138 CTRL_GETREC
         fldperiod = xx_precipperiod
./pkg/ctrl/ctrl_getrec.F 147 CTRL_GETREC
         fldperiod = xx_swfluxperiod
./pkg/ctrl/ctrl_getrec.F 156 CTRL_GETREC
         fldperiod = xx_swdownperiod
./pkg/ctrl/ctrl_getrec.F 165 CTRL_GETREC
         fldperiod = xx_lwfluxperiod
./pkg/ctrl/ctrl_getrec.F 174 CTRL_GETREC
         fldperiod = xx_lwdownperiod
./pkg/ctrl/ctrl_getrec.F 183 CTRL_GETREC
         fldperiod = xx_evapperiod
./pkg/ctrl/ctrl_getrec.F 192 CTRL_GETREC
         fldperiod = xx_snowprecipperiod
./pkg/ctrl/ctrl_getrec.F 201 CTRL_GETREC
         fldperiod = xx_apressureperiod
./pkg/ctrl/ctrl_getrec.F 210 CTRL_GETREC
         fldperiod = xx_runoffperiod
./pkg/ctrl/ctrl_getrec.F 219 CTRL_GETREC
         fldperiod = xx_tauuperiod
./pkg/ctrl/ctrl_getrec.F 228 CTRL_GETREC
         fldperiod = xx_uwindperiod
./pkg/ctrl/ctrl_getrec.F 237 CTRL_GETREC
         fldperiod = xx_tauvperiod
./pkg/ctrl/ctrl_getrec.F 246 CTRL_GETREC
         fldperiod = xx_vwindperiod
./pkg/ctrl/ctrl_getrec.F 255 CTRL_GETREC
         fldperiod = xx_obcsnperiod
./pkg/ctrl/ctrl_getrec.F 264 CTRL_GETREC
         fldperiod = xx_obcssperiod
./pkg/ctrl/ctrl_getrec.F 273 CTRL_GETREC
         fldperiod = xx_obcswperiod
./pkg/ctrl/ctrl_getrec.F 282 CTRL_GETREC
         fldperiod = xx_obcseperiod
./pkg/ctrl/ctrl_getrec.F 291 CTRL_GETREC
         fldperiod = xx_sstperiod
./pkg/ctrl/ctrl_getrec.F 300 CTRL_GETREC
         fldperiod = xx_sssperiod
./pkg/ctrl/ctrl_getrec.F 319 CTRL_GETREC
      fldsecs  = int((fldsecs+0.5)/fldperiod)*fldperiod
./pkg/ctrl/ctrl_getrec.F 320 CTRL_GETREC
      fldcount = int((fldsecs+0.5)/fldperiod) + 1
./pkg/ctrl/ctrl_getrec.F 335 CTRL_GETREC
        prevfldsecs  = int((prevfldsecs+0.5)/fldperiod)*fldperiod
./pkg/ctrl/ctrl_getrec.F 336 CTRL_GETREC
        prevfldcount = int((prevfldsecs+0.5)/fldperiod) + 1
./pkg/ctrl/ctrl_getrec.F 356 CTRL_GETREC
      fac = 1. - fldsecs/fldperiod
./pkg/ctrl/ctrl_getrec.F 81 CTRL_GETREC
      _RL     fldperiod
./pkg/ctrl/ctrl_getrec.F 92 CTRL_GETREC
      fldperiod = 0.
./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 124 EXF_GETFFIELDREC
        count0       = int((fldsecs0+0.5)/fldperiod) + 1
./pkg/exf/exf_getffieldrec.F 125 EXF_GETFFIELDREC
        fldsecs1     = mod(fldsectot+fldperiod,repeatPeriod)
./pkg/exf/exf_getffieldrec.F 126 EXF_GETFFIELDREC
        count1       = int((fldsecs1+0.5)/fldperiod) + 1
./pkg/exf/exf_getffieldrec.F 127 EXF_GETFFIELDREC
        fldsecs      = mod(fldsecs0,fldperiod)
./pkg/exf/exf_getffieldrec.F 132 EXF_GETFFIELDREC
       fac = 1. - fldsecs/fldperiod
./pkg/exf/exf_getffieldrec.F 159 EXF_GETFFIELDREC
        count0    = int((fldsectot+0.5)/fldperiod) + 1
./pkg/exf/exf_getffieldrec.F 164 EXF_GETFFIELDREC
        if ( (fldstartdate+count0*fldperiod) .ge. secondsInYear ) then
./pkg/exf/exf_getffieldrec.F 170 EXF_GETFFIELDREC
        fldsecs = mod(fldsectot,fldperiod)
./pkg/exf/exf_getffieldrec.F 171 EXF_GETFFIELDREC
        fac     = 1. - fldsecs/fldperiod
./pkg/exf/exf_getffieldrec.F 173 EXF_GETFFIELDREC
     &       fac = 1. - fldsecs/(secondsInYear-(count0-1)*fldperiod)
./pkg/exf/exf_getffieldrec.F 38 EXF_GETFFIELDREC
      _RL     fldstartdate, fldperiod
./pkg/exf/exf_getffieldrec.F 7 EXF_GETFFIELDREC
     I                             fldstartdate, fldperiod,
./pkg/exf/exf_getffieldrec.F 86 EXF_GETFFIELDREC
      if ( fldperiod .eq. 0. _d 0 ) then