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

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

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


Revision 1.7 - (show annotations) (download)
Sat Jan 2 22:52:55 2010 UTC (14 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62v, checkpoint62u, checkpoint62t
Changes since 1.6: +9 -9 lines
File MIME type: text/plain
remove "tab" in source code.

1 C $Header: /u/gcmpack/MITgcm/pkg/dic/DIC_LOAD.h,v 1.6 2008/04/24 21:35:53 gforget Exp $
2 C $Name: $
3
4 COMMON /dic_load/
5 & dicwind0, dicwind1, ice0, ice1, atmosp0,
6 & atmosp1, silica0, silica1
7 #ifdef READ_PAR
8 & ,par0, par1
9 #endif
10 #ifdef ALLOW_FE
11 & ,feinput0,feinput1
12 #endif
13 _RS dicwind0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
14 _RS dicwind1 (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 #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 #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
31 CEH3 ;;; Local Variables: ***
32 CEH3 ;;; mode:fortran ***
33 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22