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

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

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


Revision 1.3 - (show annotations) (download)
Thu Mar 11 14:41:59 2004 UTC (20 years, 4 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 C $Header: /u/gcmpack/MITgcm/pkg/land/LAND_OPTIONS.h,v 1.2 2003/10/09 04:19:19 edhill Exp $
2 C $Name: $
3
4 C CPP options file for Land package
5
6 #ifndef LAND_OPTIONS_H
7 #define LAND_OPTIONS_H
8 #include "PACKAGES_CONFIG.h"
9 #ifdef ALLOW_LAND
10
11 #include "CPP_OPTIONS.h"
12
13 C allow time average diagnostic:
14 #define ALLOW_LAND_TAVE
15
16 C to reproduce results from version.1 (not conserving heat)
17 #undef LAND_OLD_VERSION
18
19 #endif /* ALLOW_LAND */
20 #endif /* LAND_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22