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

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

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

revision 1.5 by ifenty, Thu Jun 23 17:59:16 2011 UTC revision 1.9 by gforget, Sat Feb 11 03:48:51 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 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
   
 c     Use the McPhee Ocean-Ice heat flux  
 #define MCPHEE_OCEAN_ICE_HEAT_FLUX  
 #define GRADIENT_MIXED_LAYER_TURBULENCE_FACTOR  
   
 #define SEAICE_DO_OPEN_WATER_GROWTH  
 #define SEAICE_DO_OPEN_WATER_MELT  
   
 #define FENTY_AREA_EXPANSION_CONTRACTION  
   
 #undef SEAICE_ADD_SUBLIMATION_TO_FWBUDGET  
   
47    
48    C--   Since the missing sublimation term is now included
49    C     this flag is needed for backward compatibility
50    #define SEAICE_DISABLE_SUBLIM
51    
52  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
53  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.
# Line 67  C     following options are available. Line 61  C     following options are available.
61  #undef SEAICE_ORIGINAL_BAD_ICE_STRESS  #undef SEAICE_ORIGINAL_BAD_ICE_STRESS
62  #undef SEAICE_TEST_ICE_STRESS_1  #undef SEAICE_TEST_ICE_STRESS_1
63    
64  C--   By default the freezing point of water is set to the value of  C--   The freezing point of water is a simple linear dependence to salinity.
65  C     the parameter SEAICE_freeze (=-1.96 by default). To use a  C     The flag below is now obsolete, but kept to ease the transition
66  C     simple linear dependence of the freezing point on salinity,  C     from the old constant freezing point default (see seaice_check.F).
67  C     set the following flag (pressure is assumed to have no effect,  #define SEAICE_VARIABLE_FREEZING_POINT
 C     which is a good assumption for the top 20 meters). With this  
 C     option defined the parameter SEAICE_freeze has no effect.  
 #undef SEAICE_VARIABLE_FREEZING_POINT  
68    
69  C--   By default the seaice model is discretized on a B-Grid (for  C--   By default the seaice model is discretized on a B-Grid (for
70  C     historical reasons). Define the following flag to use a new  C     historical reasons). Define the following flag to use a new
# Line 86  C     defining the following flag Line 77  C     defining the following flag
77  #define SEAICE_ALLOW_EVP  #define SEAICE_ALLOW_EVP
78  #endif /* SEAICE_CGRID */  #endif /* SEAICE_CGRID */
79    
 C--   Seaice flooding  
 #define ALLOW_SEAICE_FLOODING  
   
80  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.
81  #define SEAICE_VARIABLE_SALINITY  #define SEAICE_VARIABLE_SALINITY
82    
83  c--   Enable modified sea-ice thermodynamic by Ian Fenty  #endif /* ALLOW_SEAICE */
 c--   Should improve adjoint, but doesnt work so far.  
 #undef SEAICE_ALLOW_TD_IF  
   
84  #endif /* SEAICE_OPTIONS_H */  #endif /* SEAICE_OPTIONS_H */
85    
86  CEH3 ;;; Local Variables: ***  CEH3 ;;; Local Variables: ***

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

  ViewVC Help
Powered by ViewVC 1.1.22