/[MITgcm]/MITgcm/verification/lab_sea/code_ad_seaice_ocean/OBCS_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/verification/lab_sea/code_ad_seaice_ocean/OBCS_OPTIONS.h

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


Revision 1.1 - (show annotations) (download)
Sat Sep 10 14:17:07 2005 UTC (18 years, 9 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint57t_post, checkpoint58l_post, checkpoint58e_post, checkpoint57v_post, checkpoint57s_post, checkpoint58b_post, checkpoint58m_post, checkpoint63h, checkpoint63i, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint58u_post, checkpoint60, checkpoint61, checkpoint62, checkpoint63, checkpoint58r_post, checkpoint57y_post, checkpoint58g_post, checkpoint57x_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58h_post, checkpoint58w_post, checkpoint58j_post, checkpoint57y_pre, checkpoint58q_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint59, checkpoint58, checkpoint58f_post, checkpoint58d_post, checkpoint58c_post, checkpoint57w_post, checkpint57u_post, checkpoint58a_post, checkpoint58i_post, checkpoint58o_post, checkpoint57z_post, 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, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint58p_post, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
File MIME type: text/plain
Adding lab_sea adjoint experiments for
o seaice-only setup
o seaice-ocean setup

1 C $Header: /u/gcmpack/MITgcm/pkg/obcs/OBCS_OPTIONS.h,v 1.4 2004/09/20 23:22:57 heimbach 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