11 |
#ifndef SEAICE_OPTIONS_H |
#ifndef SEAICE_OPTIONS_H |
12 |
#define SEAICE_OPTIONS_H |
#define SEAICE_OPTIONS_H |
13 |
#include "PACKAGES_CONFIG.h" |
#include "PACKAGES_CONFIG.h" |
|
#ifdef ALLOW_SEAICE |
|
|
|
|
14 |
#include "CPP_OPTIONS.h" |
#include "CPP_OPTIONS.h" |
15 |
|
|
16 |
C-- Write "text-plots" of certain fields in STDOUT for debugging. |
C-- Write "text-plots" of certain fields in STDOUT for debugging. |
60 |
C adventurous user who requires ice-modified stress, |
C adventurous user who requires ice-modified stress, |
61 |
C following options are available. |
C following options are available. |
62 |
#undef SEAICE_ORIGINAL_BAD_ICE_STRESS |
#undef SEAICE_ORIGINAL_BAD_ICE_STRESS |
63 |
#define 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 |
|
|
|
#endif /* ALLOW_SEAICE */ |
|
84 |
#endif /* SEAICE_OPTIONS_H */ |
#endif /* SEAICE_OPTIONS_H */ |
85 |
|
|
86 |
|
CEH3 ;;; Local Variables: *** |
87 |
|
CEH3 ;;; mode:fortran *** |
88 |
|
CEH3 ;;; End: *** |