source: dynamico_lmdz/simple_physics/config/DYNAMICO/build_DYNAMICO.sh @ 4247

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
RevLine 
[4231]1#!/bin/bash
2
3echo "Usage : $0 arch"
4echo " where arch is the architecture name passed to the build scripts"
5
[4232]6echo "$0 $*" > rebuild_DYNAMICO.sh
7chmod a+x rebuild_DYNAMICO.sh
8
[4231]9ARCH=$1
10
11cd modeles/XIOS
12./make_xios --arch $ARCH --job 8
13
14cd ../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
18cd ../DYNAMICO_phyparam
19./make_dynamico_phyparam
Note: See TracBrowser for help on using the repository browser.