source: dynamico_lmdz/simple_physics/config/DYNAMICO/install_DYNAMICO.sh @ 4249

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
3echo "Usage : $0 username"
4echo " where username will be used to download XIOS and DYNAMICO from forge.ipsl.fr via svn+ssh"
5
6USER=$1
7echo "Fetching DYNAMICO and XIOS from forge.ipsl.fr as $USER"
8
9rm -rf modeles/XIOS modeles/DYNAMICO
10cd modeles
11svn co "svn+ssh://${USER}@forge.ipsl.jussieu.fr/ipsl/forge/projets/ioserver/svn/XIOS/trunk" -r 1659 XIOS
12cp -pr ../patch/XIOS/arch/* XIOS/arch/
13svn 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.