source: trunk/mesoscale/LMD_MM_MARS/SIMU/gnome_launch.meso.ideal.seq @ 86

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
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.