source: trunk/MESOSCALE/LMDZ.MARS/in_lmdz_mars/deftank/run_farm @ 3241

Last change on this file since 3241 was 57, checked in by aslmd, 14 years ago

mineur LMD_MM_MARS: ajout du GCM ancienne physique, systeme maintenant complet sur SVN (ne manque que la base de donnees d'etats initiaux)

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
20cd  $PBS_O_WORKDIR
21
22# SELECT HERE THE TYPE OF SCRIPT TO USE : "run0" OR "run_mcd"
23
24run0
25
26####################################
27
28
Note: See TracBrowser for help on using the repository browser.