https://github.com/geodynamics/citcoms
Revision 0085e638d888859d800e309088cf4163fabc5d52 authored by Thorsten Becker on 28 February 2009, 21:23:21 UTC, committed by Thorsten Becker on 28 February 2009, 21:23:21 UTC
ic_method_for_flavors=1 but overrides restart settings for tracers. This allows a compositional
restart of a purely thermal run.


1 parent a9ab99d
Raw File
Tip revision: 0085e638d888859d800e309088cf4163fabc5d52 authored by Thorsten Becker on 28 February 2009, 21:23:21 UTC
Added ic_method_for_flavors=2, which works like the ggrd based tracer flavor init method
Tip revision: 0085e63
exceptions.c
/*
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// 
//<LicenseText>
//
// CitcomS.py by Eh Tan, Eun-seo Choi, and Pururav Thoutireddy.
// Copyright (C) 2002-2005, California Institute of Technology.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
//
//</LicenseText>
// 
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/ 

#include <Python.h>

PyObject *pyCitcom_runtimeError = 0;
 
/* $Id$ */

/* End of file */
back to top