/[MITgcm]/MITgcm_contrib/verification_other/shelfice_remeshing/code/SHELFICE_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm_contrib/verification_other/shelfice_remeshing/code/SHELFICE_OPTIONS.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (hide annotations) (download)
Wed Jul 6 18:03:40 2016 UTC (9 years ago) by dgoldberg
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65y, checkpoint67a, checkpoint67b, checkpoint67d, HEAD
Changes since 1.2: +3 -2 lines
File MIME type: text/plain
new files for vertical remeshing test only

1 dgoldberg 1.3 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 dgoldberg 1.1 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 dgoldberg 1.3 !#define SHI_USTAR_WETPOINT
29 dgoldberg 1.1
30     #define ALLOW_SHELFICE_REMESHING
31 dgoldberg 1.2 #define SHI_USTAR_TOPDR
32 dgoldberg 1.3 #undef ALLOW_SHELFICE_GROUNDED_ICE
33 dgoldberg 1.1
34     #endif /* ALLOW_SHELFICE */
35     #endif /* SHELFICE_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22