/[MITgcm]/MITgcm/verification/1D_ocean_ice_column/code/SEAICE_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/verification/1D_ocean_ice_column/code/SEAICE_OPTIONS.h

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


Revision 1.11 - (show annotations) (download)
Sat Feb 11 03:48:49 2012 UTC (12 years, 3 months ago) by gforget
Branch: MAIN
Changes since 1.10: +9 -13 lines
File MIME type: text/plain
- update CPPs and run time params (SEAICE_tempFrz0    = -1.96,
  SEAICE_dTempFrz_dS = 0., to use constant freezing point).
- no result chnages.

1 C $Header: /u/gcmpack/MITgcm/verification/1D_ocean_ice_column/code/SEAICE_OPTIONS.h,v 1.10 2012/02/09 03:46:47 gforget Exp $
2 C $Name: $
3
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 C | package.
10 C *==========================================================*
11
12 #ifndef SEAICE_OPTIONS_H
13 #define SEAICE_OPTIONS_H
14 #include "PACKAGES_CONFIG.h"
15 #include "CPP_OPTIONS.h"
16
17 #ifdef ALLOW_SEAICE
18 C Package-specific Options & Macros go here
19
20 C-- Write "text-plots" of certain fields in STDOUT for debugging.
21 #undef SEAICE_DEBUG
22
23 C-- Allow sea-ice dynamic code.
24 C This option is provided to allow use of TAMC
25 C on the thermodynamics component of the code only.
26 C Sea-ice dynamics can also be turned off at runtime
27 C using variable SEAICEuseDYNAMICS.
28 #undef SEAICE_ALLOW_DYNAMICS
29
30 C-- By default, the sea-ice package uses its own integrated bulk
31 C formulae to compute fluxes (fu, fv, EmPmR, Qnet, and Qsw) over
32 C open-ocean. When this flag is set, these variables are computed
33 C in a separate external package, for example, pkg/exf, and then
34 C modified for sea-ice effects by pkg/seaice.
35 #define SEAICE_EXTERNAL_FLUXES
36
37 C-- By default, the sea-ice package uses 2-category thermodynamics.
38 C When this flag is set, an 8-category calculation of ice
39 C thermodynamics is carried out in groatb.F
40 C Note the pickup_seaice.* generated by this option differ
41 C from those generated with the default 2-category model.
42 C Therefore it is not possible to switch between the two
43 C in the middle of an integration.
44 #undef SEAICE_MULTICATEGORY
45 #undef SEAICE_MODIFY_GROWTH_ADJ
46 #undef SEAICE_SIMPLIFY_GROWTH_ADJ
47
48 C-- Since the missing sublimation term is now included
49 C this flag is needed for backward compatibility
50 #define SEAICE_DISABLE_SUBLIM
51
52 C-- The freezing point of water is a simple linear dependence to salinity.
53 C The flag below is now obsolete, but kept to ease the transition
54 C from the old constant freezing point default (see seaice_check.F).
55 #define SEAICE_VARIABLE_FREEZING_POINT
56
57 C-- By default cdm wind stress under sea-ice is set to the
58 C same value as it would be if there was no sea-ice.
59 C This is a placeholder until a more physically-sensible
60 C stable solution is developed. Apparently ocean stress
61 C that is based on sea-ice velocity can cause trouble in
62 C Arctic Ocean configurations. This temporary solution
63 C also corresponds to that adopted by CCSM-2. For the
64 C adventurous user who requires ice-modified stress,
65 C following options are available.
66 #undef SEAICE_ORIGINAL_BAD_ICE_STRESS
67 #undef SEAICE_TEST_ICE_STRESS_1
68
69 C-- By default the seaice model is discretized on a B-Grid (for
70 C historical reasons). Define the following flag to use a new
71 C (not thoroughly) test version on a C-grid
72 #define SEAICE_CGRID
73
74 C-- Only for the C-grid version it is possible to enable EVP code by
75 C defining the following flag
76 #ifdef SEAICE_CGRID
77 #define SEAICE_ALLOW_EVP
78 #endif /* SEAICE_CGRID */
79
80 C-- By default sea ice is fresh. Set following flag for salty ice.
81 #define SEAICE_VARIABLE_SALINITY
82
83
84 #endif /* ALLOW_SEAICE */
85 #endif /* SEAICE_OPTIONS_H */
86
87 CEH3 ;;; Local Variables: ***
88 CEH3 ;;; mode:fortran ***
89 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22