1 |
C $Header: /u/gcmpack/MITgcm/pkg/shelfice/SHELFICE_OPTIONS.h,v 1.5 2015/12/17 01:52:05 jmc 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 Ian Fenty's shelfice/icefront merged code |
21 |
#define shelfice_new_thermo |
22 |
|
23 |
C allow code for simple ISOMIP thermodynamics |
24 |
#define ALLOW_ISOMIP_TD |
25 |
|
26 |
C allow friction velocity-dependent transfer coefficient |
27 |
C following Holland and Jenkins, JPO, 1999 |
28 |
#define SHI_ALLOW_GAMMAFRICT |
29 |
C in uStar expression, use wet-point method to average velocity |
30 |
C at grid-cell center |
31 |
#undef SHI_USTAR_WETPOINT |
32 |
|
33 |
CC use 3d shiTransCoeffT and shiTransCoeffS |
34 |
C#define ALLOW_shiTransCoeff_3d |
35 |
|
36 |
#endif /* ALLOW_SHELFICE */ |
37 |
#endif /* SHELFICE_OPTIONS_H */ |