/[MITgcm]/MITgcm/pkg/land/LAND_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm/pkg/land/LAND_OPTIONS.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (hide annotations) (download)
Thu Mar 11 14:41:59 2004 UTC (20 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint52n_post, checkpoint53c_post, checkpoint52l_post, checkpoint53b_pre, checkpoint52m_post, checkpoint53a_post, checkpoint53b_post, checkpoint53, checkpoint53d_pre
Changes since 1.2: +4 -1 lines
File MIME type: text/plain
new land formulation:
a) use ground enthalpy as prognostic variable to ensure exact
   energy conservation.
b) account for water temperature and for latent heat of freezing
   in all processes (rain, run-off, ground storage)
c) compute surface and ground temperature implicitly.

1 jmc 1.3 C $Header: /u/gcmpack/MITgcm/pkg/land/LAND_OPTIONS.h,v 1.2 2003/10/09 04:19:19 edhill Exp $
2 jmc 1.1 C $Name: $
3    
4     C CPP options file for Land package
5    
6 edhill 1.2 #ifndef LAND_OPTIONS_H
7     #define LAND_OPTIONS_H
8     #include "PACKAGES_CONFIG.h"
9 jmc 1.1 #ifdef ALLOW_LAND
10    
11 edhill 1.2 #include "CPP_OPTIONS.h"
12    
13 jmc 1.1 C allow time average diagnostic:
14     #define ALLOW_LAND_TAVE
15 jmc 1.3
16     C to reproduce results from version.1 (not conserving heat)
17     #undef LAND_OLD_VERSION
18 jmc 1.1
19     #endif /* ALLOW_LAND */
20 edhill 1.2 #endif /* LAND_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22