#!/bin/tcsh


\rm a.out
\rm ens.log
\rm ens.geo

#
# Portland (Linux 32-bit) Compiler
#
   pgf90 ens.f90

   a.out
   ens_checker80 ./ens.case >& ens.log
  

