Symbol Description Uses
yearnext 12



File Line number Procedure Code
./pkg/fizhi/fizhi_clockstuff.F 1138 TIME2FREQ2
      integer yearnext, monthnext, daynext, secnext
./pkg/fizhi/fizhi_clockstuff.F 1165 TIME2FREQ2
      yearnext=testnymd/10000
./pkg/fizhi/fizhi_clockstuff.F 1170 TIME2FREQ2
       yearnext = yearnext + 1
./pkg/fizhi/fizhi_clockstuff.F 1172 TIME2FREQ2
      testnymd = yearnext*10000 + monthnext*100 + daynext
./pkg/fizhi/fizhi_clockstuff.F 1173 TIME2FREQ2
      idaynext = mndy(monthnext,mod(yearnext,4)+1)
./verification/fizhi-cs-aqualev20/code/fizhi_clockstuff.F 1140 TIME2FREQ2
      integer yearnext, monthnext, daynext, secnext
./verification/fizhi-cs-aqualev20/code/fizhi_clockstuff.F 1167 TIME2FREQ2
      yearnext=testnymd/10000
./verification/fizhi-cs-aqualev20/code/fizhi_clockstuff.F 1172 TIME2FREQ2
       yearnext = yearnext + 1
./verification/fizhi-cs-aqualev20/code/fizhi_clockstuff.F 1174 TIME2FREQ2
      testnymd = yearnext*10000 + monthnext*100 + daynext
./verification/fizhi-cs-aqualev20/code/fizhi_clockstuff.F 1175 TIME2FREQ2
      idaynext = mndy(monthnext,mod(yearnext,4)+1)