#! /bin/csh

foreach dir ( 2.5 3.0 3.1 3.25 3.3 3.4 3.5 3.6 3.75 3.85 4.0 4.5 5.0 6.0  8.0 )
  cd $dir
  pwd
  run
  cd ..
end

  
