/[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.2 by edhill, Thu Sep 2 19:47:48 2004 UTC revision 1.3 by stephd, Thu Oct 13 16:25:12 2005 UTC
# Line 6  C $Name$ Line 6  C $Name$
6        COMMON /dic_load/        COMMON /dic_load/
7       &    wspeed0, wspeed1, ice0, ice1, atmosp0,       &    wspeed0, wspeed1, ice0, ice1, atmosp0,
8       &    atmosp1, silica0, silica1       &    atmosp1, silica0, silica1
9    #ifdef READ_PAR
10         &    ,par0, par1
11    #endif
12  #ifdef ALLOW_FE  #ifdef ALLOW_FE
13       &    ,feinput0,feinput1       &    ,feinput0,feinput1
14  #endif  #endif
# Line 18  C $Name$ Line 21  C $Name$
21                _RS atmosp1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)                _RS atmosp1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
22                _RS silica0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)                _RS silica0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
23                _RS silica1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)                _RS silica1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
24    #ifdef READ_PAR
25                  _RS par0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
26                  _RS par1  (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
27    #endif
28  #ifdef ALLOW_FE  #ifdef ALLOW_FE
29                _RS feinput0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)                _RS feinput0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
30                _RS feinput1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)                _RS feinput1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22