/[MITgcm]/MITgcm/model/inc/CPP_OPTIONS.h
ViewVC logotype

Diff of /MITgcm/model/inc/CPP_OPTIONS.h

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

revision 1.17.2.1 by jmc, Fri Mar 30 22:18:17 2001 UTC revision 1.21 by cheisey, Thu Nov 21 19:11:42 2002 UTC
# Line 10  C $Name$ Line 10  C $Name$
10    
11  C  C
12    
13  C  CBOP
14    C !ROUTINE: CPP_OPTIONS.h
15    C !INTERFACE:
16    C include "CPP_OPTIONS.h"
17    C !DESCRIPTION:
18  C CPP flags controlling which code in included in the files that  C CPP flags controlling which code in included in the files that
19  C will be compiled.  C will be compiled.
20  C  CEOP
21    
22  C o Include/exclude code for AIM package  C o Include/exclude code for AIM package
23  #undef  ALLOW_AIM  #undef  ALLOW_AIM
# Line 24  C o Include/exclude code for GM/Redi par Line 28  C o Include/exclude code for GM/Redi par
28  C o Include/exclude code for KPP mixing scheme  C o Include/exclude code for KPP mixing scheme
29  #define  ALLOW_KPP  #define  ALLOW_KPP
30    
31    cswdblk --- add ---
32    C o Include/exclude code for bulk formula
33    #define  ALLOW_BULK_FORCE
34    #ifdef ALLOW_BULK_FORCE
35    cswdice -- add ---
36    C o allow seaice
37    #define ALLOW_THERM_SEAICE
38    cswdice -- end add ---
39    
40    C o try to conserve qnet and emp
41    #define CONSERV_BULKF
42    #endif
43    cswdblk -- end add ---
44    
45    
46  C o Shortwave heating as extra term in external_forcing.F  C o Shortwave heating as extra term in external_forcing.F
47  #ifdef ALLOW_KPP  #ifdef ALLOW_KPP
48  #define  SHORTWAVE_HEATING  #define  SHORTWAVE_HEATING

Legend:
Removed from v.1.17.2.1  
changed lines
  Added in v.1.21

  ViewVC Help
Powered by ViewVC 1.1.22