/[MITgcm]/MITgcm/verification/cpl_atm2d+ocn/run_cpl
ViewVC logotype

Contents of /MITgcm/verification/cpl_atm2d+ocn/run_cpl

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


Revision 1.1 - (show annotations) (download)
Tue May 1 21:50:23 2007 UTC (17 years ago) by jscott
Branch: MAIN
atm2d verification experiment added

1 #! /bin/sh
2
3 dir=`pwd`
4 AEXEDIR=../exe_atmice
5 OEXEDIR=../build_ocn
6
7 ROOTDIR=$dir
8 echo $ROOTDIR
9
10 # echo $PBS_NODEFILE
11 # list=`cat $PBS_NODEFILE`
12 cat >! host_group <<EOF
13 c032
14 c031
15 EOF
16
17 cd $ROOTDIR
18 mpirun -v -np 1 $AEXEDIR/mitgcmuv : -np 1 -hostfile host_group $OEXEDIR/mitgcmuv > std_outp 2>&1
19 tail -20 std_outp
20
21 exit 0

  ViewVC Help
Powered by ViewVC 1.1.22