https://github.com/geodynamics/citcoms
Revision 5684b7e0eec0148287196e2e4fcc2a2d3f0a48e7 authored by Eh Tan on 19 January 2005, 10:01:41 UTC, committed by Eh Tan on 19 January 2005, 10:01:41 UTC
1 parent be8301b
Raw File
Tip revision: 5684b7e0eec0148287196e2e4fcc2a2d3f0a48e7 authored by Eh Tan on 19 January 2005, 10:01:41 UTC
added binding to tracer_advection()
Tip revision: 5684b7e
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