source: trunk/MESOSCALE/LMD_MM_MARS/SIMU/gnome.sav/gnome_launch.les @ 134

Last change on this file since 134 was 99, checked in by aslmd, 14 years ago

LMD_LES_MARS: corrections bug valeurs nulles du flux de chaleur sensible. script llsubmit universel.

File size: 2.8 KB
Line 
1####################################################################
2# @ job_name            =       LMD_LES_MARS
3# @ job_type            =       MPICH
4# @ total_tasks         =       8
5# @ class               =       AP
6# @ environment         =       real=0;tmpdir=$(job_name).$(jobid).results
7####################################################################
8####################################################################
9####################################################################
10# @ output              =       $(job_name).$(jobid)
11# @ error               =       $(output)
12# @ blocking            =       unlimited
13# @ notification        =       never
14# @ queue
15grep "^# @" $0
16set -vx
17####################################################################
18mkdir $LOADL_STEP_INITDIR/${tmpdir}
19cd $LOADL_STEP_INITDIR/${tmpdir}
20####################################################################
21ln -sf $LOADL_STEP_INITDIR/*.exe .
22ln -sf $LOADL_STEP_INITDIR/*.def .
23ln -sf $LOADL_STEP_INITDIR/namelist.* .
24ln -sf $LOADL_STEP_INITDIR/wrfi* .   ### executer sur la frontale
25                                     ### au prealable !!!   
26####################################################################
27if [[ "${real}" == "0" ]]
28then
29  ln -sf $LOADL_STEP_INITDIR/input_* .
30else
31  ln -sf $LOADL_STEP_INITDIR/wrfb* .
32fi
33####################################################################
34declare -x MP_STACK_SIZE=640000000
35mpirun wrf.exe
36####################################################################
37####################################################################
38####################################################################
39
40
41
42####################################################################
43## @ total_tasks =16   ## ne fonctionne pas avec 241 points
44## @ total_tasks =20  ## semble mieux fonctionner... bof
45## @ total_tasks =24  ## il y a un souci a l'interface
46
47
48####################################################################
49####################################################################
50###############NE MARCHE PAS AVEC LES GRANDS DOMAINES ##############
51####################################################################
52####################################################################
53#echo "#! /bin/bash"                        > script
54#echo "ulimit -s unlimited"                >> script
55#echo "./ideal.exe"                        >> script
56#echo "mv rsl.out.0000 ideal_rsl.out.0000" >> script
57#chmod 755 script
58#mpirun ./script
59#\rm script
60####################################################################
61##declare -x MP_STACK_SIZE=64000000
62##mpirun ideal.exe      ### PB: ideal.exe est limite a un moment
63##                      ### mais mpirun ideal.exe donne des instabilites
64##ulimit -s unlimited   ### ne resout pas PB... ok 145 pas ok 201
65##./ideal.exe
66##mpirun "ulimit -s unlimited ; ./ideal.exe"
67##mv rsl.out.0000 ideal_rsl.out.0000
68####################################################################
Note: See TracBrowser for help on using the repository browser.