/[MITgcm]/MITgcm_contrib/ecco_darwin/v4_3deg/code/GGL90_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm_contrib/ecco_darwin/v4_3deg/code/GGL90_OPTIONS.h

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


Revision 1.2 - (hide annotations) (download)
Mon Jan 27 06:31:50 2020 UTC (6 years, 7 months ago) by dimitri
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
File MIME type: text/plain
FILE REMOVED
where possible, using code and input files from va_llc270

1 dimitri 1.2 C $Header: /u/gcmpack/MITgcm_contrib/ecco_darwin/v4_3deg/code/GGL90_OPTIONS.h,v 1.1 2020/01/23 01:27:38 dimitri Exp $
2 dimitri 1.1 C $Name: $
3    
4     C *=============================================================*
5     C | GGL90_OPTIONS.h
6     C | o CPP options file for GGL90 package.
7     C *=============================================================*
8     C | Use this file for selecting options within the GGL90
9     C | package.
10     C *=============================================================*
11    
12     #ifndef GGL90_OPTIONS_H
13     #define GGL90_OPTIONS_H
14     #include "PACKAGES_CONFIG.h"
15     #include "CPP_OPTIONS.h"
16    
17     #ifdef ALLOW_GGL90
18     C Package-specific Options & Macros go here
19    
20     C Enable horizontal diffusion of TKE.
21     #undef ALLOW_GGL90_HORIZDIFF
22    
23     C Use horizontal averaging for viscosity and diffusivity as
24     C originally implemented in OPA.
25     #define ALLOW_GGL90_SMOOTH
26    
27     #endif /* ALLOW_GGL90 */
28     #endif /* GGL90_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22