Last change
on this file since 1005 was
38,
checked in by emillour, 14 years ago
|
Ajout du modè Martien (mon LMDZ.MARS.BETA, du 28/01/2011) dans le rértoire mars, pour pouvoir suivre plus facilement les modifs.
EM
|
File size:
545 bytes
|
Line | |
---|
1 | # Script to submit simulations with the LMD MARS GCM on |
---|
2 | # a farm of computers using the run manager named "Torque". |
---|
3 | # To run it, just type |
---|
4 | # > qsub run_farm |
---|
5 | |
---|
6 | # Shell |
---|
7 | #PBS -S /bin/bash |
---|
8 | # Job Name |
---|
9 | #PBS -N run_mars |
---|
10 | # Merge output and error logs |
---|
11 | #PBS -j oe |
---|
12 | |
---|
13 | #################################### |
---|
14 | # SELECT HERE THE RUN DURATION CLASS : |
---|
15 | # Queue std(6h) / day / week /infini |
---|
16 | |
---|
17 | #PBS -q std |
---|
18 | |
---|
19 | # Go to present working directory |
---|
20 | cd $PBS_O_WORKDIR |
---|
21 | |
---|
22 | # SELECT HERE THE TYPE OF SCRIPT TO USE : "run0" OR "run_mcd" |
---|
23 | |
---|
24 | run0 |
---|
25 | |
---|
26 | #################################### |
---|
27 | |
---|
28 | |
---|
Note: See
TracBrowser
for help on using the repository browser.