source: trunk/MESOSCALE_DEV/WORK/gnome.sav/gnome_launch.meso.ideal.seq @ 250

Last change on this file since 250 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: 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
9grep "^# @" $0
10set -vx
11####################################################################
12mkdir $LOADL_STEP_INITDIR/${tmpdir}
13cd $LOADL_STEP_INITDIR/${tmpdir}
14####################################################################
15ln -sf  $LOADL_STEP_INITDIR/*.exe      .
16cp      $LOADL_STEP_INITDIR/*.def      .
17#cp      $LOADL_STEP_INITDIR/wrf*       .
18cp      $LOADL_STEP_INITDIR/namelist*  .
19cp      $LOADL_STEP_INITDIR/levels     .
20cp      $LOADL_STEP_INITDIR/input_*    .
21cp      $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.