Last change
on this file since 2185 was
2185,
checked in by acosce, 11 years ago
|
Add some script for batch submission of surpack tools
|
File size:
337 bytes
|
Line | |
---|
1 | #!/bin/ksh |
---|
2 | #MSUB -r surpack |
---|
3 | #MSUB -e surpack.out |
---|
4 | #MSUB -o surpack.out |
---|
5 | #MSUB -w |
---|
6 | #MSUB -n 1 |
---|
7 | #MSUB -T 86400 |
---|
8 | #MSUB -p gen2212 |
---|
9 | #MSUB -q xlarge |
---|
10 | |
---|
11 | |
---|
12 | set -vx |
---|
13 | cd ${HOME}/SURPACK_IPSL |
---|
14 | |
---|
15 | |
---|
16 | rm param.txt |
---|
17 | |
---|
18 | cat <<EOF > param.txt |
---|
19 | /ccc/store/cont003/dsm/p25mart/IGCM_OUT/IPSLCM5A/DEVT/piControl/TLIM23 |
---|
20 | EOF |
---|
21 | |
---|
22 | ./launch_ipsl_pack.sh param.txt |
---|
23 | |
---|
24 | |
---|
25 | date |
---|
26 | |
---|
Note: See
TracBrowser
for help on using the repository browser.