C $Header: /home/ubuntu/mnt/e9_copy/MITgcm_contrib/darwin/pkg/gchem/Attic/GCHEM_FIELDS.h,v 1.2 2010/03/04 14:55:52 jahn dead $ C $Name: $ #ifdef ALLOW_GCHEM CBOP C !ROUTINE: GCHEM_FIELDS.h C !INTERFACE: C !DESCRIPTION: C Contains tracer fields specifically for chemical tracers. C C gchemTendency :: 3DxPTRACER_num field that store the tendencies due C to the bio-geochemical model #ifndef GCHEM_SEPARATE_FORCING _RL gchemTendency(1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy, & PTRACERS_num) COMMON /GCHEM_FIELDS/ & gchemTendency #endif /* GCHEM_SEPARATE_FORCING */ CEOP #endif /* ALLOW_GCHEM */ CEH3 ;;; Local Variables: *** CEH3 ;;; mode:fortran *** CEH3 ;;; End: ***