/[MITgcm]/MITgcm_contrib/dgoldberg/shelfice_remeshing_old/code/SHELFICE_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm_contrib/dgoldberg/shelfice_remeshing_old/code/SHELFICE_OPTIONS.h

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


Revision 1.1 - (hide annotations) (download)
Thu Jul 19 11:14:58 2018 UTC (7 years ago) by dgoldberg
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/plain
record of verification_other experiment before modification for github

1 dgoldberg 1.1 C $Header: /u/gcmpack/MITgcm_contrib/verification_other/shelfice_remeshing/code/SHELFICE_OPTIONS.h,v 1.3 2016/07/06 18:03:40 dgoldberg 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 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     !#define SHI_USTAR_WETPOINT
29    
30     #define ALLOW_SHELFICE_REMESHING
31     #define SHI_USTAR_TOPDR
32     #undef ALLOW_SHELFICE_GROUNDED_ICE
33    
34     #endif /* ALLOW_SHELFICE */
35     #endif /* SHELFICE_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22