/[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.12 by heimbach, Fri Sep 2 23:21:22 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 98  cph      _RL adsss(1-olx:snx+olx,1-oly:s Line 101  cph      _RL adsss(1-olx:snx+olx,1-oly:s
101        common /adexf_rad_down_r/        common /adexf_rad_down_r/
102       &     adswdown, adlwdown       &     adswdown, adlwdown
103  # endif  # endif
104    # ifdef ALLOW_CLIMSST_RELAXATION
105          _RL adclimsst(1-olx:snx+olx,1-oly:sny+oly,nsx,nsy)
106          common /adexf_clim_sst_r/ adclimsst
107    # endif
108    # ifdef ALLOW_CLIMSSS_RELAXATION
109          _RL adclimsss(1-olx:snx+olx,1-oly:sny+oly,nsx,nsy)
110          common /adexf_clim_sss_r/ adclimsss
111    # endif
112    #endif
113    
114    #ifdef ALLOW_SEAICE
115          _RL adarea(1-olx:snx+olx,1-oly:sny+oly,3,nsx,nsy)
116          common /adseaice_dynvars_1/ adarea
117    c
118          _RL adheff(1-olx:snx+olx,1-oly:sny+oly,3,nsx,nsy)
119          _RL adhsnow(1-olx:snx+olx,1-oly:sny+oly,nsx,nsy)
120          common /adseaice_trans/ adheff, adhsnow
121    # ifdef SEAICE_ALLOW_DYNAMICS
122          _RL aduice(1-olx:snx+olx,1-oly:sny+oly,3,nsx,nsy)
123          _RL advice(1-olx:snx+olx,1-oly:sny+oly,3,nsx,nsy)
124          common /adseaice_dynvars_2/ aduice, advice
125    # endif
126  #endif  #endif
127    
128  #endif /* ALLOW_AUTODIFF_MONITOR */  #endif /* ALLOW_AUTODIFF_MONITOR */

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

  ViewVC Help
Powered by ViewVC 1.1.22