/[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.36 by heimbach, Sat Sep 17 19:26:55 2016 UTC revision 1.37 by mmazloff, Thu Oct 13 22:03:58 2016 UTC
# Line 173  C--   heimbach@mit.edu 11-Jan-2001 Line 173  C--   heimbach@mit.edu 11-Jan-2001
173        common /adexf_clim_sss_r/ adclimsss        common /adexf_clim_sss_r/ adclimsss
174  # endif  # endif
175    
176    # ifdef USE_EXFCO2
177          _RL adapco2(1-olx:snx+olx,1-oly:sny+oly,nsx,nsy)
178          common /adexf_co2_r/ adapco2
179    # endif
180  #endif /* ALLOW_EXF */  #endif /* ALLOW_EXF */
181    
182  #ifdef ALLOW_SEAICE  #ifdef ALLOW_SEAICE
# Line 212  C--   heimbach@mit.edu 11-Jan-2001 Line 216  C--   heimbach@mit.edu 11-Jan-2001
216        common /adgrid_r_w/ adhfacw        common /adgrid_r_w/ adhfacw
217  #endif /* ALLOW_DEPTH_CONTROL */  #endif /* ALLOW_DEPTH_CONTROL */
218    
219    #ifdef ALLOW_BLING
220          _RL adncp       (1-olx:snx+olx,1-oly:sny+oly,1:nr,nsx,nsy)
221          _RL adcar       (1-olx:snx+olx,1-oly:sny+oly,1:nr,nsx,nsy)
222          _RL adpco2sat   (1-olx:snx+olx,1-oly:sny+oly,nsx,nsy)
223          _RL adomar      (1-olx:snx+olx,1-oly:sny+oly,1:nr,nsx,nsy)
224          common /adbling_prod_r/ adncp, adcar, adpco2sat, adomar
225    #endif
226    
227  #endif /* ALLOW_AUTODIFF_MONITOR */  #endif /* ALLOW_AUTODIFF_MONITOR */

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

  ViewVC Help
Powered by ViewVC 1.1.22