source: issm/trunk/test/MITgcm/code_4003/SHELFICE_OPTIONS.h@ 24313

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 
1C *==========================================================*
2C | SHELFICE_OPTIONS.h
3C | o CPP options file for SHELFICE package.
4C *==========================================================*
5C | Use this file for selecting options within the SHELFICE
6C | package.
7C *==========================================================*
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
15C Package-specific Options & Macros go here
16
17C allow code for simple ISOMIP thermodynamics
18!#define ALLOW_ISOMIP_TD
19
20C allow friction velocity-dependent transfer coefficient
21C following Holland and Jenkins, JPO, 1999
22#define SHI_ALLOW_GAMMAFRICT
23C in uStar expression, use wet-point method to average velocity
24C 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.