Symbol Description Uses
WindForcingStart 10



File Line number Procedure Code
./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.
./pkg/seaice/seaice_readparms.F 133 SEAICE_READPARMS
      WindForcingStart  = -99999.
./pkg/seaice/seaice_readparms.F 212 SEAICE_READPARMS
      IF ( WindForcingStart  .EQ. -99999. )
./pkg/seaice/seaice_readparms.F 213 SEAICE_READPARMS
     &     WindForcingStart  = FluxForcingStart
./pkg/seaice/seaice_readparms.F 50 SEAICE_READPARMS
     & WindForcingStart, WindForcingEnd, WindForcingPeriod,
./pkg/seaice/SEAICE_PARAMS.h 120 NO PROCEDURE
      _RL WindForcingStart, WindForcingEnd, WindForcingPeriod
./pkg/seaice/SEAICE_PARAMS.h 135 NO PROCEDURE
     &    WindForcingStart, WindForcingEnd, WindForcingPeriod,