Last change
on this file since 1247 was
1180,
checked in by aslmd, 11 years ago
|
MESOSCALE. a few operational minor modifications. and titus cap is now on by default for old physics runs.
|
-
Property svn:executable set to
*
|
File size:
350 bytes
|
Line | |
---|
1 | #PBS -S /bin/bash |
---|
2 | #PBS -j oe |
---|
3 | #PBS -q infini |
---|
4 | #PBS -N BIGLES_DD |
---|
5 | #PBS -l "nodes=1:ppn=16" |
---|
6 | #PBS -l "mem=64gb" |
---|
7 | |
---|
8 | ####### prep run |
---|
9 | cd $PBS_O_WORKDIR |
---|
10 | \rm *rsl.* 2> /dev/null |
---|
11 | \rm wrfo* 2> /dev/null |
---|
12 | |
---|
13 | ## LE LANCER EN INTERACTIF |
---|
14 | #\rm wrfi* 2> /dev/null |
---|
15 | #./ideal.exe |
---|
16 | #mv rsl.out.0000 ideal_rsl.out.0000 |
---|
17 | |
---|
18 | ####### run |
---|
19 | ulimit -s unlimited |
---|
20 | mpirun wrf.exe |
---|
Note: See
TracBrowser
for help on using the repository browser.