/[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.6 - (show annotations) (download)
Thu Apr 24 21:35:53 2008 UTC (16 years, 1 month ago) by gforget
Branch: MAIN
CVS Tags: checkpoint60, checkpoint61, checkpoint62, checkpoint59q, checkpoint59r, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.5: +4 -4 lines
File MIME type: text/plain
pkg/dic avoiding recomputations, avoiding conflict with exf (wspeed0,1 were defined twice)

1 C $Header: /u/gcmpack/MITgcm/pkg/dic/DIC_LOAD.h,v 1.5 2008/04/07 20:31:16 dfer 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