/[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.3 - (hide annotations) (download)
Sat Dec 28 10:11:11 2002 UTC (21 years, 4 months ago) by dimitri
Branch: MAIN
CVS Tags: checkpoint48e_post, checkpoint48b_post, checkpoint48c_pre, checkpoint48d_pre, checkpoint47i_post, checkpoint48d_post, checkpoint47g_post, checkpoint48a_post, checkpoint47j_post, checkpoint48c_post, checkpoint47f_post, checkpoint48, checkpoint47h_post
Branch point for: c24_e25_ice, ecco-branch
Changes since 1.2: +21 -6 lines
File MIME type: text/plain
checkpoint47f_post
Merging from release1_p10:
o modifications for using pkg/exf with pkg/seaice
  - pkg/seaice CPP options SEAICE_EXTERNAL_FORCING
    and SEAICE_EXTERNAL_FLUXES
  - pkg/exf CPP options EXF_READ_EVAP and
    EXF_NO_BULK_COMPUTATIONS
  - usage examples are Experiments 8 and 9 in
    verification/lab_sea/README
  - verification/lab_sea default experiment now uses
    pkg/gmredi, pkg/kpp, pkg/seaice, and pkg/exf

1 heimbach 1.2 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     #include "CPP_OPTIONS.h"
13    
14     #ifdef ALLOW_SEAICE
15    
16 dimitri 1.3 C-- Write "text-plots" of certain fields in STDOUT for debugging.
17 heimbach 1.2 #undef SEAICE_DEBUG
18    
19 dimitri 1.3 C-- Allow sea-ice dynamic code.
20     C This option is provided to allow use of TAMC
21     C on the thermodynamics component of the code only.
22     C Sea-ice dynamics can also be turned off at runtime
23     C using variable SEAICEuseDYNAMICS.
24 heimbach 1.2 #define SEAICE_ALLOW_DYNAMICS
25 dimitri 1.3
26     C-- By default, pkg/seaice defines forcing variable internally, in
27     C SEAICE_FFIELDS.h, and reads them in from files. When CPP option
28     C SEAICE_EXTERNAL_FORCING is defined, the above forcing variables
29     C are defined and provided by an external package. At present this
30     C option is hardwired for pkg/exf and the variables are passed using
31     C include file exf_fields.h.
32     #undef SEAICE_EXTERNAL_FORCING
33    
34     C-- By default, the sea-ice package uses its own integrated bulk
35     C formulae to compute fluxes (fu, fv, EmPmR, Qnet, and Qsw) over
36     C open-ocean. When this flag is set, these variables are computed
37     C in a separate external package, for example, pkg/exf, and then
38     C modified for sea-ice effects by pkg/seaice.
39     #undef SEAICE_EXTERNAL_FLUXES
40 heimbach 1.2
41     #endif ALLOW_SEAICE

  ViewVC Help
Powered by ViewVC 1.1.22