/[MITgcm]/MITgcm/verification/seaice_obcs/code/OBCS_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm/verification/seaice_obcs/code/OBCS_OPTIONS.h

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


Revision 1.3 - (hide annotations) (download)
Sun Oct 4 23:04:14 2009 UTC (14 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: 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, checkpoint61w, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.2: +0 -3 lines
File MIME type: text/plain
back to original version (remove HACK_TO_FIX_SEAICE_OBCS_RESTART)

1 jmc 1.2 C $Header: /u/gcmpack/MITgcm/verification/seaice_obcs/code/OBCS_OPTIONS.h,v 1.1 2008/01/08 10:39:30 dimitri Exp $
2 dimitri 1.1 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 external fields that are read
27     C from a file
28     #define ALLOW_OBCS_PRESCRIBE
29    
30     C This includes hooks to sponge layer treatment of uvel, vvel
31     #undef ALLOW_OBCS_SPONGE
32    
33     C balance barotropic velocity
34     #undef ALLOW_OBCS_BALANCE
35    
36     #endif /* ALLOW_OBCS */
37     #endif /* OBCS_OPTIONS_H */
38    

  ViewVC Help
Powered by ViewVC 1.1.22