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

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

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


Revision 1.3 - (show annotations) (download)
Fri Sep 17 22:57:11 2004 UTC (19 years, 8 months ago) by heimbach
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
File MIME type: text/plain
FILE REMOVED
o remove all tr1-related code (ALLOW_PASSIVE_TRACER)
  (adjoint stuff still has some tr1 names, but all use ptracer arrays)

1 C $Header: /u/gcmpack/MITgcm/model/inc/TR1.h,v 1.2 2001/09/21 15:13:31 cnh Exp $
2 C $Name: $
3 C
4 CBOP
5 C !ROUTINE: TR1.h
6 C !INTERFACE:
7 C include TR1.h
8 C !DESCRIPTION: \bv
9 C *==========================================================*
10 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
19 C TR1 :: tracer concentration (tr per unit volume).
20 C GTR1 :: tracer concentration (TR1 per second).
21 C GTR1NM1 :: tracer concentration (TR1 per second).
22
23 COMMON /TR1_R/
24 & tr1, gTr1, gTr1NM1
25 _RL tr1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
26 _RL gTr1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)
27 _RL gTr1NM1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy)

  ViewVC Help
Powered by ViewVC 1.1.22