--- MITgcm/verification/testscript 2001/05/30 19:29:37 1.4 +++ MITgcm/verification/testscript 2001/06/06 12:24:19 1.6 @@ -1,4 +1,4 @@ -#!/bin/csh +#!/bin/csh -f # Run this script from the verification directory # It will automatically configure, compile, run and verify all experiments @@ -45,6 +45,9 @@ endsw end +# Need to make sure we don't meet non-model problems ... +unlimit + foreach dr ([a-zA-Z01-9]*) if (! -d $dr/input ) continue foreach skip ($SKIP)