|
Last change
on this file since 515 was
99,
checked in by aslmd, 15 years ago
|
|
LMD_LES_MARS: corrections bug valeurs nulles du flux de chaleur sensible. script llsubmit universel.
|
|
File size:
1.0 KB
|
| Line | |
|---|
| 1 | # @ job_name=GW_MARS |
|---|
| 2 | # @ output = $(job_name).$(jobid) |
|---|
| 3 | # @ error = $(output) |
|---|
| 4 | # @ job_type = MPICH |
|---|
| 5 | # @ total_tasks =24 |
|---|
| 6 | ## @ total_tasks =16 |
|---|
| 7 | ## @ total_tasks =8 |
|---|
| 8 | ## @ total_tasks =4 |
|---|
| 9 | # @ blocking = unlimited |
|---|
| 10 | # @ class =AP |
|---|
| 11 | ## @ class =BP |
|---|
| 12 | ## @ class =CP |
|---|
| 13 | # @ environment=tmpdir=$(job_name).$(jobid).results |
|---|
| 14 | # @ queue |
|---|
| 15 | grep "^# @" $0 |
|---|
| 16 | set -vx |
|---|
| 17 | #################################################################### |
|---|
| 18 | mkdir $LOADL_STEP_INITDIR/${tmpdir} |
|---|
| 19 | \rm GW_MARS_last |
|---|
| 20 | cd $LOADL_STEP_INITDIR |
|---|
| 21 | ln -sf ${tmpdir} GW_MARS_last |
|---|
| 22 | cd ${tmpdir} |
|---|
| 23 | #################################################################### |
|---|
| 24 | cp $LOADL_STEP_INITDIR/*.def . |
|---|
| 25 | cp $LOADL_STEP_INITDIR/wrf* . |
|---|
| 26 | cp $LOADL_STEP_INITDIR/namelist* . |
|---|
| 27 | cp $LOADL_STEP_INITDIR/levels . |
|---|
| 28 | cp $LOADL_STEP_INITDIR/input_* . |
|---|
| 29 | cp $LOADL_STEP_INITDIR/ze_hill . |
|---|
| 30 | declare -x MP_STACK_SIZE=64000000 |
|---|
| 31 | mpirun /san/home/spiga/trunk//mesoscale//LMD_MM_MARS/mpifort_64/wrf_x121_y121_z181_d1_t1_p24.exe |
|---|
| 32 | #################################################################### |
|---|
Note: See
TracBrowser
for help on using the repository browser.