| 1 |
C $Header: /u/gcmpack/MITgcm_contrib/bling/pkg/BLING_OPTIONS.h,v 1.3 2016/02/28 21:49:23 mmazloff Exp $ |
| 2 |
C $Name: $ |
| 3 |
|
| 4 |
#ifndef BLING_OPTIONS_H |
| 5 |
#define BLING_OPTIONS_H |
| 6 |
#include "PACKAGES_CONFIG.h" |
| 7 |
#include "CPP_OPTIONS.h" |
| 8 |
|
| 9 |
#ifdef ALLOW_BLING |
| 10 |
C Package-specific Options & Macros go here |
| 11 |
|
| 12 |
c Prevents negative values in nutrient fields |
| 13 |
#define BLING_NO_NEG |
| 14 |
|
| 15 |
c Assume that phytoplankton in the mixed layer experience |
| 16 |
c the average light over the mixed layer |
| 17 |
c (as in original BLING model) |
| 18 |
#define ML_MEAN_LIGHT |
| 19 |
|
| 20 |
c Assume that phytoplankton are homogenized in the mixed layer |
| 21 |
#define ML_MEAN_PHYTO |
| 22 |
|
| 23 |
c Determine PAR from shortwave radiation from EXF package |
| 24 |
#undef USE_EXFQSW |
| 25 |
|
| 26 |
c Sub grid scale sediments |
| 27 |
#undef USE_SGS_SED |
| 28 |
|
| 29 |
c Read atmospheric pCO2 values from EXF package |
| 30 |
c *** to be specified in EXF_OPTIONS.h *** |
| 31 |
c #undef USE_EXFCO2 |
| 32 |
|
| 33 |
c Simplify some parts of the code that are problematic |
| 34 |
c when using the adjoint |
| 35 |
#undef BLING_ADJOINT_SAFE |
| 36 |
|
| 37 |
#endif /* ALLOW_BLING */ |
| 38 |
#endif /* BLING_OPTIONS_H */ |
| 39 |
|
| 40 |
CEH3 ;;; Local Variables: *** |
| 41 |
CEH3 ;;; mode:fortran *** |
| 42 |
CEH3 ;;; End: *** |