/[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.4 by adcroft, Wed May 30 19:29:37 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)

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

  ViewVC Help
Powered by ViewVC 1.1.22