/[MITgcm]/MITgcm_contrib/verification_other/natl_box_adjoint/code_seaice/SEAICE_OPTIONS.h.DYN
ViewVC logotype

Annotation of /MITgcm_contrib/verification_other/natl_box_adjoint/code_seaice/SEAICE_OPTIONS.h.DYN

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


Revision 1.1 - (hide annotations) (download)
Sat Feb 4 02:15:45 2012 UTC (12 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64k, checkpoint64x, checkpoint64z, checkpoint64o, checkpoint64p, checkpoint64r, checkpoint64w, checkpoint64v, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint64m, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65u, checkpoint65j, checkpoint67a, checkpoint67b, checkpoint65i, checkpoint67d, checkpoint65m, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65e, checkpoint64i, checkpoint64h, checkpoint65h, checkpoint65, checkpoint64j, checkpoint65n, HEAD
move un-tested set-up from MITgcm/verification/natl_box_adjoint to Contrib/verification_other

1 jmc 1.1 C $Header:
2    
3     C /==========================================================\
4     C | SEAICE_OPTIONS.h |
5     C | o CPP options file for sea ice package. |
6     C |==========================================================|
7     C | Use this file for selecting options within the sea ice |
8     C | package. Sea ice model is enabled with ALLOW_SEAICE in |
9     C | CPP_OPTIONS.h |
10     C \==========================================================/
11    
12     #ifndef SEAICE_OPTIONS_H
13     #define SEAICE_OPTIONS_H
14     #include "PACKAGES_CONFIG.h"
15     #ifdef ALLOW_SEAICE
16    
17     #include "CPP_OPTIONS.h"
18    
19     C-- Write "text-plots" of certain fields in STDOUT for debugging.
20     #undef SEAICE_DEBUG
21    
22     C-- Allow sea-ice dynamic code.
23     C This option is provided to allow use of TAMC
24     C on the thermodynamics component of the code only.
25     C Sea-ice dynamics can also be turned off at runtime
26     C using variable SEAICEuseDYNAMICS.
27     #define SEAICE_ALLOW_DYNAMICS
28    
29     C-- By default, pkg/seaice defines forcing variable internally, in
30     C SEAICE_FFIELDS.h, and reads them in from files. When CPP option
31     C SEAICE_EXTERNAL_FORCING is defined, the above forcing variables
32     C are defined and provided by an external package. At present this
33     C option is hardwired for pkg/exf and the variables are passed using
34     C include file exf_fields.h.
35     #define SEAICE_EXTERNAL_FORCING
36    
37     C-- By default, the sea-ice package uses its own integrated bulk
38     C formulae to compute fluxes (fu, fv, EmPmR, Qnet, and Qsw) over
39     C open-ocean. When this flag is set, these variables are computed
40     C in a separate external package, for example, pkg/exf, and then
41     C modified for sea-ice effects by pkg/seaice.
42     #define SEAICE_EXTERNAL_FLUXES
43    
44     C-- By default, the sea-ice package uses 2-category thermodynamics.
45     C When this flag is set, an 8-category calculation of ice
46     C thermodynamics is carried out in groatb.F
47     C !!! Note the pickup_seaice.* generated by this option differ !!!
48     C !!! from those generated with the default 2-category model. !!!
49     C !!! Therefore it is not possible to switch between the two !!!
50     C !!! in the middle of an integration. !!!
51     #undef SEAICE_MULTILEVEL
52    
53     #endif /* ALLOW_SEAICE */
54     #endif /* SEAICE_OPTIONS_H */
55    

  ViewVC Help
Powered by ViewVC 1.1.22