From ab25a7e296e2bfa969d2186747ff236214855293 Mon Sep 17 00:00:00 2001 From: John Zobitz Date: Wed, 4 Jun 2008 20:14:42 +0000 Subject: [PATCH] a first attempt to constrain sipnet with modis data. A new variable MODIS is defined at the get go. Not much else new. git-svn-id: svn://cgdm-bishorn.wlclient.ucar.edu/Users/sacks/temporary/sipnet.svn/trunk@75 c88c3319-8f09-0410-a662-fffcf0821eeb --- sipnet.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sipnet.c b/sipnet.c index f326047..0fde650 100755 --- a/sipnet.c +++ b/sipnet.c @@ -117,6 +117,8 @@ #define ROOTS 0 // do we model root dynamics? +#define MODIS 0 +// do we use modis FPAR data to constrain GPP? // end definitions for choosing different model structures