Symbol Description Uses
pkmin 5



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