https://github.com/geodynamics/citcoms
Revision b2d0398c601fbc4cdf653ab17b52e24772259850 authored by Eunseo Choi on 28 May 2005, 12:27:24 UTC, committed by Eunseo Choi on 28 May 2005, 12:27:24 UTC
* The real default values are assigned in setProperties.cc
* The distance calculation in "construct_tic_from_input" modified.
* A bug in non-dimensionalizing half_space_age fixed.

1 parent caca20a
Raw File
Tip revision: b2d0398c601fbc4cdf653ab17b52e24772259850 authored by Eunseo Choi on 28 May 2005, 12:27:24 UTC
* If a user doesn't specify "blob_center", assign [-999.,-999.,-999] as a default values in IC.py.
Tip revision: b2d0398
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