/[MITgcm]/MITgcm/pkg/seaice/SEAICE_TRACER.h
ViewVC logotype

Diff of /MITgcm/pkg/seaice/SEAICE_TRACER.h

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

revision 1.1 by heimbach, Sat Mar 5 18:06:49 2011 UTC revision 1.6 by gforget, Fri Feb 3 13:34:31 2012 UTC
# Line 10  C     | SEAICE_TRACER.h Line 10  C     | SEAICE_TRACER.h
10  C     | o Begin header for sea ice tracers                       |  C     | o Begin header for sea ice tracers                       |
11  C     \==========================================================/  C     \==========================================================/
12  C  C
13  C     IceAgeTr(1) - effective sea ice age  C     SItracer   - generic ice tracer array
14  C             at center of grid, i.e., tracer point  C     SItrBucket - collected SItracer to be later passed to the ocean
15  C             ==> for non-zero AREA, units of ICEAGEAREA are seconds  C     SItrHEFF   - history of HEFF evolution during seaice_growth
16  C                 and actual ice age is ICEAGEAREA / AREA seconds  C     SItrAREA   - history of AREA evolution during seaice_growth
17  C     IceAgeTr(2) - effective sea ice age  C
 C             at center of grid, i.e., tracer point  
 C             ==> for non-zero HEFF,  
 C                 units of ICEAGEVOL are seconds * meters  
 C                 and actual ice age is ICEAGEVOL / HEFF seconds  
 C     IceAgeTr(3), IceAgeTr(4) - effective sea ice age  
 C             t.b.d. (poor-man's multi-category)  
18  C \ev  C \ev
19  CEOP  CEOP
20    
21  #ifdef SEAICE_AGE  #ifdef ALLOW_SITRACER
22        COMMON/SEAICE_AGE_R/IceAgeTr        COMMON /SEAICE_TRACER_R/
23        _RL IceAgeTr   (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy,SEAICE_num)       &        SItracer, SItrBucket, SItrHEFF, SItrAREA
24  C--        _RL SItracer (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy,SItrMaxNum)
25  C     IceAgeTrFile    - File containing initial sea ice age        _RL SItrBucket (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy,SItrMaxNum)
26        CHARACTER*(MAX_LEN_FNAM) IceAgeTrFile(SEAICE_num)        _RL SItrHEFF (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy,5)
27        COMMON /SEAICE_AGE_C/ IceAgeTrFile        _RL SItrAREA (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy,3)
28    
29    C     SItrFile        - File containing initial sea ice tracer
30    C     SItrName        - tracer name ('salinity', 'age', 'one', etc.)
31    C     SItrNameLong    - tracer long name
32    C     SItrUnit        - tracer unit ('psu','s','kg/kg', etc.)
33    C     SItrMate        - variable to which the tracer is associated ('HEFF','AREA',etc.)
34          CHARACTER*(MAX_LEN_FNAM) SItrFile(SItrMaxNum)
35          CHARACTER*(MAX_LEN_FNAM) SItrName(SItrMaxNum)
36          CHARACTER*(MAX_LEN_FNAM) SItrNameLong(SItrMaxNum)
37          CHARACTER*(MAX_LEN_FNAM) SItrUnit(SItrMaxNum)
38          CHARACTER*(4) SItrMate(SItrMaxNum)
39          COMMON /SEAICE_SITR_C/ SItrFile, SItrName, SItrMate,
40         &  SItrNameLong, SItrUnit
41  #endif  #endif
42    
43  CEH3 ;;; Local Variables: ***  CEH3 ;;; Local Variables: ***

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.22