source: branches/ORCHIDEE_EXT/ORCHIDEE_OL/ENSEMBLE/install @ 262

Last change on this file since 262 was 262, checked in by didier.solyga, 14 years ago

Add ENSEMBLE from the trunk version in ORCHIDEE_OL (the previous ENSEMBLE was FLUXNET)

  • Property svn:executable set to *
File size: 254 bytes
Line 
1#!/bin/ksh
2# $Id: install,v 1.2 2008/12/03 11:32:45 ssipsl Exp $
3
4d_n=$(dirname ${0});
5
6F_MOD=$(cd ${d_n}'/../../..';/bin/pwd;)
7\sed -e "s%::modipsl::%${F_MOD}%" \
8     Job_ENSEMBLE > Job_ENSEMBLE_
9\mv Job_ENSEMBLE_ Job_ENSEMBLE
10\chmod u+x Job_ENSEMBLE
Note: See TracBrowser for help on using the repository browser.