/[MITgcm]/MITgcm_contrib/high_res_cube/code-mods/SEAICE_OPTIONS.h
ViewVC logotype

Diff of /MITgcm_contrib/high_res_cube/code-mods/SEAICE_OPTIONS.h

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

revision 1.6 by dimitri, Wed Jan 5 15:25:02 2005 UTC revision 1.7 by dimitri, Sat Jun 10 15:47:23 2006 UTC
# Line 62  C     following options are available. Line 62  C     following options are available.
62  #undef SEAICE_ORIGINAL_BAD_ICE_STRESS  #undef SEAICE_ORIGINAL_BAD_ICE_STRESS
63  #undef SEAICE_TEST_ICE_STRESS_1  #undef SEAICE_TEST_ICE_STRESS_1
64    
65    C--   By default the freezing point of water is set to the value of
66    C     the parameter SEAICE_freeze (=-1.96 by default). To use a
67    C     simple linear dependence of the freezing point on salinity,
68    C     set the following flag (pressure is assumed to have no effect,
69    C     which is a good assumption for the top 20 meters). With this
70    C     option defined the parameter SEAICE_freeze has no effect.
71    #undef SEAICE_VARIABLE_FREEZING_POINT
72    
73    C--   By default the seaice model is discretized on a B-Grid (for
74    C     historical reasons). Define the following flag to use a new
75    C     (not thoroughly) test version on a C-grid
76    #define SEAICE_CGRID
77    
78    C--   Only for the C-grid version it is possible to enable EVP code by
79    C     defining the following flag
80    #ifdef SEAICE_CGRID
81    #undef SEAICE_ALLOW_EVP
82    #endif /* SEAICE_CGRID */
83    
84  #endif /* SEAICE_OPTIONS_H */  #endif /* SEAICE_OPTIONS_H */
85    
86    CEH3 ;;; Local Variables: ***
87    CEH3 ;;; mode:fortran ***
88    CEH3 ;;; End: ***

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

  ViewVC Help
Powered by ViewVC 1.1.22