Last change
on this file since 26744 was 26744, checked in by Mathieu Morlighem, 3 years ago |
merged trunk-jpl and trunk for revision 26742
|
-
Property svn:executable
set to
*
|
File size:
1.0 KB
|
Line | |
---|
1 | C *==========================================================*
|
---|
2 | C | SHELFICE_OPTIONS.h
|
---|
3 | C | o CPP options file for SHELFICE package.
|
---|
4 | C *==========================================================*
|
---|
5 | C | Use this file for selecting options within the SHELFICE
|
---|
6 | C | package.
|
---|
7 | C *==========================================================*
|
---|
8 |
|
---|
9 | #ifndef SHELFICE_OPTIONS_H
|
---|
10 | #define SHELFICE_OPTIONS_H
|
---|
11 | #include "PACKAGES_CONFIG.h"
|
---|
12 | #include "CPP_OPTIONS.h"
|
---|
13 |
|
---|
14 | #ifdef ALLOW_SHELFICE
|
---|
15 | C Package-specific Options & Macros go here
|
---|
16 |
|
---|
17 | C allow code for simple ISOMIP thermodynamics
|
---|
18 | #undef ALLOW_ISOMIP_TD
|
---|
19 |
|
---|
20 | C allow friction velocity-dependent transfer coefficient
|
---|
21 | C following Holland and Jenkins, JPO, 1999
|
---|
22 | #define SHI_ALLOW_GAMMAFRICT
|
---|
23 |
|
---|
24 | C allow (vertical) remeshing whenever ocean top thickness factor
|
---|
25 | C exceeds thresholds
|
---|
26 | #define ALLOW_SHELFICE_REMESHING
|
---|
27 | C and allow to print message to STDOUT when this happens
|
---|
28 | #define SHELFICE_REMESH_PRINT
|
---|
29 |
|
---|
30 | #endif /* ALLOW_SHELFICE */
|
---|
31 | #endif /* SHELFICE_OPTIONS_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.