1 |
C $Header: /u/gcmpack/MITgcm/pkg/mom_vecinv/MOM_VECINV_OPTIONS.h,v 1.3 2004/09/21 12:57:50 jmc Exp $ |
2 |
C $Name: $ |
3 |
|
4 |
C CPP options file for mom_vecinv package |
5 |
C Use this file for selecting CPP options within the mom_vecinv package |
6 |
|
7 |
#ifndef MOM_VECINV_OPTIONS_H |
8 |
#define MOM_VECINV_OPTIONS_H |
9 |
#include "PACKAGES_CONFIG.h" |
10 |
#include "CPP_OPTIONS.h" |
11 |
|
12 |
#ifdef ALLOW_MOM_VECINV |
13 |
C Package-specific Options & Macros go here |
14 |
|
15 |
C use the original discretization (not recommended) for biharmonic viscosity |
16 |
C that was in mom_vi_hdissip.F, version 1.1.2.1 |
17 |
#undef MOM_VI_ORIGINAL_VISCA4 |
18 |
|
19 |
#endif /* ALLOW_MOM_VECINV */ |
20 |
#endif /* MOM_VECINV_OPTIONS_H */ |