|
Last change
on this file since 24313 was 24121, checked in by dmenemen, 6 years ago |
|
adding MITgcm code and input directories for experiment 4003
|
-
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 | !#define 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 | C in uStar expression, use wet-point method to average velocity
|
|---|
| 24 | C at grid-cell center
|
|---|
| 25 | !#define SHI_USTAR_WETPOINT
|
|---|
| 26 |
|
|---|
| 27 | #define ALLOW_SHELFICE_REMESHING
|
|---|
| 28 | #define SHI_USTAR_TOPDR
|
|---|
| 29 | #undef ALLOW_SHELFICE_GROUNDED_ICE
|
|---|
| 30 |
|
|---|
| 31 | #endif /* ALLOW_SHELFICE */
|
|---|
| 32 | #endif /* SHELFICE_OPTIONS_H */
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.