source: trunk/mesoscale/LMD_MM_MARS/SIMU/gnome.sav/gnome_launch.meso @ 99

Last change on this file since 99 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: 982 bytes
Line 
1# @ job_name=LMD_MM_MARS
2# @ output = $(job_name).$(jobid)
3# @ error = $(output)
4# @ job_type = MPICH
5# @ total_tasks=32
6## @ total_tasks=24
7## @ total_tasks =16
8## @ total_tasks =8
9## @ total_tasks =4
10# @ blocking = unlimited
11# @ class =AP
12## @ class =BP
13## @ class =CP
14# @ environment=tmpdir=$(job_name).$(jobid).results
15# @ notification = never
16# @ queue
17grep "^# @" $0
18set -vx
19####################################################################
20mkdir $LOADL_STEP_INITDIR/${tmpdir}
21cd $LOADL_STEP_INITDIR/${tmpdir}
22####################################################################
23ln -sf  $LOADL_STEP_INITDIR/*.def      .
24ln -sf  $LOADL_STEP_INITDIR/wrfb*      .
25ln -sf  $LOADL_STEP_INITDIR/wrfi*      .
26ln -sf  $LOADL_STEP_INITDIR/namelist*  .
27declare -x MP_STACK_SIZE=64000000
28ln -sf /san/home/spiga/trunk//mesoscale/LMD_MM_MARS/newphys_mpifort_64/wrf_x241_y241_z61_d1_t4_p32.exe wrf.exe
29mpirun wrf.exe
30####################################################################
Note: See TracBrowser for help on using the repository browser.