Last change
on this file since 4249 was
4247,
checked in by dubos, 4 years ago
|
simple_physics : fix install_DYNAMICO.sh
|
-
Property svn:executable set to
*
|
File size:
512 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | |
---|
3 | echo "Usage : $0 username" |
---|
4 | echo " where username will be used to download XIOS and DYNAMICO from forge.ipsl.fr via svn+ssh" |
---|
5 | |
---|
6 | USER=$1 |
---|
7 | echo "Fetching DYNAMICO and XIOS from forge.ipsl.fr as $USER" |
---|
8 | |
---|
9 | rm -rf modeles/XIOS modeles/DYNAMICO |
---|
10 | cd modeles |
---|
11 | svn co "svn+ssh://${USER}@forge.ipsl.jussieu.fr/ipsl/forge/projets/ioserver/svn/XIOS/trunk" -r 1659 XIOS |
---|
12 | cp -pr ../patch/XIOS/arch/* XIOS/arch/ |
---|
13 | svn co "svn+ssh://${USER}@forge.ipsl.jussieu.fr/ipsl/forge/projets/dynamico/svn/codes/icosagcm/devel" DYNAMICO |
---|
Note: See
TracBrowser
for help on using the repository browser.