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

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

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


Revision 1.4 - (show annotations) (download)
Fri Jan 30 02:23:56 2009 UTC (15 years, 3 months ago) by dfer
Branch: MAIN
CVS Tags: checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61x
Changes since 1.3: +4 -2 lines
File MIME type: text/plain
A few adjustments

1 C $Header: /u/gcmpack/MITgcm/pkg/ggl90/GGL90_OPTIONS.h,v 1.3 2007/07/31 23:01:58 ce107 Exp $
2 C $Name: $
3 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 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 #undef ALLOW_GGL90_HORIZDIFF
23
24 #undef ALLOW_GGL90_SMOOTH
25
26 #endif /* ALLOW_GGL90 */
27 #endif /* GGL90_OPTIONS_H */
28

  ViewVC Help
Powered by ViewVC 1.1.22