/[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.3 by gforget, Wed May 25 19:36:02 2011 UTC revision 1.7 by ifenty, Mon Feb 6 23:01:23 2012 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 22  C     This option is provided to allow u Line 25  C     This option is provided to allow u
25  C     on the thermodynamics component of the code only.  C     on the thermodynamics component of the code only.
26  C     Sea-ice dynamics can also be turned off at runtime  C     Sea-ice dynamics can also be turned off at runtime
27  C     using variable SEAICEuseDYNAMICS.  C     using variable SEAICEuseDYNAMICS.
28  #define SEAICE_ALLOW_DYNAMICS  #undef SEAICE_ALLOW_DYNAMICS
29    
30  C--   By default, the sea-ice package uses its own integrated bulk  C--   By default, the sea-ice package uses its own integrated bulk
31  C     formulae to compute fluxes (fu, fv, EmPmR, Qnet, and Qsw) over  C     formulae to compute fluxes (fu, fv, EmPmR, Qnet, and Qsw) over
# 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 90  C--   Seaice flooding Line 91  C--   Seaice flooding
91  #define ALLOW_SEAICE_FLOODING  #define ALLOW_SEAICE_FLOODING
92    
93  C--   By default sea ice is fresh.  Set following flag for salty ice.  C--   By default sea ice is fresh.  Set following flag for salty ice.
94  #define SEAICE_VARIABLE_SALINITY  #undef SEAICE_VARIABLE_SALINITY
95    
 c--   Enable modified sea-ice thermodynamic by Ian Fenty  
 c--   Should improve adjoint, but doesnt work so far.  
 #undef SEAICE_ALLOW_TD_IF  
96    
97    #endif /* ALLOW_SEAICE */
98  #endif /* SEAICE_OPTIONS_H */  #endif /* SEAICE_OPTIONS_H */
99    
100  CEH3 ;;; Local Variables: ***  CEH3 ;;; Local Variables: ***

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.22