1 |
dcarroll |
1.1 |
C $Header: /u/gcmpack/MITgcm/pkg/rbcs/RBCS_OPTIONS.h,v 1.4 2011/12/24 01:09:40 jmc Exp $ |
2 |
|
|
C $Name: $ |
3 |
|
|
|
4 |
|
|
C CPP options file for pkg RBCS |
5 |
|
|
C Use this file for selecting options within package "RBCS" |
6 |
|
|
|
7 |
|
|
#ifndef RBCS_OPTIONS_H |
8 |
|
|
#define RBCS_OPTIONS_H |
9 |
|
|
#include "PACKAGES_CONFIG.h" |
10 |
|
|
#include "CPP_OPTIONS.h" |
11 |
|
|
|
12 |
|
|
#define ALLOW_RBCS |
13 |
|
|
C Place CPP define/undef flag here |
14 |
|
|
|
15 |
|
|
C o disable relaxation conditions on momemtum |
16 |
|
|
#undef DISABLE_RBCS_MOM |
17 |
|
|
|
18 |
|
|
C use RBCS only in early spin-up phase, reducing |
19 |
|
|
C the relaxation term strength to 0 over 3 years |
20 |
|
|
#undef ALLOW_RBCS_SPIN |
21 |
|
|
|
22 |
|
|
#endif /* ALLOW_RBCS */ |
23 |
|
|
#endif /* RBCS_OPTIONS_H */ |
24 |
|
|
|
25 |
|
|
CEH3 ;;; Local Variables: *** |
26 |
|
|
CEH3 ;;; mode:fortran *** |
27 |
|
|
CEH3 ;;; End: *** |