/[MITgcm]/MITgcm_contrib/bling/pkg/BLING_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm_contrib/bling/pkg/BLING_OPTIONS.h

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


Revision 1.3 - (hide annotations) (download)
Sun Feb 28 21:49:23 2016 UTC (9 years, 4 months ago) by mmazloff
Branch: MAIN
Changes since 1.2: +13 -11 lines
File MIME type: text/plain
Update to BLING version 2

1 mmazloff 1.3 C $Header: $
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 mmazloff 1.3 c Active tracer for total phytoplankton biomass
13     #undef ADVECT_PHYTO
14 mmazloff 1.1
15     c Prevents negative values in nutrient fields
16 mmazloff 1.3 #define BLING_NO_NEG
17 mmazloff 1.1
18     c Assume that phytoplankton in the mixed layer experience
19     c the average light over the mixed layer
20     c (as in original BLING model)
21 mmazloff 1.3 #define ML_MEAN_LIGHT
22    
23     c Assume that phytoplankton are homogenized in the mixed layer
24     #define ML_MEAN_PHYTO
25 mmazloff 1.1
26     c Determine PAR from shortwave radiation from EXF package
27     #undef USE_EXFQSW
28    
29 mmazloff 1.3 c Sub grid scale sediments
30     #undef USE_SGS_SED
31    
32 mmazloff 1.1 c Read atmospheric pCO2 values from EXF package
33 mmazloff 1.3 c *** to be specified in ECCO_CPPOPTIONS.h ***
34     c #undef USE_EXFCO2
35 mmazloff 1.1
36     c Simplify some parts of the code that are problematic
37     c when using the adjoint
38     #undef BLING_ADJOINT_SAFE
39    
40     #endif /* ALLOW_BLING */
41     #endif /* BLING_OPTIONS_H */
42    
43     CEH3 ;;; Local Variables: ***
44     CEH3 ;;; mode:fortran ***
45     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22