source: tags/ORCHIDEE_1_9_6/ORCHIDEE_OL/ENSEMBLE/install @ 2111

Last change on this file since 2111 was 133, checked in by martial.mancip, 13 years ago

New ENSEMBLE type global script. Generalization of FLUXNET sites script.

  • 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.