/[MITgcm]/MITgcm/pkg/ptracers/PTRACERS_FIELDS.h
ViewVC logotype

Contents of /MITgcm/pkg/ptracers/PTRACERS_FIELDS.h

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


Revision 1.3 - (show annotations) (download)
Fri Aug 15 19:18:12 2014 UTC (9 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65c, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e
Changes since 1.2: +2 -5 lines
File MIME type: text/plain
remove gPtr from common block

1 C $Header: /u/gcmpack/MITgcm/pkg/ptracers/PTRACERS_FIELDS.h,v 1.2 2014/05/07 15:23:04 jahn Exp $
2 C $Name: $
3
4 #ifdef ALLOW_PTRACERS
5
6 CBOP
7 C !ROUTINE: PTRACERS_FIELDS.h
8 C !INTERFACE:
9 C #include PTRACERS_FIELDS.h
10
11 C !DESCRIPTION:
12 C Contains passive tracer fields
13
14 CEOP
15
16 C COMMON /PTRACERS_FIELDS/
17 C pTracer :: passive tracer concentration (tr per unit volume).
18 C gpTrNm1 :: work-space for time-stepping
19 C surfaceForcingPTr :: passive tracer surface forcing
20 _RL pTracer (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy,
21 & PTRACERS_num)
22 _RL gpTrNm1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy,
23 & PTRACERS_num)
24 _RL surfaceForcingPTr (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy,
25 & PTRACERS_num)
26 COMMON /PTRACERS_FIELDS/
27 & pTracer, gpTrNm1, surfaceForcingPTr
28
29 _RL totSurfCorPTr(PTRACERS_num)
30 COMMON /PTRACERS_SURFCOR_FIELDS/ totSurfCorPTr
31
32 #endif /* ALLOW_PTRACERS */
33
34 CEH3 ;;; Local Variables: ***
35 CEH3 ;;; mode:fortran ***
36 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22