1 |
C $Header: /u/gcmpack/MITgcm_contrib/verification_other/shelfice_remeshing/code/SHELFICE_OPTIONS.h,v 1.2 2016/05/05 18:16:04 dgoldberg Exp $ |
2 |
C $Name: $ |
3 |
|
4 |
C *==========================================================* |
5 |
C | SHELFICE_OPTIONS.h |
6 |
C | o CPP options file for SHELFICE package. |
7 |
C *==========================================================* |
8 |
C | Use this file for selecting options within the SHELFICE |
9 |
C | package. |
10 |
C *==========================================================* |
11 |
|
12 |
#ifndef SHELFICE_OPTIONS_H |
13 |
#define SHELFICE_OPTIONS_H |
14 |
#include "PACKAGES_CONFIG.h" |
15 |
#include "CPP_OPTIONS.h" |
16 |
|
17 |
#ifdef ALLOW_SHELFICE |
18 |
C Package-specific Options & Macros go here |
19 |
|
20 |
C allow code for simple ISOMIP thermodynamics |
21 |
#define ALLOW_ISOMIP_TD |
22 |
|
23 |
C allow friction velocity-dependent transfer coefficient |
24 |
C following Holland and Jenkins, JPO, 1999 |
25 |
#define SHI_ALLOW_GAMMAFRICT |
26 |
C in uStar expression, use wet-point method to average velocity |
27 |
C at grid-cell center |
28 |
#undef SHI_USTAR_WETPOINT |
29 |
|
30 |
#define ALLOW_SHELFICE_REMESHING |
31 |
#define SHI_USTAR_TOPDR |
32 |
|
33 |
#endif /* ALLOW_SHELFICE */ |
34 |
#endif /* SHELFICE_OPTIONS_H */ |