source: trunk/scripts/run_batch_sinobad.sh @ 64

Last change on this file since 64 was 64, checked in by jbrlod, 13 years ago

make kt the effective time step

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 634 bytes
Line 
1#!/bin/sh
2#PBS -e ../scripts/script_outputs/error.out
3#PBS -o ../scripts/script_outputs/sinobad.out
4#PBS -q short
5#PBS -l ncpus=24,nodes=1:x64
6
7#run reference experience
8#Command to submit the job:
9#qsub run_batch_sinobad.sh
10cd $PBS_O_WORKDIR
11cd ../src/
12
13echo "****************************************" 
14echo "*       run reference experiment       *"
15echo "*              (parallel)              *"
16echo "*              26/04/2011              *"
17echo "*  julien.brajard@locean-ipsl.upmc.fr  *"
18echo "****************************************"
19
20#$YAODIR/etc/YaoI -p +O3 sinobad
21make clean
22make
23time ./sinobad -i ../scripts/sinobad.i
24
Note: See TracBrowser for help on using the repository browser.