C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/pkg/land/LAND_OPTIONS.h,v 1.5 2005/08/24 23:20:35 jmc Exp $ C $Name: $ C CPP options file for Land package #ifndef LAND_OPTIONS_H #define LAND_OPTIONS_H #include "PACKAGES_CONFIG.h" #ifdef ALLOW_LAND #include "CPP_OPTIONS.h" #ifdef ALLOW_TIMEAVE C allow time average diagnostic: # define ALLOW_LAND_TAVE #endif C to write debugging diagnostics: #undef LAND_DEBUG C to reproduce results from version.1 (not conserving heat) #undef LAND_OLD_VERSION #endif /* ALLOW_LAND */ #endif /* LAND_OPTIONS_H */