Last change
on this file since 4247 was
4243,
checked in by dubos, 5 years ago
|
simple_physics : output SW fluxes
|
-
Property svn:executable set to
*
|
File size:
421 bytes
|
Rev | Line | |
---|
[4231] | 1 | #!/bin/bash |
---|
| 2 | |
---|
| 3 | echo "Usage : $0 arch" |
---|
| 4 | echo " where arch is the architecture name passed to the build scripts" |
---|
| 5 | |
---|
[4232] | 6 | echo "$0 $*" > rebuild_DYNAMICO.sh |
---|
| 7 | chmod a+x rebuild_DYNAMICO.sh |
---|
| 8 | |
---|
[4231] | 9 | ARCH=$1 |
---|
| 10 | |
---|
| 11 | cd modeles/XIOS |
---|
| 12 | ./make_xios --arch $ARCH --job 8 |
---|
| 13 | |
---|
| 14 | cd ../DYNAMICO |
---|
| 15 | ./make_icosa -arch $ARCH -parallel mpi -with_xios -job 8 |
---|
[4243] | 16 | #./make_icosa -arch $ARCH -parallel mpi -with_xios -job 8 -debug |
---|
[4231] | 17 | |
---|
| 18 | cd ../DYNAMICO_phyparam |
---|
| 19 | ./make_dynamico_phyparam |
---|
Note: See
TracBrowser
for help on using the repository browser.