/[MITgcm]/MITgcm_contrib/darwin/verification/darwin_1d_radtrans/code/DARWIN_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm_contrib/darwin/verification/darwin_1d_radtrans/code/DARWIN_OPTIONS.h

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


Revision 1.3 - (hide annotations) (download)
Fri Dec 17 00:36:43 2010 UTC (14 years, 7 months ago) by jahn
Branch: MAIN
CVS Tags: ctrb_darwin_ckpt62p_20101217
Changes since 1.2: +22 -1 lines
File MIME type: text/plain
set TEMP options

1 jahn 1.3 C $Header: /u/gcmpack/MITgcm_contrib/darwin/verification/darwin_1d_radtrans/code/DARWIN_OPTIONS.h,v 1.2 2010/11/30 18:50:38 jahn Exp $
2 jahn 1.2 C $Name: $
3 jahn 1.1
4     #ifndef DARWIN_OPTIONS_H
5     #define DARWIN_OPTIONS_H
6     #include "PACKAGES_CONFIG.h"
7     #ifdef ALLOW_DARWIN
8    
9     #include "CPP_OPTIONS.h"
10    
11     CBOP
12     C !ROUTINE: DARWIN_OPTIONS.h
13     C !INTERFACE:
14    
15     C !DESCRIPTION:
16     c options for darwin package
17     CEOP
18    
19     #define READ_PAR
20     #define MINFE
21     #undef NUT_SUPPLY
22     #undef CONS_SUPP
23     #undef ALLOW_DIAZ
24     #undef ALLOW_MUTANTS
25     #define PORT_RAND
26    
27 jahn 1.3 #undef NOTEMP
28     #define TEMP_VERSION 1
29     #define TEMP_RANGE
30    
31     #undef TWO_SPECIES_SETUP
32     #undef NINE_SPECIES_SETUP
33    
34 jahn 1.1 #define GEIDER
35     #define WAVEBANDS
36     #define OASIM
37     #define DAR_CALC_ACDOM
38     #define DAR_RADTRANS
39     #define DAR_RADTRANS_USE_MODEL_CALENDAR
40     #define DAR_RADTRANS_ITERATIVE
41 jahn 1.2 #undef DAR_NONSPECTRAL_BACKSCATTERING_RATIO
42 jahn 1.1
43     #undef RELAX_NUTS
44     #undef FLUX_NUTS
45    
46     #undef CHECK_CONS
47     #undef DAR_DIAG_RSTAR
48     #undef DAR_DIAG_DIVER
49     #undef DAR_DIAG_GROW
50     #define DAR_DIAG_ACDOM
51     #define DAR_DIAG_ABSORP
52     #define DAR_DIAG_SCATTER
53     #define DAR_DIAG_IRR
54    
55     C diagnostic chlorophyll
56     #undef DAR_DIAG_CHL
57    
58 jahn 1.3 CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
59     C dependencies
60     c if two or nine species setup we don't want specific temperature ranges
61     #ifdef TWO_SPECIES_SETUP
62     #undef TEMP_RANGE
63     #endif
64     #ifdef NINE_SPECIES_SETUP
65     #undef TEMP_RANGE
66     #endif
67    
68     #ifdef DAR_DIAG_CHL
69     #define ALLOW_PAR_DAY
70     #endif
71    
72 jahn 1.1 #endif /* ALLOW_DARWIN */
73     #endif /* DARWIN_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22