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

Last change on this file since 4232 was 4231, checked in by dubos, 5 years ago

simple_physics : DYNAMICO driver (TBC)

  • Property svn:executable set to *
File size: 453 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/*
10cd modeles
11svn co "svn+ssh://${USER}@forge.ipsl.jussieu.fr/ipsl/forge/projets/ioserver/svn/XIOS/trunk" -r 1659 XIOS
12svn 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.