source: trunk/mesoscale/LMD_MM_MARS/SIMU/launch.gnome.ideal @ 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.0 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            =       serial
8####################################################################### A / B / C / AP / BP / CP
9# @ class               =       A               
10####################################################################### 16gb OK jusque 281 (non teste plus loin)
11# @ resources           =       ConsumableCpus(1)ConsumableMemory(16gb) 
12#######################################################################
13
14
15#######################################################################
16#######################################################################
17# @ output              =       $(job_name).$(jobid)/LOG
18# @ error               =       $(output)
19# @ notification        =       never
20# @ queue
21grep "^# @" $0
22set -vx
23#######################################################################
24mkdir $LOADL_STEP_INITDIR/${tmpdir}
25cd $LOADL_STEP_INITDIR
26\rm zeLAST
27ln -sf ${tmpdir} zeLAST
28cd zeLAST
29#######################################################################
30cp      $LOADL_STEP_INITDIR/*.def       .
31cp      $LOADL_STEP_INITDIR/*.exe       .
32cp      $LOADL_STEP_INITDIR/namelist*   .
33cp      $LOADL_STEP_INITDIR/wrfi*       .       ### executer sur la frontale
34                                                ### au prealable !!!
35#######################################################################
36if [[ "${real}" == "0" ]]
37then
38  cp    $LOADL_STEP_INITDIR/input_*     .
39  cp    $LOADL_STEP_INITDIR/ze_hill     .       ## topo
40  cp    $LOADL_STEP_INITDIR/levels      .       ## custom vert levels
41else
42  ln -sf $LOADL_STEP_INITDIR/wrfb* .
43fi
44#######################################################################
45ideal.exe    ### marche pas en parallele, pb avec execution ensuite
46#######################################################################
Note: See TracBrowser for help on using the repository browser.