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

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

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

revision 1.10 by heimbach, Tue Aug 30 21:38:56 2005 UTC revision 1.11 by heimbach, Tue Aug 30 22:28:50 2005 UTC
# Line 13  C--   heimbach@mit.edu 11-Jan-2001 Line 13  C--   heimbach@mit.edu 11-Jan-2001
13  #ifdef ALLOW_EXF  #ifdef ALLOW_EXF
14  # include "EXF_OPTIONS.h"  # include "EXF_OPTIONS.h"
15  #endif  #endif
16    #ifdef ALLOW_SEAICE
17    # include "SEAICE_OPTIONS.h"
18    #endif
19    
20        common /addynvars_r/        common /addynvars_r/
21       &                     adetan, adetah,       &                     adetan, adetah,
# Line 100  cph      _RL adsss(1-olx:snx+olx,1-oly:s Line 103  cph      _RL adsss(1-olx:snx+olx,1-oly:s
103  # endif  # endif
104  #endif  #endif
105    
106    #ifdef ALLOW_SEAICE
107          _RL adarea(1-olx:snx+olx,1-oly:sny+oly,3,nsx,nsy)
108          common /adseaice_dynvars_1/ adarea
109    c
110          _RL adheff(1-olx:snx+olx,1-oly:sny+oly,3,nsx,nsy)
111          _RL adhsnow(1-olx:snx+olx,1-oly:sny+oly,nsx,nsy)
112          common /adseaice_trans/ adheff, adhsnow
113    # ifdef SEAICE_ALLOW_DYNAMICS
114          _RL aduice(1-olx:snx+olx,1-oly:sny+oly,3,nsx,nsy)
115          _RL advice(1-olx:snx+olx,1-oly:sny+oly,3,nsx,nsy)
116          common /adseaice_dynvars_2/ aduice, advice
117    # endif
118    #endif
119    
120  #endif /* ALLOW_AUTODIFF_MONITOR */  #endif /* ALLOW_AUTODIFF_MONITOR */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.22