Last change
on this file 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
|
Rev | Line | |
---|
[24121] | 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
|
---|
[26744] | 18 | #undef ALLOW_ISOMIP_TD
|
---|
[24121] | 19 |
|
---|
| 20 | C allow friction velocity-dependent transfer coefficient
|
---|
| 21 | C following Holland and Jenkins, JPO, 1999
|
---|
| 22 | #define SHI_ALLOW_GAMMAFRICT
|
---|
| 23 |
|
---|
[26744] | 24 | C allow (vertical) remeshing whenever ocean top thickness factor
|
---|
| 25 | C exceeds thresholds
|
---|
[24121] | 26 | #define ALLOW_SHELFICE_REMESHING
|
---|
[26744] | 27 | C and allow to print message to STDOUT when this happens
|
---|
| 28 | #define SHELFICE_REMESH_PRINT
|
---|
[24121] | 29 |
|
---|
| 30 | #endif /* ALLOW_SHELFICE */
|
---|
| 31 | #endif /* SHELFICE_OPTIONS_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.