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

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

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


Revision 1.2 - (hide annotations) (download)
Wed May 7 15:23:04 2014 UTC (10 years, 1 month ago) by jahn
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint65, checkpoint65b, checkpoint65a
Changes since 1.1: +4 -1 lines
File MIME type: text/plain
compute correction for the source/sink of ptracers due to the linear free surface

1 jahn 1.2 C $Header: /u/gcmpack/MITgcm/pkg/ptracers/PTRACERS_FIELDS.h,v 1.1 2007/11/05 18:48:04 jmc Exp $
2 jmc 1.1 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 gPtr :: work-space for time-stepping
19     C gpTrNm1 :: work-space for time-stepping
20     C surfaceForcingPTr :: passive tracer surface forcing
21     _RL pTracer (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy,
22     & PTRACERS_num)
23     _RL gPtr (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy,
24     & PTRACERS_num)
25     _RL gpTrNm1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy,
26     & PTRACERS_num)
27     _RL surfaceForcingPTr (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy,
28     & PTRACERS_num)
29     COMMON /PTRACERS_FIELDS/
30     & pTracer, gPtr, gpTrNm1, surfaceForcingPTr
31    
32 jahn 1.2 _RL totSurfCorPTr(PTRACERS_num)
33     COMMON /PTRACERS_SURFCOR_FIELDS/ totSurfCorPTr
34    
35 jmc 1.1 #endif /* ALLOW_PTRACERS */
36    
37     CEH3 ;;; Local Variables: ***
38     CEH3 ;;; mode:fortran ***
39     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22