/[MITgcm]/MITgcm_contrib/verification_other/shelfice_remeshing/code/OBCS_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm_contrib/verification_other/shelfice_remeshing/code/OBCS_OPTIONS.h

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


Revision 1.3 - (hide annotations) (download)
Thu May 5 18:16:04 2016 UTC (9 years, 2 months ago) by dgoldberg
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65w, checkpoint67a, checkpoint67b, checkpoint67d, HEAD
Changes since 1.2: +3 -2 lines
File MIME type: text/plain
renaming files, merged  shelfice_thermodynamics, added CPP directives

1 dgoldberg 1.3 C $Header: /u/gcmpack/MITgcm_contrib/verification_other/shelfice_remeshing/code/OBCS_OPTIONS.h,v 1.2 2016/01/22 16:09:33 dgoldberg Exp $
2 dgoldberg 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     #undef ALLOW_OBCS_SOUTH
20     #undef ALLOW_OBCS_EAST
21     #undef 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     #define ALLOW_OBCS_SPONGE
32    
33     C balance barotropic velocity
34 dgoldberg 1.3 C KS16 turn this on
35     #define ALLOW_OBCS_BALANCE
36 dgoldberg 1.1
37     C The following five CPP options are experimental and aim to deal
38     C with artifacts due to the low-frequency specification of sea-ice
39     C boundary conditions compared to the model forcing frequency.
40     C Ice convergence at edges can cause model to blow up. The
41     C following CPP option fixes this problem at the expense of less
42     C accurate boundary conditions.
43     #undef OBCS_SEAICE_AVOID_CONVERGENCE
44    
45     C Smooth the component of sea-ice velocity perpendicular to the edge.
46     #undef OBCS_SEAICE_SMOOTH_UVICE_PERP
47    
48     C Smooth the component of sea ice velocity parallel to the edge.
49     #undef OBCS_SEAICE_SMOOTH_UVICE_PAR
50    
51     C Smooth the tracer sea-ice variables near the edges.
52     #undef OBCS_SEAICE_SMOOTH_EDGE
53    
54     C Compute rather than specify seaice velocities at the edges.
55     #undef OBCS_SEAICE_COMPUTE_UVICE
56    
57     #endif /* ALLOW_OBCS */
58     #endif /* OBCS_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22