/[MITgcm]/MITgcm/pkg/autodiff/AUTODIFF.h
ViewVC logotype

Contents of /MITgcm/pkg/autodiff/AUTODIFF.h

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


Revision 1.6 - (show annotations) (download)
Wed Jun 24 20:09:08 2009 UTC (15 years ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint62, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62i, checkpoint62h, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61z, checkpoint61x, checkpoint61y
Changes since 1.5: +2 -2 lines
File MIME type: text/plain
Adjust store blocks following change of 3D to 2D arrays

1 C $Header: /u/gcmpack/MITgcm/pkg/autodiff/AUTODIFF.h,v 1.5 2009/06/02 16:10:31 heimbach Exp $
2 C $Name: $
3
4 integer ilev_1
5 integer ilev_2
6 integer ilev_3
7 integer ilev_4
8 integer max_lev2
9 integer max_lev3
10 integer max_lev4
11 integer NDV3D, NDV2D, NEXF1, NEXF2, NCTRL1, NOB, NSI
12 PARAMETER (NDV3D = 12)
13 PARAMETER (NDV2D = 23)
14 PARAMETER (NEXF1 = 21)
15 PARAMETER (NEXF2 = 18)
16 PARAMETER (NCTRL1 = 18)
17 PARAMETER (NOB = 18)
18 PARAMETER (NSI = 19)
19 _RL StoreDynVars3D
20 & (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy,NDV3D)
21 _RL StoreDynVars2D
22 & (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy,NDV2D)
23 _RL StoreEXF1(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy,NEXF1)
24 _RL StoreEXF2(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy,NEXF2)
25 _RL StoreCTRLS1(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy,NCTRL1)
26 _RL StoreOBCSN(1-Olx:sNx+Olx,Nr,nSx,nSy,NOB)
27 _RL StoreOBCSS(1-Olx:sNx+Olx,Nr,nSx,nSy,NOB)
28 _RL StoreOBCSE(1-OLy:sNy+OLy,Nr,nSx,nSy,NOB)
29 _RL StoreOBCSW(1-OLy:sNy+OLy,Nr,nSx,nSy,NOB)
30 _RL StoreSEAICE(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy,NSI)
31
32 COMMON /AUTODIFF_STORE_DYN/
33 & StoreDynVars3D,
34 & StoreDynVars2D
35 COMMON /AUTODIFF_STORE_EXF_FLUX/
36 & StoreEXF1
37 COMMON /AUTODIFF_STORE_EXF_ATMOS/
38 & StoreEXF2
39 COMMON /AUTODIFF_STORE_CTRL/
40 & StoreCTRLS1
41 COMMON /AUTODIFF_STORE_OBCSN/
42 & StoreOBCSN
43 COMMON /AUTODIFF_STORE_OBCSS/
44 & StoreOBCSS
45 COMMON /AUTODIFF_STORE_OBCSE/
46 & StoreOBCSE
47 COMMON /AUTODIFF_STORE_OBCSW/
48 & StoreOBCSW
49 COMMON /AUTODIFF_STORE_SEAICE/
50 & StoreSEAICE
51

  ViewVC Help
Powered by ViewVC 1.1.22