/* $Header: /afs/andrew.cmu.edu/cit/meche/airshed/rcs/multiscale/common/parameter_2.h.bigger,v 1.2 1994/07/18 19:07:15 kw27 Exp $ */

/* $Log: parameter_2.h.bigger,v $
# Revision 1.2  1994/07/18  19:07:15  kw27
# Drew -- Added dummy CVS (RCS) headers to all files so that they will all have
# revision information in them.
# */

/************************************************************************
 *				*** CAUTION ***				*
 *									*
 *	NGMX, NGMY, NGMZ, NSMAX and LBIGRC must have values same as in 	*
 *	"parameter.h"							*
 *									*
 ************************************************************************/

#define NGMX		253		/* no. of columns in global mesh */
#define NGMY		205		/* no. of rows in global mesh */
#define NGMZ             5              /* no. of vertical cells */
#define NSMAX 		35		/* max. no. of species */
#define LBIGRC		NGMX		/* max. of NGMX and NGMY */
#define MAXRATIO         4
