/[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.6 - (hide annotations) (download)
Thu Apr 24 21:35:53 2008 UTC (16 years, 5 months 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 gforget 1.6 C $Header: /u/gcmpack/MITgcm/pkg/dic/DIC_LOAD.h,v 1.5 2008/04/07 20:31:16 dfer Exp $
2 edhill 1.2 C $Name: $
3    
4 stephd 1.1 COMMON /dic_load/
5 gforget 1.6 & dicwind0, dicwind1, ice0, ice1, atmosp0,
6 stephd 1.1 & 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 gforget 1.6 _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 stephd 1.1 _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