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

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

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


Revision 1.5 - (hide annotations) (download)
Mon Apr 7 20:31:16 2008 UTC (16 years, 2 months ago) by dfer
Branch: MAIN
CVS Tags: checkpoint59p
Changes since 1.4: +1 -3 lines
File MIME type: text/plain
Moving dic options to DIC_OPTIONS.h

1 dfer 1.5 C $Header: /u/gcmpack/MITgcm/pkg/dic/DIC_LOAD.h,v 1.4 2006/09/12 19:58:01 stephd Exp $
2 edhill 1.2 C $Name: $
3    
4 stephd 1.1 COMMON /dic_load/
5     & wspeed0, wspeed1, ice0, ice1, atmosp0,
6     & atmosp1, silica0, silica1
7 stephd 1.3 #ifdef READ_PAR
8     & ,par0, par1
9     #endif
10 stephd 1.1 #ifdef ALLOW_FE
11     & ,feinput0,feinput1
12     #endif
13 stephd 1.4 _RS wspeed0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
14 stephd 1.1 _RS wspeed1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
15     _RS ice0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
16     _RS ice1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
17     _RS atmosp0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
18     _RS atmosp1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
19     _RS silica0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
20     _RS silica1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
21 stephd 1.3 #ifdef READ_PAR
22     _RS par0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
23     _RS par1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
24     #endif
25 stephd 1.1 #ifdef ALLOW_FE
26     _RS feinput0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
27     _RS feinput1 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
28     #endif
29    
30 edhill 1.2
31     CEH3 ;;; Local Variables: ***
32     CEH3 ;;; mode:fortran ***
33     CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22