/[MITgcm]/MITgcm/verification/cpl_aim+ocn/run_cpl_test
ViewVC logotype

Diff of /MITgcm/verification/cpl_aim+ocn/run_cpl_test

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

revision 1.14 by jmc, Sat Dec 26 23:44:03 2009 UTC revision 1.15 by jmc, Wed Jan 13 00:25:37 2010 UTC
# Line 8  Np=3 Line 8  Np=3
8  MTH=  MTH=
9  MTHo=  MTHo=
10  MTHa=  MTHa=
11  if test $1 = '-mth' ; then  if [ $# -ge 1 ] ; then if test $1 = '-mth' ; then
12    MTH='-omp' ; shift    MTH='-omp' ; shift
13    if test -f input_ocn/eedata.mth ; then MTHo=$MTH ; fi    if test -f input_ocn/eedata.mth ; then MTHo=$MTH ; fi
14    if test -f input_atm/eedata.mth ; then MTHa=$MTH ; fi    if test -f input_atm/eedata.mth ; then MTHa=$MTH ; fi
15  fi  fi ; fi
16  if [ $# -ne 1 ]  if [ $# -ne 1 ]
17  then  then
18    echo 'Usage:'`basename $0`' [opt] step'    echo 'Usage:'`basename $0`' [opt] step'

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

  ViewVC Help
Powered by ViewVC 1.1.22