/[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.1 by heimbach, Fri Jun 1 23:30:16 2007 UTC revision 1.3 by heimbach, Wed Sep 26 04:12:40 2007 UTC
# Line 7  Line 7 
7        integer max_lev3        integer max_lev3
8        integer max_lev4        integer max_lev4
9        integer NDV3D, NDV2D, NEXF1, NEXF2, NCTRL1, NOB, NSI        integer NDV3D, NDV2D, NEXF1, NEXF2, NCTRL1, NOB, NSI
10        PARAMETER (NDV3D = 12)        PARAMETER (NDV3D  = 12)
11        PARAMETER (NDV2D = 23)        PARAMETER (NDV2D  = 23)
12        PARAMETER (NEXF1 = 16)        PARAMETER (NEXF1  = 21)
13        PARAMETER (NEXF2 = 25)        PARAMETER (NEXF2  = 18)
14        PARAMETER (NCTRL1 = 18)        PARAMETER (NCTRL1 = 18)
15        PARAMETER (NOB = 18)        PARAMETER (NOB = 18)
16        PARAMETER (NSI = 24)              PARAMETER (NSI = 25)      
17        _RL StoreDynVars3D        _RL StoreDynVars3D
18       &    (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy,NDV3D)       &    (1-OLx:sNx+OLx,1-OLy:sNy+OLy,Nr,nSx,nSy,NDV3D)
19        _RL StoreDynVars2D        _RL StoreDynVars2D

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22