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

Last change on this file since 26744 was 26744, checked in by Mathieu Morlighem, 3 years ago

merged trunk-jpl and trunk for revision 26742

  • 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#undef ALLOW_ISOMIP_TD
19
20C allow friction velocity-dependent transfer coefficient
21C following Holland and Jenkins, JPO, 1999
22#define SHI_ALLOW_GAMMAFRICT
23
24C allow (vertical) remeshing whenever ocean top thickness factor
25C exceeds thresholds
26#define ALLOW_SHELFICE_REMESHING
27C and allow to print message to STDOUT when this happens
28#define SHELFICE_REMESH_PRINT
29
30#endif /* ALLOW_SHELFICE */
31#endif /* SHELFICE_OPTIONS_H */
Note: See TracBrowser for help on using the repository browser.