/[MITgcm]/MITgcm_contrib/darwin/pkg/gchem/GCHEM_FIELDS.h
ViewVC logotype

Annotation of /MITgcm_contrib/darwin/pkg/gchem/GCHEM_FIELDS.h

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


Revision 1.2 - (hide annotations) (download)
Thu Mar 4 14:55:52 2010 UTC (15 years, 4 months ago) by jahn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
File MIME type: text/plain
FILE REMOVED
retiring custom gchem package: darwin now plugs into main gchem

1 jahn 1.2 C $Header: /u/gcmpack/MITgcm_contrib/darwin/pkg/gchem/GCHEM_FIELDS.h,v 1.1 2008/01/11 21:28:01 jahn Exp $
2 jahn 1.1 C $Name: $
3    
4     #ifdef ALLOW_GCHEM
5     CBOP
6     C !ROUTINE: GCHEM_FIELDS.h
7     C !INTERFACE:
8    
9     C !DESCRIPTION:
10     C Contains tracer fields specifically for chemical tracers.
11     C
12     C gchemTendency :: 3DxPTRACER_num field that store the tendencies due
13     C to the bio-geochemical model
14    
15     #ifndef GCHEM_SEPARATE_FORCING
16     _RL gchemTendency(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy,
17     & PTRACERS_num)
18     COMMON /GCHEM_FIELDS/
19     & gchemTendency
20     #endif /* GCHEM_SEPARATE_FORCING */
21     CEOP
22     #endif /* ALLOW_GCHEM */
23    
24     CEH3 ;;; Local Variables: ***
25     CEH3 ;;; mode:fortran ***
26     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22