https://github.com/geodynamics/citcoms
Revision bfc2759626860c276a7dd81a03c056c536afc9e7 authored by Eh Tan on 25 May 2005, 04:28:12 UTC, committed by Eh Tan on 25 May 2005, 04:28:12 UTC
1 parent 5bea2ba
Raw File
Tip revision: bfc2759626860c276a7dd81a03c056c536afc9e7 authored by Eh Tan on 25 May 2005, 04:28:12 UTC
a utility script to slize horizontal layers from CitcomS output. See docstring
Tip revision: bfc2759
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