Symbol Description Uses
pkmax 5



File Line number Procedure Code
./pkg/diagnostics/prestopres.F 39 PRESTOPRES
      real  pk,pkmin,pkmax,pktop,temp
./pkg/diagnostics/prestopres.F 61 PRESTOPRES
      pkmax = pkz(1,1,L+1)
./pkg/diagnostics/prestopres.F 65 PRESTOPRES
         if( pkz(i,1,L+1).gt.pkmax ) pkmax = pkz(i,1,L+1)
./pkg/diagnostics/prestopres.F 68 PRESTOPRES
      if( pk.le.pkmax .and. pk.ge.pkmin ) then