| 1 |
mmazloff |
1.2 |
C $Header: /u/gcmpack/MITgcm_contrib/bling/pkg/BLING_OPTIONS.h,v 1.1 2014/05/23 17:33:42 mmazloff Exp $ |
| 2 |
mmazloff |
1.1 |
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 Use nitrate instead of phosphate as macro-nutrient |
| 13 |
mmazloff |
1.2 |
#undef NITROGEN_CURRENCY |
| 14 |
mmazloff |
1.1 |
|
| 15 |
|
|
c Prevents negative values in nutrient fields |
| 16 |
|
|
#undef BLING_NO_NEG |
| 17 |
|
|
|
| 18 |
|
|
c Replace Liebig nutrient limitation function by |
| 19 |
|
|
c the product of macro- and micro-nutrient limitations |
| 20 |
|
|
#undef MULT_NUT_LIM |
| 21 |
|
|
|
| 22 |
|
|
c Assume that phytoplankton in the mixed layer experience |
| 23 |
|
|
c the average light over the mixed layer |
| 24 |
|
|
c (as in original BLING model) |
| 25 |
|
|
#undef ML_MEAN_LIGHT |
| 26 |
|
|
|
| 27 |
|
|
c Determine PAR from shortwave radiation from EXF package |
| 28 |
|
|
#undef USE_EXFQSW |
| 29 |
|
|
|
| 30 |
|
|
c Read atmospheric pCO2 values from EXF package |
| 31 |
|
|
c *** requires modifications to pkg/exf, not checked in yet *** |
| 32 |
|
|
c #undef USE_EXFPCO2 |
| 33 |
|
|
|
| 34 |
|
|
c Simplify some parts of the code that are problematic |
| 35 |
|
|
c when using the adjoint |
| 36 |
|
|
#undef BLING_ADJOINT_SAFE |
| 37 |
|
|
|
| 38 |
|
|
#endif /* ALLOW_BLING */ |
| 39 |
|
|
#endif /* BLING_OPTIONS_H */ |
| 40 |
|
|
|
| 41 |
|
|
CEH3 ;;; Local Variables: *** |
| 42 |
|
|
CEH3 ;;; mode:fortran *** |
| 43 |
|
|
CEH3 ;;; End: *** |