| 1 |
C $Header: /u/gcmpack/MITgcm/pkg/seaice/SEAICE.h,v 1.55 2011/02/26 00:10:51 dimitri Exp $ |
| 2 |
C $Name: $ |
| 3 |
|
| 4 |
CBOP |
| 5 |
C !ROUTINE: SEAICE_TRACER.h |
| 6 |
|
| 7 |
C !DESCRIPTION: \bv |
| 8 |
C /==========================================================\ |
| 9 |
C | SEAICE_TRACER.h | |
| 10 |
C | o Begin header for sea ice tracers | |
| 11 |
C \==========================================================/ |
| 12 |
C |
| 13 |
C IceAgeTr(1) - effective sea ice age |
| 14 |
C at center of grid, i.e., tracer point |
| 15 |
C ==> for non-zero AREA, units of ICEAGEAREA are seconds |
| 16 |
C and actual ice age is ICEAGEAREA / AREA seconds |
| 17 |
C IceAgeTr(2) - effective sea ice age |
| 18 |
C at center of grid, i.e., tracer point |
| 19 |
C ==> for non-zero HEFF, |
| 20 |
C units of ICEAGEVOL are seconds * meters |
| 21 |
C and actual ice age is ICEAGEVOL / HEFF seconds |
| 22 |
C IceAgeTr(3), IceAgeTr(4) - effective sea ice age |
| 23 |
C t.b.d. (poor-man's multi-category) |
| 24 |
C \ev |
| 25 |
CEOP |
| 26 |
|
| 27 |
#ifdef SEAICE_AGE |
| 28 |
COMMON/SEAICE_AGE_R/IceAgeTr |
| 29 |
_RL IceAgeTr (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy,SEAICE_num) |
| 30 |
C-- |
| 31 |
C IceAgeTrFile - File containing initial sea ice age |
| 32 |
CHARACTER*(MAX_LEN_FNAM) IceAgeTrFile(SEAICE_num) |
| 33 |
COMMON /SEAICE_AGE_C/ IceAgeTrFile |
| 34 |
#endif |
| 35 |
|
| 36 |
CEH3 ;;; Local Variables: *** |
| 37 |
CEH3 ;;; mode:fortran *** |
| 38 |
CEH3 ;;; End: *** |