/[MITgcm]/MITgcm/verification/1D_ocean_ice_column/code/SEAICE_OPTIONS.h
ViewVC logotype

Diff of /MITgcm/verification/1D_ocean_ice_column/code/SEAICE_OPTIONS.h

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

revision 1.4 by ifenty, Sun Jun 19 00:06:28 2011 UTC revision 1.5 by jmc, Sat Dec 24 01:17:50 2011 UTC
# Line 1  Line 1 
1  C $Header$  C $Header$
2  C $Name$  C $Name$
3    
4  C     /==========================================================\  C     *==========================================================*
5  C     | SEAICE_OPTIONS.h                                         |  C     | SEAICE_OPTIONS.h
6  C     | o CPP options file for sea ice package.                  |  C     | o CPP options file for sea ice package.
7  C     |==========================================================|  C     *==========================================================*
8  C     | Use this file for selecting options within the sea ice   |  C     | Use this file for selecting options within the sea ice
9  C     | package.                                                 |  C     | package.
10  C     \==========================================================/  C     *==========================================================*
11    
12  #ifndef SEAICE_OPTIONS_H  #ifndef SEAICE_OPTIONS_H
13  #define SEAICE_OPTIONS_H  #define SEAICE_OPTIONS_H
14  #include "PACKAGES_CONFIG.h"  #include "PACKAGES_CONFIG.h"
15  #include "CPP_OPTIONS.h"  #include "CPP_OPTIONS.h"
16    
17    #ifdef ALLOW_SEAICE
18    C     Package-specific Options & Macros go here
19    
20  C--   Write "text-plots" of certain fields in STDOUT for debugging.  C--   Write "text-plots" of certain fields in STDOUT for debugging.
21  #undef SEAICE_DEBUG  #undef SEAICE_DEBUG
22    
# Line 40  C     Therefore it is not possible to sw Line 43  C     Therefore it is not possible to sw
43  C     in the middle of an integration.  C     in the middle of an integration.
44  #undef SEAICE_MULTICATEGORY  #undef SEAICE_MULTICATEGORY
45  #undef SEAICE_MODIFY_GROWTH_ADJ  #undef SEAICE_MODIFY_GROWTH_ADJ
46  #undef SEAICE_SIMPLIFY_GROWTH_ADJ  #undef SEAICE_SIMPLIFY_GROWTH_ADJ
47    
48  c     Use the McPhee Ocean-Ice heat flux  c     Use the McPhee Ocean-Ice heat flux
49  #define MCPHEE_OCEAN_ICE_HEAT_FLUX  #define MCPHEE_OCEAN_ICE_HEAT_FLUX
# Line 53  c     Use the McPhee Ocean-Ice heat flux Line 56  c     Use the McPhee Ocean-Ice heat flux
56    
57  #undef SEAICE_ADD_SUBLIMATION_TO_FWBUDGET  #undef SEAICE_ADD_SUBLIMATION_TO_FWBUDGET
58    
   
   
59  C--   By default cdm wind stress under sea-ice is set to the  C--   By default cdm wind stress under sea-ice is set to the
60  C     same value as it would be if there was no sea-ice.  C     same value as it would be if there was no sea-ice.
61  C     This is a placeholder until a more physically-sensible  C     This is a placeholder until a more physically-sensible
# Line 96  c--   Enable modified sea-ice thermodyna Line 97  c--   Enable modified sea-ice thermodyna
97  c--   Should improve adjoint, but doesnt work so far.  c--   Should improve adjoint, but doesnt work so far.
98  #undef SEAICE_ALLOW_TD_IF  #undef SEAICE_ALLOW_TD_IF
99    
100    #endif /* ALLOW_SEAICE */
101  #endif /* SEAICE_OPTIONS_H */  #endif /* SEAICE_OPTIONS_H */
102    
103  CEH3 ;;; Local Variables: ***  CEH3 ;;; Local Variables: ***

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22