/[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.5 - (show annotations) (download)
Sat Nov 14 14:27:56 2009 UTC (14 years, 7 months ago) by dfer
Branch: MAIN
CVS Tags: checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint62, checkpoint63, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint61z, checkpoint61y
Changes since 1.4: +4 -4 lines
File MIME type: text/plain
Some adjustments (changed the solver --> changes the numerics)

1 C $Header: /u/gcmpack/MITgcm/pkg/ggl90/GGL90_OPTIONS.h,v 1.4 2009/01/30 02:23:56 dfer 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.
20 #undef ALLOW_GGL90_HORIZDIFF
21
22 C Use horizontal averaging for viscosity and diffusivity as
23 C originally implemented in OPA.
24 #undef ALLOW_GGL90_SMOOTH
25
26 #endif /* ALLOW_GGL90 */
27 #endif /* GGL90_OPTIONS_H */
28

  ViewVC Help
Powered by ViewVC 1.1.22