/[MITgcm]/MITgcm_contrib/ocean_inversion_project/code/PTRACERS.h
ViewVC logotype

Diff of /MITgcm_contrib/ocean_inversion_project/code/PTRACERS.h

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

revision 1.4 by dimitri, Thu Sep 25 03:01:59 2003 UTC revision 1.5 by dimitri, Tue Oct 21 03:25:30 2003 UTC
# Line 90  C                         Takahashi CO2 Line 90  C                         Takahashi CO2
90        _RS pTracerTakahashi(1-OLx:sNx+OLx,1-OLy:sNy+OLy,12,nSx,nSy)        _RS pTracerTakahashi(1-OLx:sNx+OLx,1-OLy:sNy+OLy,12,nSx,nSy)
91        COMMON /PTRACERS_Takahashi/ pTracerTakahashi        COMMON /PTRACERS_Takahashi/ pTracerTakahashi
92    
93    C     pTracerAtmCO2 :: arrays containing atmospheric CO2 concentration
94          integer   pTracerAtm_Nrec
95          PARAMETER(pTracerAtm_Nrec = 492)
96          _RS pTracerAtmYear(pTracerAtm_Nrec)
97          _RS pTracerAtmCO2 (pTracerAtm_Nrec)
98          COMMON /PTRACERS_AtmCO2/ pTracerAtmYear, pTracerAtmCO2
99    
100  CEOP  CEOP
101  #endif /* ALLOW_PTRACERS */  #endif /* ALLOW_PTRACERS */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22