Last change
on this file since 1243 was
1024,
checked in by aslmd, 11 years ago
|
LMDZ.COMMON. Added the posssibility for 3D runs without dynamics (precompiling flag NODYN). Added simple nudging (zonal wind for Saturn, but easy to extend). updated arch files for gnome with -auto. LMDZ.UNIVERSAL. Updated READMEs and latest def files (NB: saturn_tropostrato_128x96x64 and saturn_tropostrato_256x192x64 still experimental).
|
File size:
1.6 KB
|
Rev | Line | |
---|
[852] | 1 | ####################################################################### |
---|
| 2 | ####################################################################### nom |
---|
[1024] | 3 | # @ job_name = LMDZ_UNIVERSAL |
---|
[852] | 4 | ####################################################################### MPICH / serial |
---|
| 5 | # @ job_type = MPICH |
---|
| 6 | ####################################################################### 8 / 16 / 20 / 32 / 64 |
---|
[1024] | 7 | # @ total_tasks = 16 |
---|
| 8 | ####################################################################### A / B / C / AP / BP / CP / PP |
---|
| 9 | # @ class = PP |
---|
[852] | 10 | ####################################################################### 24gb (cf. llps pendant fonctionnement) |
---|
| 11 | # @ resources = ConsumableCpus(1)ConsumableMemory(3000mb) |
---|
| 12 | ####################################################################### real ou ideal ??? |
---|
| 13 | # @ environment = tmpdir=$(job_name).$(jobid) ; para=$(job_type) |
---|
| 14 | ####################################################################### |
---|
| 15 | |
---|
| 16 | ####################################################################### |
---|
| 17 | ####################################################################### |
---|
| 18 | # @ output = $(job_name).$(jobid)/LOG |
---|
| 19 | # @ error = $(output) |
---|
| 20 | # @ blocking = unlimited |
---|
| 21 | # @ notification = never |
---|
| 22 | # @ queue |
---|
| 23 | grep "^# @" $0 |
---|
| 24 | set -vx |
---|
| 25 | ####################################################################### |
---|
| 26 | cp -rf PROTO/* $LOADL_STEP_INITDIR/${tmpdir} |
---|
| 27 | cd $LOADL_STEP_INITDIR |
---|
| 28 | \rm zeLAST |
---|
| 29 | ln -sf ${tmpdir} zeLAST |
---|
| 30 | cd zeLAST |
---|
| 31 | ####################################################################### |
---|
| 32 | if [[ "${para}" == "MPICH" ]] |
---|
| 33 | then |
---|
| 34 | mpirun gcm.e |
---|
| 35 | else |
---|
| 36 | gcm.e |
---|
| 37 | fi |
---|
| 38 | ####################################################################### |
---|
Note: See
TracBrowser
for help on using the repository browser.