1 |
C $Header: /u/gcmpack/MITgcm_contrib/high_res_cube/code-mods/SHELFICE_OPTIONS.h,v 1.1 2009/06/30 22:58:37 dimitri 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 |
|
16 |
#ifdef ALLOW_SHELFICE |
17 |
|
18 |
#include "CPP_OPTIONS.h" |
19 |
|
20 |
C allow code for simple ISOMIP thermodynamics |
21 |
#undef ALLOW_ISOMIP_TD |
22 |
|
23 |
#endif /* ALLOW_SHELFICE */ |
24 |
#endif /* SHELFICE_OPTIONS_H */ |
25 |
|