/[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.13 by adcroft, Tue Aug 14 18:29:43 2001 UTC revision 1.14 by adcroft, Wed Aug 15 17:17:01 2001 UTC
# Line 286  $0 [-help] [-quick] [-verbose] dir1 [dir Line 286  $0 [-help] [-quick] [-verbose] dir1 [dir
286   -debug     Produce even more output which will mean nothing to most   -debug     Produce even more output which will mean nothing to most
287   -clean     Do "make CLEAN" before compiling. This forces a complete rebuild.   -clean     Do "make CLEAN" before compiling. This forces a complete rebuild.
288   -longtest  Compare numeric output for mean and s.d. of variables.   -longtest  Compare numeric output for mean and s.d. of variables.
289     -noieee    By default, $0 uses the -ieee option for genmake. This turns it off.
290    
291  Normal usage:  Normal usage:
292   $0 *       Configure, compile, run and analyze in all experiment directories   $0 *       Configure, compile, run and analyze in all experiment directories
# Line 313  debug=0 Line 314  debug=0
314  verbose=1  verbose=1
315  quick=0  quick=0
316  clean=0  clean=0
317  ieee=0  ieee=1
318  longtest=0  longtest=0
319  expts=''  expts=''
320    
# Line 325  do Line 326  do
326     -verbose) verbose=2;;     -verbose) verbose=2;;
327     -debug) debug=1;;     -debug) debug=1;;
328     -clean) clean=1;;     -clean) clean=1;;
329     -ieee) ieee=1;;     -noieee) ieee=0;;
330     -longtest) longtest=1;;     -longtest) longtest=1;;
331     -quiet) verbose=0;;     -quiet) verbose=0;;
332     -help) show_help; exit 0;;     -help) show_help; exit 0;;

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.22