source: trunk/mesoscale/LMD_MM_MARS/SIMU/launch.gnome @ 100

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

LMD_LES_MARS: portage sur gnome, tests memoires et solution pour le probleme de l'initialisation pour les tres grands domaines (281x281x201 et plus, cf. launch.gnome.ideal)

File size: 2.3 KB
Line 
1#######################################################################
2####################################################################### nom
3# @ job_name            =       LMD_LES_MARS
4####################################################################### real ou ideal ???
5# @ environment         =       real=0 ; tmpdir=$(job_name).$(jobid)
6####################################################################### MPICH / serial
7# @ job_type            =       MPICH
8####################################################################### 8 / 16 / 20 / 32 / 64
9# @ total_tasks         =       8               
10####################################################################### A / B / C / AP / BP / CP
11# @ class               =       AP             
12####################################################################### 24gb
13# @ resources           =       ConsumableCpus(1)ConsumableMemory(1gb) 
14#######################################################################
15
16
17#######################################################################
18#######################################################################
19# @ output              =       $(job_name).$(jobid)/LOG
20# @ error               =       $(output)
21# @ blocking            =       unlimited
22# @ notification        =       never
23# @ queue
24grep "^# @" $0
25set -vx
26#######################################################################
27mkdir $LOADL_STEP_INITDIR/${tmpdir}
28cd $LOADL_STEP_INITDIR
29\rm zeLAST
30ln -sf ${tmpdir} zeLAST
31cd zeLAST
32#######################################################################
33cp      $LOADL_STEP_INITDIR/*.def       .
34cp      $LOADL_STEP_INITDIR/*.exe       .
35cp      $LOADL_STEP_INITDIR/namelist*   .
36cp      $LOADL_STEP_INITDIR/wrfi*       .       ### executer sur la frontale
37                                                ### au prealable !!!
38#######################################################################
39if [[ "${real}" == "0" ]]
40then
41  cp    $LOADL_STEP_INITDIR/input_*     .
42  cp    $LOADL_STEP_INITDIR/ze_hill     .       ## topo
43  cp    $LOADL_STEP_INITDIR/levels      .       ## custom vert levels
44  ##mpirun ideal.exe ##marche pas
45  ##mkdir ideal
46  ##mv rsl.* ideal/
47else
48  ln -sf $LOADL_STEP_INITDIR/wrfb* .
49fi
50#######################################################################
51#declare -x MP_STACK_SIZE=640000000
52#declare -x MP_STACK_SIZE=64000000
53#######################################################################
54mpirun wrf.exe
55#######################################################################
Note: See TracBrowser for help on using the repository browser.