Symbol Description Uses
WindForcingStart 10



File Line number Procedure Code
./pkg/seaice/SEAICE_PARAMS.h 178 NO PROCEDURE
      _RL WindForcingStart, WindForcingEnd, WindForcingPeriod
./pkg/seaice/SEAICE_PARAMS.h 199 NO PROCEDURE
     &    WindForcingStart, WindForcingEnd, WindForcingPeriod,
./pkg/seaice/seaice_readparms.F 180 SEAICE_READPARMS
      WindForcingStart  = -99999.
./pkg/seaice/seaice_readparms.F 329 SEAICE_READPARMS
      IF ( WindForcingStart  .EQ. -99999. )
./pkg/seaice/seaice_readparms.F 330 SEAICE_READPARMS
     &     WindForcingStart  = FluxForcingStart
./pkg/seaice/seaice_readparms.F 65 SEAICE_READPARMS
     & WindForcingStart, WindForcingEnd, WindForcingPeriod,
./pkg/seaice/seaice_get_forcing.F 137 SEAICE_GET_FORCING
       iRec = int((YearTime-WindForcingStart)/WindForcingPeriod) + 1
./pkg/seaice/seaice_get_forcing.F 235 SEAICE_GET_FORCING
      iRec = int((YearTime-WindForcingStart)/WindForcingPeriod) + 2
./pkg/seaice/seaice_get_forcing.F 236 SEAICE_GET_FORCING
      aWghtWind = mod(YearTime-WindForcingStart,WindForcingPeriod) /
./pkg/seaice/seaice_get_forcing.F 82 SEAICE_GET_FORCING
     &     YearTime   .lt. WindForcingStart .or.