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 |
---|
21 | grep "^# @" $0 |
---|
22 | set -vx |
---|
23 | ####################################################################### |
---|
24 | mkdir $LOADL_STEP_INITDIR/${tmpdir} |
---|
25 | cd $LOADL_STEP_INITDIR |
---|
26 | \rm zeLAST |
---|
27 | ln -sf ${tmpdir} zeLAST |
---|
28 | cd zeLAST |
---|
29 | ####################################################################### |
---|
30 | cp $LOADL_STEP_INITDIR/*.def . |
---|
31 | cp $LOADL_STEP_INITDIR/*.exe . |
---|
32 | cp $LOADL_STEP_INITDIR/namelist* . |
---|
33 | cp $LOADL_STEP_INITDIR/wrfi* . ### executer sur la frontale |
---|
34 | ### au prealable !!! |
---|
35 | ####################################################################### |
---|
36 | if [[ "${real}" == "0" ]] |
---|
37 | then |
---|
38 | cp $LOADL_STEP_INITDIR/input_* . |
---|
39 | cp $LOADL_STEP_INITDIR/ze_hill . ## topo |
---|
40 | cp $LOADL_STEP_INITDIR/levels . ## custom vert levels |
---|
41 | else |
---|
42 | ln -sf $LOADL_STEP_INITDIR/wrfb* . |
---|
43 | fi |
---|
44 | ####################################################################### |
---|
45 | ideal.exe ### marche pas en parallele, pb avec execution ensuite |
---|
46 | ####################################################################### |
---|