|
Last change
on this file was
48,
checked in by aslmd, 15 years ago
|
|
LMD_MM_MARS: preparation test physique synchronisee GCM-mesoscale [cf commit precedent]
|
|
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.