/[MITgcm]/MITgcm/verification/obcs_ctrl/code_ad/OBCS_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm/verification/obcs_ctrl/code_ad/OBCS_OPTIONS.h

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


Revision 1.1 - (hide annotations) (download)
Wed Apr 20 19:17:39 2011 UTC (13 years ago) by mmazloff
Branch: MAIN
CVS Tags: checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63, checkpoint62w, checkpoint62z, checkpoint62y, checkpoint62x
File MIME type: text/plain
Verification experiment using obcs controls

1 mmazloff 1.1 C $Header: /u/gcmpack/MITgcm_contrib/SOSE/BoxAdj/code_ad/OBCS_OPTIONS.h,v 1.1 2011/01/18 19:33:08 mmazloff Exp $
2     C $Name: $
3    
4     C CPP options file for OBCS package
5     C
6     C Use this file for selecting options within the OBCS package
7     C
8     C OBCS is enabled with ALLOW_OBCS in CPP_OPTIONS.h
9    
10     #ifndef OBCS_OPTIONS_H
11     #define OBCS_OPTIONS_H
12     #include "PACKAGES_CONFIG.h"
13     #include "CPP_OPTIONS.h"
14    
15     #ifdef ALLOW_OBCS
16    
17     C Enable individual open boundaries
18     #define ALLOW_OBCS_NORTH
19     #define ALLOW_OBCS_SOUTH
20     #define ALLOW_OBCS_EAST
21     #define ALLOW_OBCS_WEST
22    
23     C This include hooks to the Orlanski Open Boundary Radiation code
24     #undef ALLOW_ORLANSKI
25    
26     C Enable OB values to be prescribed via EXF package
27     #define ALLOW_OBCS_PRESCRIBE
28    
29     C This includes hooks to sponge layer treatment of uvel, vvel
30     #define ALLOW_OBCS_SPONGE
31    
32     C balance barotropic velocity
33     #undef ALLOW_OBCS_BALANCE
34    
35     #endif /* ALLOW_OBCS */
36     #endif /* OBCS_OPTIONS_H */
37    

  ViewVC Help
Powered by ViewVC 1.1.22