/[MITgcm]/MITgcm/verification/testscript
ViewVC logotype

Diff of /MITgcm/verification/testscript

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3 by adcroft, Tue May 29 14:01:41 2001 UTC revision 1.6 by adcroft, Wed Jun 6 12:24:19 2001 UTC
# Line 1  Line 1 
1  #!/bin/csh  #!/bin/csh -f
2    
3  # Run this script from the verification directory  # Run this script from the verification directory
4  # It will automatically configure, compile, run and verify all experiments  # It will automatically configure, compile, run and verify all experiments
# Line 45  foreach arg ($argv) Line 45  foreach arg ($argv)
45   endsw   endsw
46  end  end
47    
48    # Need to make sure we don't meet non-model problems ...
49    unlimit
50    
51  foreach dr ([a-zA-Z01-9]*)  foreach dr ([a-zA-Z01-9]*)
52   if (! -d $dr/input ) continue   if (! -d $dr/input ) continue
53   foreach skip ($SKIP)   foreach skip ($SKIP)
54    if ($skip == $dr) continue;continue    if ( `echo $dr | sed s/$skip.'*'//` == '' ) continue;continue
55   end   end
56   set config=-   set config=-
57   set makedepend=-   set makedepend=-

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.22