| 65 |
# define ALLOW_SITRACER_ADVCAP |
# define ALLOW_SITRACER_ADVCAP |
| 66 |
#endif |
#endif |
| 67 |
|
|
| 68 |
#define SEAICE_ADD_SUBLIMATION_TO_FWBUDGET |
C-- Enable grease ice parameterization |
| 69 |
|
C The grease ice parameterization delays formation of solid |
| 70 |
|
C sea ice from frazil ice by a time constant and provides a |
| 71 |
|
C dynamic calculation of the initial solid sea ice thickness |
| 72 |
|
C HO as a function of winds, currents and available grease ice |
| 73 |
|
C volume. Grease ice does not significantly reduce heat loss |
| 74 |
|
C from the ocean in winter and area covered by grease is thus |
| 75 |
|
C handled like open water. |
| 76 |
|
C (For details see Smedsrud and Martin, 2014, Ann.Glac.) |
| 77 |
|
C Set SItrName(1) = 'grease' in namelist SEAICE_PARM03 in data.seaice |
| 78 |
|
C then output SItr01 is SItrNameLong(1) = 'grease ice volume fraction', |
| 79 |
|
C with SItrUnit(1) = '[0-1]', which needs to be multiplied by SIheff |
| 80 |
|
C to yield grease ice volume. Additionally, the actual grease ice |
| 81 |
|
C layer thickness (diagnostic SIgrsLT) can be saved. |
| 82 |
|
#undef SEAICE_GREASE |
| 83 |
|
C-- grease ice uses SItracer: |
| 84 |
|
#ifdef SEAICE_GREASE |
| 85 |
|
# define ALLOW_SITRACER |
| 86 |
|
# define ALLOW_SITRACER_ADVCAP |
| 87 |
|
#endif |
| 88 |
|
|
| 89 |
C-- By default the seaice model is discretized on a B-Grid (for |
C-- By default the seaice model is discretized on a B-Grid (for |
| 90 |
C historical reasons). Define the following flag to use a new |
C historical reasons). Define the following flag to use a new |
| 155 |
C-- Enable free drift code |
C-- Enable free drift code |
| 156 |
#undef SEAICE_ALLOW_FREEDRIFT |
#undef SEAICE_ALLOW_FREEDRIFT |
| 157 |
|
|
| 158 |
|
C-- pkg/seaice cost functions compile flags |
| 159 |
|
c >>> Sea-ice volume (requires pkg/cost) |
| 160 |
|
#undef ALLOW_COST_ICE |
| 161 |
|
c >>> Sea-ice misfit to obs (requires pkg/cost and ecco) |
| 162 |
|
#undef ALLOW_SEAICE_COST_SMR_AREA |
| 163 |
|
|
| 164 |
#endif /* ALLOW_SEAICE */ |
#endif /* ALLOW_SEAICE */ |
| 165 |
#endif /* SEAICE_OPTIONS_H */ |
#endif /* SEAICE_OPTIONS_H */ |
| 166 |
|
|