/[MITgcm]/MITgcm/pkg/ggl90/GGL90_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm/pkg/ggl90/GGL90_OPTIONS.h

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


Revision 1.3 - (hide annotations) (download)
Tue Jul 31 23:01:58 2007 UTC (16 years, 10 months ago) by ce107
Branch: MAIN
CVS Tags: checkpoint60, checkpoint61, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59g, checkpoint59f, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61h
Changes since 1.2: +2 -2 lines
File MIME type: text/plain
Added space between C and $Name/$Header to avoid complaints from IBM (and
possibly other) compilers in OpenMP mode.

1 ce107 1.3 C $Header: /u/gcmpack/MITgcm/pkg/ggl90/GGL90_OPTIONS.h,v 1.2 2004/09/27 08:02:05 mlosch Exp $
2     C $Name: $
3 mlosch 1.1 C /=============================================================\
4     C | GGL90_OPTIONS.h |
5     C | o CPP options file for GGL90 package. |
6     C |=============================================================|
7     C | Use this file for selecting options within the GGL90 |
8     C | package. GGL90 is enabled with ALLOW_GGL90 in CPP_OPTIONS.h |
9     C \=============================================================/
10    
11     #ifndef GGL90_OPTIONS_H
12     #define GGL90_OPTIONS_H
13     #include "PACKAGES_CONFIG.h"
14    
15     #ifdef ALLOW_GGL90
16    
17     #include "CPP_OPTIONS.h"
18    
19 mlosch 1.2 C Enable horizontal diffusion of TKE. The orignal OPA code does not use
20     C horizontal diffusion but uses some sort of horizontal averaging
21     C for viscosity and diffusivity.
22     #define ALLOW_GGL90_HORIZDIFF
23    
24 mlosch 1.1 #endif /* ALLOW_GGL90 */
25     #endif /* GGL90_OPTIONS_H */
26    

  ViewVC Help
Powered by ViewVC 1.1.22