/[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.19.6.1 by dimitri, Thu Feb 13 19:28:37 2003 UTC revision 1.19.6.2 by heimbach, Fri Mar 7 05:31:47 2003 UTC
# Line 28  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
# Line 148  C   Note - only works with  #undef NO_SL Line 163  C   Note - only works with  #undef NO_SL
163  C          because the old code did not have no-slip BCs  C          because the old code did not have no-slip BCs
164  #undef  OLD_UV_GEOMETRY  #undef  OLD_UV_GEOMETRY
165    
166    C o Include/exclude IERS Special Bureau for the Oceans diagnostics
167    #undef  ALLOW_SBO
168    
169  C o Include/exclude code for sea-ice model  C o Include/exclude code for sea-ice model
170  #undef  ALLOW_SEAICE  #undef  ALLOW_SEAICE
171    
# Line 159  C o Include/exclude code specific to the Line 177  C o Include/exclude code specific to the
177  #ifdef INCLUDE_ECCO_PACKAGE  #ifdef INCLUDE_ECCO_PACKAGE
178  #include "ECCO_CPPOPTIONS.h"  #include "ECCO_CPPOPTIONS.h"
179  #endif  #endif
180    

Legend:
Removed from v.1.19.6.1  
changed lines
  Added in v.1.19.6.2

  ViewVC Help
Powered by ViewVC 1.1.22