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

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

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


Revision 1.1 - (hide annotations) (download)
Fri Jul 13 14:15:29 2001 UTC (22 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint40pre2, checkpoint40pre5, checkpoint40pre6, checkpoint40pre8, checkpoint40pre4, checkpoint40pre3, checkpoint40pre9, checkpoint40pre7, checkpoint40
File MIME type: text/plain
o Added paramters for passive tracers
o Added passive tracer fields

1 heimbach 1.1 C $Header: /u/gcmpack/models/MITgcmUV/model/inc/DYNVARS.h,v 1.12 2001/03/06 16:34:32 jmc Exp $
2     C $Name: checkpoint39 $
3     C
4     C /==========================================================\
5     C | TR1.h |
6     C | o Tracer 1 prognostic state. |
7     C |==========================================================|
8     C | The value and two levels of time tendency are held for |
9     C | each prognostic variable. |
10     C \==========================================================/
11     C
12     C TR1 - tracer concentration (tr per unit volume).
13     C GTR1 - tracer concentration (TR1 per second).
14     C GTR1NM1 - tracer concentration (TR1 per second).
15    
16     COMMON /TR1_R/
17     & tr1, gTr1, gTr1NM1
18     _RL tr1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
19     _RL gTr1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
20     _RL gTr1NM1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)

  ViewVC Help
Powered by ViewVC 1.1.22