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

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

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

revision 1.4 by jmc, Mon Oct 8 23:50:52 2007 UTC revision 1.7 by gforget, Mon Aug 9 16:05:22 2010 UTC
# Line 9  C $Name$ Line 9  C $Name$
9        integer max_lev3        integer max_lev3
10        integer max_lev4        integer max_lev4
11        integer NDV3D, NDV2D, NEXF1, NEXF2, NCTRL1, NOB, NSI        integer NDV3D, NDV2D, NEXF1, NEXF2, NCTRL1, NOB, NSI
12    #ifdef ALLOW_ADAMSBASHFORTH_3
13          PARAMETER (NDV3D  = 16)
14    #else
15        PARAMETER (NDV3D  = 12)        PARAMETER (NDV3D  = 12)
16    #endif
17        PARAMETER (NDV2D  = 23)        PARAMETER (NDV2D  = 23)
18        PARAMETER (NEXF1  = 21)        PARAMETER (NEXF1  = 21)
19        PARAMETER (NEXF2  = 18)        PARAMETER (NEXF2  = 18)
20        PARAMETER (NCTRL1 = 18)        PARAMETER (NCTRL1 = 18)
21        PARAMETER (NOB = 18)        PARAMETER (NOB = 18)
22        PARAMETER (NSI = 25)              PARAMETER (NSI = 19)      
23        _RL StoreDynVars3D        _RL StoreDynVars3D
24       &    (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy,NDV3D)       &    (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy,NDV3D)
25        _RL StoreDynVars2D        _RL StoreDynVars2D

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.22