https://github.com/geodynamics/citcoms
Revision d32399db6ec86c3475639b6d665211bb90ca1292 authored by Eh Tan on 18 May 2005, 08:57:44 UTC, committed by Eh Tan on 18 May 2005, 08:57:44 UTC
1 parent 967656e
Raw File
Tip revision: d32399db6ec86c3475639b6d665211bb90ca1292 authored by Eh Tan on 18 May 2005, 08:57:44 UTC
test for coupled run
Tip revision: d32399d
citcoms_profile
#!/bin/sh
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# <LicenseText>
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#


#export GEOFRAMEWORK=
export CITCOMSHOME=$GEOFRAMEWORK/packages/CitcomS
export PATH=$CITCOMSHOME/visual:$PATH

if [ x$DXMACROS = "x" ]; then
	export DXMACROS=""
fi

export DXMACROS=$CITCOMSHOME/visual/OpenDXMacro:$DXMACROS


# version
# $Id: citcoms_profile,v 1.1 2004/06/02 21:49:37 tan2 Exp $

# End of file
back to top