/[MITgcm]/MITgcm/pkg/seaice/SEAICE_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm/pkg/seaice/SEAICE_OPTIONS.h

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


Revision 1.8 - (hide annotations) (download)
Mon Nov 24 04:39:48 2003 UTC (20 years, 5 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint52l_pre, hrcube4, hrcube5, checkpoint52d_pre, checkpoint52j_pre, checkpoint52l_post, checkpoint52k_post, checkpoint52f_post, checkpoint52i_pre, hrcube_1, hrcube_2, hrcube_3, checkpoint52e_pre, checkpoint52e_post, checkpoint52c_post, checkpoint52f_pre, checkpoint52d_post, checkpoint52i_post, checkpoint52h_pre, checkpoint52j_post, branch-netcdf
Branch point for: netcdf-sm0
Changes since 1.7: +4 -1 lines
File MIME type: text/plain
pkg/seaice option SEAICE_EXTERNAL_FORCING requires pkg/exf

1 dimitri 1.8 C $Header: /usr/local/gcmpack/MITgcm/pkg/seaice/SEAICE_OPTIONS.h,v 1.7 2003/10/09 04:19:20 edhill Exp $
2 edhill 1.7 C $Name: $
3 heimbach 1.2
4     C /==========================================================\
5     C | SEAICE_OPTIONS.h |
6     C | o CPP options file for sea ice package. |
7     C |==========================================================|
8     C | Use this file for selecting options within the sea ice |
9 edhill 1.7 C | package. |
10 heimbach 1.2 C \==========================================================/
11    
12 edhill 1.7 #ifndef SEAICE_OPTIONS_H
13     #define SEAICE_OPTIONS_H
14     #include "PACKAGES_CONFIG.h"
15     #ifdef ALLOW_SEAICE
16    
17 heimbach 1.2 #include "CPP_OPTIONS.h"
18    
19 dimitri 1.3 C-- Write "text-plots" of certain fields in STDOUT for debugging.
20 heimbach 1.2 #undef SEAICE_DEBUG
21    
22 dimitri 1.3 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 heimbach 1.2 #define SEAICE_ALLOW_DYNAMICS
28 dimitri 1.3
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     #undef SEAICE_EXTERNAL_FORCING
36 dimitri 1.8 #ifdef SEAICE_EXTERNAL_FORCING
37     #include "EXF_OPTIONS.h"
38     #endif /* SEAICE_EXTERNAL_FORCING */
39 dimitri 1.3
40     C-- By default, the sea-ice package uses its own integrated bulk
41     C formulae to compute fluxes (fu, fv, EmPmR, Qnet, and Qsw) over
42     C open-ocean. When this flag is set, these variables are computed
43     C in a separate external package, for example, pkg/exf, and then
44     C modified for sea-ice effects by pkg/seaice.
45     #undef SEAICE_EXTERNAL_FLUXES
46 heimbach 1.2
47 dimitri 1.5 C-- By default, the sea-ice package uses 2-category thermodynamics.
48     C When this flag is set, an 8-category calculation of ice
49     C thermodynamics is carried out in groatb.F
50 dimitri 1.6 C !!! Note the pickup_seaice.* generated by this option differ !!!
51     C !!! from those generated with the default 2-category model. !!!
52     C !!! Therefore it is not possible to switch between the two !!!
53     C !!! in the middle of an integration. !!!
54 dimitri 1.5 #undef SEAICE_MULTILEVEL
55    
56 dimitri 1.4 #endif /* ALLOW_SEAICE */
57 edhill 1.7 #endif /* SEAICE_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22