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

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

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

revision 1.7 by heimbach, Tue Aug 30 21:38:56 2005 UTC revision 1.8 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 /g_dynvars_r/        common /g_dynvars_r/
21       &                     g_etan, g_etah,       &                     g_etan, g_etah,
# Line 91  cph      _RL g_sss(1-olx:snx+olx,1-oly:s Line 94  cph      _RL g_sss(1-olx:snx+olx,1-oly:s
94  # endif  # endif
95  #endif  #endif
96    
97    #ifdef ALLOW_SEAICE
98          _RL g_area(1-olx:snx+olx,1-oly:sny+oly,3,nsx,nsy)
99          common /g_seaice_dynvars_1/ g_area
100    c
101          _RL g_heff(1-olx:snx+olx,1-oly:sny+oly,3,nsx,nsy)
102          _RL g_hsnow(1-olx:snx+olx,1-oly:sny+oly,nsx,nsy)
103          common /g_seaice_trans/ g_heff, g_hsnow
104    # ifdef SEAICE_ALLOW_DYNAMICS
105          _RL g_uice(1-olx:snx+olx,1-oly:sny+oly,3,nsx,nsy)
106          _RL g_vice(1-olx:snx+olx,1-oly:sny+oly,3,nsx,nsy)
107          common /g_seaice_dynvars_2/ g_uice, g_vice
108    # endif
109    #endif
110    
111  #endif ALLOW_AUTODIFF_MONITOR  #endif ALLOW_AUTODIFF_MONITOR

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.22