/[MITgcm]/MITgcm/pkg/shelfice/SHELFICE_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/pkg/shelfice/SHELFICE_OPTIONS.h

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


Revision 1.6 - (show annotations) (download)
Fri Dec 15 19:37:08 2017 UTC (6 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint66o, checkpoint66n, HEAD
Changes since 1.5: +1 -4 lines
File MIME type: text/plain
Replace CPP option: SHI_USTAR_WETPOINT with run-time parameter: SHELFICE_oldCalcUStar
 (default=F) but keep only original (old) formula in SHELFICEboundaryLayer code.

1 C $Header: /u/gcmpack/MITgcm/pkg/shelfice/SHELFICE_OPTIONS.h,v 1.5 2015/12/17 01:52:05 jmc 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
27 #endif /* ALLOW_SHELFICE */
28 #endif /* SHELFICE_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22