NAME

ircaam_profile.sh - define IRCAAM environnement

SYNOPSYS

Online usage

$ . ./ircaam_profile.sh -d directory -i indir -o outdir -t tempdir

In ${HOME}/.profile, add the following line

. ircaam_profile.sh -d directory  -i indir -o outdir -t tempdir

DESCRIPTION

define IRCAAM environnement

${IRCAAM} is the base directory of tools.

${IRCAAM_LOG} is the directory where log files will be written.

${IRCAAM_ID} is the directory where input files must be.

${IRCAAM_OD} is the directory where output files will be written.

MANPATH++

SEE ALSO

for matlab/octave environment :

ircaam_startup.m

EXAMPLES

For fplod, on aedon.locean-ipsl.upmc.fr:

$ cd /usr/home/fplod/incas/ircaam/ircaam_ws/src/
$ . ./ircaam_profile.sh \
  -d $(pwd) \
  -i /usr/temp/${LOGNAME}/ircaam_d/ \
  -o /usr/temp/${LOGNAME}/ircaam_d/ \
  -t /usr/temp/${LOGNAME}/log/

For fplod on zeus.locean-ipsl.umpc.fr:

$ cd ${HOME}/incas/ircaam/ircaam_ws/src/
$ . ./ircaam_profile.sh \
  -d $(pwd) \
  -i /usr/temp/${LOGNAME}/ircaam_d/ \
  -o /usr/temp/${LOGNAME}/ircaam_d/ \
  -t /usr/temp/${LOGNAME}/log/

FILES

original location

/usr/home/fplod/incas/ircaam/ircaam_ws/src/ircaam_profile.sh sur aedon.locean-ipsl.upmc.fr

TODO

EVOLUTIONS

++ option bavarde

++ machine dependant

++ besoin de posix

++ pas de MANPATH defini par défaut sur zeus

++ climserv

$Id: ircaam_profile.sh 7 2008-12-12 10:39:06Z pinsard $

  • move all *.sh and *.pro files to src/