source: trunk/MESOSCALE_DEV/WORK/gnome.sav/gnome_launch.meso.ideal.mpich @ 207

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