/[MITgcm]/MITgcm/model/inc/TR1.h
ViewVC logotype

Diff of /MITgcm/model/inc/TR1.h

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

revision 1.1 by heimbach, Fri Jul 13 14:15:29 2001 UTC revision 1.2 by cnh, Fri Sep 21 15:13:31 2001 UTC
# Line 1  Line 1 
1  C $Header$  C $Header$
2  C $Name$  C $Name$
3  C  C
4  C     /==========================================================\  CBOP
5  C     | TR1.h                                                    |  C    !ROUTINE: TR1.h
6  C     | o Tracer 1 prognostic state.                             |  C    !INTERFACE:
7  C     |==========================================================|  C    include TR1.h
8  C     | The value and two levels of time tendency are held for   |  C    !DESCRIPTION: \bv
9  C     | each prognostic variable.                                |  C     *==========================================================*
10  C     \==========================================================/  C     | TR1.h                                                    
11    C     | o Tracer 1 prognostic state.                              
12    C     *==========================================================*
13    C     | The value and two levels of time tendency are held for    
14    C     | each prognostic variable.                                
15    C     *==========================================================*
16    C     \ev
17    CEOP
18  C  C
19  C     TR1     - tracer concentration (tr per unit volume).  C     TR1     :: tracer concentration (tr per unit volume).
20  C     GTR1    - tracer concentration (TR1 per second).  C     GTR1    :: tracer concentration (TR1 per second).
21  C     GTR1NM1 - tracer concentration (TR1 per second).  C     GTR1NM1 :: tracer concentration (TR1 per second).
22    
23        COMMON /TR1_R/        COMMON /TR1_R/
24       &                   tr1, gTr1, gTr1NM1       &                   tr1, gTr1, gTr1NM1

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

  ViewVC Help
Powered by ViewVC 1.1.22