231 |
CToM<<< |
CToM<<< |
232 |
C Coefficients used to calculate sea ice thickness category limits |
C Coefficients used to calculate sea ice thickness category limits |
233 |
C after Lipscomb et al. (2001, JGR), Equ. 22 |
C after Lipscomb et al. (2001, JGR), Equ. 22 |
234 |
|
C choose between |
235 |
|
C - original parameters of Lipscomb et al. (2001): |
236 |
|
C c1=3.0/N, c2=15*c1, c3=3.0 |
237 |
|
C - and a higher resolution of thin end of ITD: |
238 |
|
C c1=1.5/N, c2=42*c1, c3=3.3 |
239 |
Hlimit_c1 = 3.0 |
Hlimit_c1 = 3.0 |
240 |
Hlimit_c2 = 15. |
Hlimit_c2 = 15. |
241 |
Hlimit_c3 = 3.0 |
Hlimit_c3 = 3.0 |
304 |
C#ifdef SEAICE_MULTICATEGORY |
C#ifdef SEAICE_MULTICATEGORY |
305 |
#if defined(SEAICE_MULTICATEGORY) || defined(SEAICE_ITD) |
#if defined(SEAICE_MULTICATEGORY) || defined(SEAICE_ITD) |
306 |
C in case defined(SEAICE_ITD) MULTDIM = nITD (see SEAICE_SIZE.h) |
C in case defined(SEAICE_ITD) MULTDIM = nITD (see SEAICE_SIZE.h) |
307 |
|
C because SEAICE_ITD uses code related to SEAICE_MULTICATEGORY |
308 |
C>>>ToM |
C>>>ToM |
309 |
SEAICE_multDim = MULTDIM |
SEAICE_multDim = MULTDIM |
310 |
#else |
#else |
369 |
SEAICE_area_reg = siEPS |
SEAICE_area_reg = siEPS |
370 |
#endif |
#endif |
371 |
SEAICE_hice_reg = 0.05 _d 0 |
SEAICE_hice_reg = 0.05 _d 0 |
372 |
SEAICE_area_max = 1.00 _d 0 |
SEAICE_area_max = 1.00 _d 0 |
373 |
|
|
374 |
SEAICE_airTurnAngle = 0.0 _d 0 |
SEAICE_airTurnAngle = 0.0 _d 0 |
375 |
SEAICE_waterTurnAngle = 0.0 _d 0 |
SEAICE_waterTurnAngle = 0.0 _d 0 |