source: TOOLS/SURPACK_IPSL/my_SaveNewSimuPack.job @ 2185

Last change on this file since 2185 was 2185, checked in by acosce, 10 years ago

Add some script for batch submission of surpack tools

File size: 228 bytes
Line 
1#!/bin/ksh
2#MSUB -r SaveNewSimu   
3#MSUB -e SaveNewSimu.out
4#MSUB -o SaveNewSimu.out
5#MSUB -w
6#MSUB -n 1     
7#MSUB -T 86400
8#MSUB -p gen2212
9#MSUB -q xlarge
10
11set -vx
12cd ${HOME}/SURPACK_IPSL
13
14./SaveNewSimuPack.sh -rmv
15
16
17date
18
Note: See TracBrowser for help on using the repository browser.