/[MITgcm]/MITgcm/tools/example_scripts/ACESgrid/aces_test_ifc_mth
ViewVC logotype

Diff of /MITgcm/tools/example_scripts/ACESgrid/aces_test_ifc_mth

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

revision 1.2 by jmc, Wed Aug 8 18:47:48 2007 UTC revision 1.4 by jmc, Thu Dec 6 03:32:12 2007 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  #  #
3  #PBS -q long  #PBS -q four-twelve
4  #PBS -N tst_mth  #PBS -N tst_mth
5  #PBS -l nodes=1:ppn=2  #PBS -l nodes=1:ppn=2
6  #PBS -e /home/jmc/test_ACES/output/tst_mth.stderr  #PBS -e /home/jmc/test_ACES/output/tst_mth.stderr
# Line 24  TST_DIR="/home/jmc/test_ACES/gcm_tests" Line 24  TST_DIR="/home/jmc/test_ACES/gcm_tests"
24  HERE='/home/jmc/test_ACES/output'  HERE='/home/jmc/test_ACES/output'
25  cd $HERE  cd $HERE
26    
27    MC=10
28  FC=ifort  FC=ifort
29    
30  # cat << EOF > $HERE"/.cvspass"  # cat << EOF > $HERE"/.cvspass"
# Line 42  cvs -d :pserver:cvsanon@mitgcm.org:/u/gc Line 43  cvs -d :pserver:cvsanon@mitgcm.org:/u/gc
43    
44  cd MITgcm/verification  cd MITgcm/verification
45  OPTFILE="../tools/build_options/linux_ia32_"$FC".aces+mth"  OPTFILE="../tools/build_options/linux_ia32_"$FC".aces+mth"
46  # ./testreport -j 2 -mth -of $OPTFILE -command "$EXE" -a 'edhill@mitgcm.org'  echo ./testreport -j 2 -mth -match $MC -of $OPTFILE -odir aces-mth
47  echo ./testreport -j 2 -mth -of $OPTFILE  ./testreport -j 2 -mth -match $MC -of $OPTFILE -odir aces-mth
 ./testreport -j 2 -mth -of $OPTFILE  
48    

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

  ViewVC Help
Powered by ViewVC 1.1.22