/[MITgcm]/MITgcm/pkg/dic/DIC_LOAD.h
ViewVC logotype

Diff of /MITgcm/pkg/dic/DIC_LOAD.h

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

revision 1.8 by jmc, Sun Apr 17 21:08:40 2011 UTC revision 1.9 by jmc, Tue Nov 4 17:16:32 2014 UTC
# Line 3  C $Name$ Line 3  C $Name$
3    
4  C--   COMMON /DIC_LOAD/  C--   COMMON /DIC_LOAD/
5  C     DIC_ldRec     :: time-record currently loaded (in temp arrays *[1])  C     DIC_ldRec     :: time-record currently loaded (in temp arrays *[1])
6    C     chlinput      :: chlorophyll climatology input field [mg/m3]
7    
8        COMMON /DIC_LOAD_I/ DIC_ldRec        COMMON /DIC_LOAD_I/ DIC_ldRec
9        COMMON /DIC_LOAD_RS/        COMMON /DIC_LOAD_RS/
# Line 14  C     DIC_ldRec     :: time-record curre Line 15  C     DIC_ldRec     :: time-record curre
15  #ifdef ALLOW_FE  #ifdef ALLOW_FE
16       &    ,feinput0,feinput1       &    ,feinput0,feinput1
17  #endif  #endif
18    #ifdef LIGHT_CHL
19         &    ,chlinput
20    #endif
21    
22        INTEGER DIC_ldRec(nSx,nSy)        INTEGER DIC_ldRec(nSx,nSy)
23        _RS dicwind0  (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RS dicwind0  (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
# Line 32  C     DIC_ldRec     :: time-record curre Line 36  C     DIC_ldRec     :: time-record curre
36        _RS feinput0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RS feinput0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
37        _RS feinput1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RS feinput1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
38  #endif  #endif
39    #ifdef LIGHT_CHL
40          _RS chlinput (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
41    #endif
42    
43  CEH3 ;;; Local Variables: ***  CEH3 ;;; Local Variables: ***
44  CEH3 ;;; mode:fortran ***  CEH3 ;;; mode:fortran ***

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.22