Help for this page

Select Code to Download


  1. or download this
    $Threscount=0;
    open(THRESHOLDS, "$Thresholds") or die("Could not open Thresholds file
    +.");
    ...
     exit(2);
    }
    close(THRESHOLDS);
    
  2. or download this
    #Define Warning values
    use constant  SIMULWAR => 30;
    ...
    use constant MEMINUSECRIT => 240000000;
    use constant SIMULSNAGWCRIT => 60;
    use constant CONDBCRIT => 240;