source: trunk/scripts/run_batch_sinobad.sh @ 78

Last change on this file since 78 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
RevLine 
[41]1#!/bin/sh
[55]2#PBS -e ../scripts/script_outputs/error.out
3#PBS -o ../scripts/script_outputs/sinobad.out
[40]4#PBS -q short
[64]5#PBS -l ncpus=24,nodes=1:x64
[40]6
7#run reference experience
8#Command to submit the job:
9#qsub run_batch_sinobad.sh
[41]10cd $PBS_O_WORKDIR
11cd ../src/
[40]12
[41]13echo "****************************************" 
14echo "*       run reference experiment       *"
[42]15echo "*              (parallel)              *"
[41]16echo "*              26/04/2011              *"
17echo "*  julien.brajard@locean-ipsl.upmc.fr  *"
18echo "****************************************"
19
[51]20#$YAODIR/etc/YaoI -p +O3 sinobad
21make clean
22make
[41]23time ./sinobad -i ../scripts/sinobad.i
[40]24
Note: See TracBrowser for help on using the repository browser.