Last change
on this file since 86 was
80,
checked in by aslmd, 14 years ago
|
USERS: ajout 2 personnes
LMD_MM_MARS: changements mineurs
- fichiers de reglages dans 'newphys_tracers' pour test THARSIS_new_water_cycle [concluant]
- ajout de callphys.def.mars11.radact
- ajouts des launchers sur GNOME pour sequentiel et parallele
- changement script runmeso suite a revision 79 (correction bug datadir)
- tests d'une option 'caps' mesoscale dans meso_physiq
|
File size:
864 bytes
|
Line | |
---|
1 | # @ job_name=GW_MARS |
---|
2 | # @ output = $(job_name).$(jobid) |
---|
3 | # @ error = $(output) |
---|
4 | # @ job_type = serial |
---|
5 | # @ class = A |
---|
6 | # @ environment=tmpdir=$(job_name).$(jobid).results |
---|
7 | ## @ resources = ConsumableCpus(1)ConsumableMemory(24gb) |
---|
8 | # @ queue |
---|
9 | grep "^# @" $0 |
---|
10 | set -vx |
---|
11 | #################################################################### |
---|
12 | mkdir $LOADL_STEP_INITDIR/${tmpdir} |
---|
13 | cd $LOADL_STEP_INITDIR/${tmpdir} |
---|
14 | #################################################################### |
---|
15 | ln -sf $LOADL_STEP_INITDIR/*.exe . |
---|
16 | cp $LOADL_STEP_INITDIR/*.def . |
---|
17 | #cp $LOADL_STEP_INITDIR/wrf* . |
---|
18 | cp $LOADL_STEP_INITDIR/namelist* . |
---|
19 | cp $LOADL_STEP_INITDIR/levels . |
---|
20 | cp $LOADL_STEP_INITDIR/input_* . |
---|
21 | cp $LOADL_STEP_INITDIR/ze_hill . |
---|
22 | ./ideal.exe > log_ideal |
---|
23 | ./wrf.exe > log_wrf |
---|
24 | #################################################################### |
---|
Note: See
TracBrowser
for help on using the repository browser.