/[MITgcm]/MITgcm/pkg/mom_fluxform/MOM_FLUXFORM.h
ViewVC logotype

Diff of /MITgcm/pkg/mom_fluxform/MOM_FLUXFORM.h

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

revision 1.2 by jmc, Sun Dec 3 04:58:32 2006 UTC revision 1.3 by jahn, Thu Mar 21 18:15:44 2013 UTC
# Line 19  C     == Local variables in common block Line 19  C     == Local variables in common block
19  C     dWtransC :: vertical transp. difference between r & r* coordinates  C     dWtransC :: vertical transp. difference between r & r* coordinates
20  C     dWtransU :: same but above u.point location (West  face)  C     dWtransU :: same but above u.point location (West  face)
21  C     dWtransV :: same but above v.point location (South face)  C     dWtransV :: same but above v.point location (South face)
22    #  ifndef ALLOW_AUTODIFF_OPENAD
23        COMMON /LOCAL_MOM_CALC_RTRANS/        COMMON /LOCAL_MOM_CALC_RTRANS/
24       &       dWtransC, dWtransU, dWtransV       &       dWtransC, dWtransU, dWtransV
25    #  endif
26        _RL dWtransC(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL dWtransC(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
27        _RL dWtransU(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL dWtransU(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)
28        _RL dWtransV(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)        _RL dWtransV(1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy)

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

  ViewVC Help
Powered by ViewVC 1.1.22