23 |
C on the thermodynamics component of the code only. |
C on the thermodynamics component of the code only. |
24 |
C Sea-ice dynamics can also be turned off at runtime |
C Sea-ice dynamics can also be turned off at runtime |
25 |
C using variable SEAICEuseDYNAMICS. |
C using variable SEAICEuseDYNAMICS. |
26 |
#define SEAICE_ALLOW_DYNAMICS |
#undef SEAICE_ALLOW_DYNAMICS |
27 |
|
|
28 |
C-- By default, pkg/seaice defines forcing variable internally, in |
C-- By default, pkg/seaice defines forcing variable internally, in |
29 |
C SEAICE_FFIELDS.h, and reads them in from files. When CPP option |
C SEAICE_FFIELDS.h, and reads them in from files. When CPP option |
41 |
C open-ocean. When this flag is set, these variables are computed |
C open-ocean. When this flag is set, these variables are computed |
42 |
C in a separate external package, for example, pkg/exf, and then |
C in a separate external package, for example, pkg/exf, and then |
43 |
C modified for sea-ice effects by pkg/seaice. |
C modified for sea-ice effects by pkg/seaice. |
44 |
#undef SEAICE_EXTERNAL_FLUXES |
#define SEAICE_EXTERNAL_FLUXES |
45 |
|
|
46 |
C-- By default, the sea-ice package uses 2-category thermodynamics. |
C-- By default, the sea-ice package uses 2-category thermodynamics. |
47 |
C When this flag is set, an 8-category calculation of ice |
C When this flag is set, an 8-category calculation of ice |