/[MITgcm]/MITgcm/verification/global2x2_tot/code_forw/EXF_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm/verification/global2x2_tot/code_forw/EXF_OPTIONS.h

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


Revision 1.1 - (hide annotations) (download)
Tue Nov 21 21:44:42 2006 UTC (17 years, 7 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint63h, checkpoint63i, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint58u_post, checkpoint60, checkpoint61, checkpoint62, checkpoint63, checkpoint58x_post, checkpoint58t_post, checkpoint58w_post, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59e, checkpoint59d, checkpoint59g, checkpoint59f, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59m, checkpoint59l, checkpoint59o, checkpoint59n, checkpoint59i, checkpoint59h, checkpoint59k, checkpoint59j, checkpoint59, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint58y_post, checkpoint58v_post, checkpoint58s_post, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
File MIME type: text/plain
Forward-only setup derived from ECCO 2x2 deg (Nr=23) setup

1 heimbach 1.1 C
2     #ifndef EXF_OPTIONS_H
3     #define EXF_OPTIONS_H
4     #include "PACKAGES_CONFIG.h"
5     #ifdef ALLOW_EXF
6    
7     #include "CPP_OPTIONS.h"
8    
9     C ********************************************************************
10     C *** External forcing Package ***
11     C ********************************************************************
12     C
13     C o Include/exclude the external forcing package. To use this package,
14     C you have to include the calendar tool as well. KPP can be switched
15     C on or off. The implementation automatically takes care of this.
16     #define INCLUDE_EXTERNAL_FORCING_PACKAGE
17    
18     C Do more printout for the protocol file than usual.
19     #undef EXF_VERBOSE
20    
21     C Bulk formulae related flags.
22     #undef ALLOW_ATM_TEMP
23     #undef ALLOW_ATM_WIND
24     #if (defined (ALLOW_ATM_TEMP) || \
25     defined (ALLOW_ATM_WIND))
26     # define ALLOW_BULKFORMULAE
27     #endif
28    
29     C Read in runoff data
30     #define ALLOW_RUNOFF
31    
32     C Relaxation to monthly climatologies.
33     #define ALLOW_CLIMSST_RELAXATION
34     #define ALLOW_CLIMSSS_RELAXATION
35    
36     #endif /* ALLOW_EXF */
37     #endif /* EXF_OPTIONS_H */
38    

  ViewVC Help
Powered by ViewVC 1.1.22