/[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.3 by heimbach, Wed Sep 26 04:12:40 2007 UTC revision 1.8 by jmc, Tue Aug 24 13:54:02 2010 UTC
# Line 1  Line 1 
1    C $Header$
2    C $Name$
3    
4        integer ilev_1        integer ilev_1
5        integer ilev_2        integer ilev_2
# Line 7  Line 9 
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.3  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.22