|
Last change
on this file since 287 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:
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 |
|---|
| 9 | grep "^# @" $0 |
|---|
| 10 | set -vx |
|---|
| 11 | #################################################################### |
|---|
| 12 | mkdir $LOADL_STEP_INITDIR/${tmpdir} |
|---|
| 13 | cd $LOADL_STEP_INITDIR/${tmpdir} |
|---|
| 14 | #################################################################### |
|---|
| 15 | ln -sf $LOADL_STEP_INITDIR/*.exe . |
|---|
| 16 | cp $LOADL_STEP_INITDIR/*.def . |
|---|
| 17 | #cp $LOADL_STEP_INITDIR/wrf* . |
|---|
| 18 | cp $LOADL_STEP_INITDIR/namelist* . |
|---|
| 19 | cp $LOADL_STEP_INITDIR/levels . |
|---|
| 20 | cp $LOADL_STEP_INITDIR/input_* . |
|---|
| 21 | cp $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.