/[MITgcm]/MITgcm/model/src/main_do_loop.F
ViewVC logotype

Diff of /MITgcm/model/src/main_do_loop.F

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

revision 1.7 by heimbach, Fri Mar 29 23:08:55 2013 UTC revision 1.8 by heimbach, Sat Mar 30 13:25:46 2013 UTC
# Line 74  c They provide the fields to be stored. Line 74  c They provide the fields to be stored.
74  #  include "EOS.h"  #  include "EOS.h"
75  #  include "AUTODIFF.h"  #  include "AUTODIFF.h"
76    
 # endif /* ALLOW_AUTODIFF_OPENAD */  
   
77  #  ifdef ALLOW_GENERIC_ADVDIFF  #  ifdef ALLOW_GENERIC_ADVDIFF
78  #   include "GAD.h"  #   include "GAD.h"
79  #   include "GAD_SOM_VARS.h"  #   include "GAD_SOM_VARS.h"
# Line 86  c They provide the fields to be stored. Line 84  c They provide the fields to be stored.
84  #  ifdef ALLOW_CD_CODE  #  ifdef ALLOW_CD_CODE
85  #   include "CD_CODE_VARS.h"  #   include "CD_CODE_VARS.h"
86  #  endif  #  endif
 #  ifdef ALLOW_PTRACERS  
 #   include "PTRACERS_SIZE.h"  
 #   include "PTRACERS_FIELDS.h"  
 #   include "PTRACERS_START.h"  
 #  endif  
 # ifdef ALLOW_GCHEM  
 #  include "GCHEM_FIELDS.h"  
 # endif  
 # ifdef ALLOW_CFC  
 #  include "CFC.h"  
 # endif  
 # ifdef ALLOW_DIC  
 #  include "DIC_VARS.h"  
 #  include "DIC_LOAD.h"  
 #  include "DIC_ATMOS.h"  
 #  include "DIC_CTRL.h"  
 #  include "DIC_COST.h"  
 # endif  
87  #  ifdef ALLOW_OBCS  #  ifdef ALLOW_OBCS
88  #   include "OBCS_PARAMS.h"  #   include "OBCS_PARAMS.h"
89  #   include "OBCS_FIELDS.h"  #   include "OBCS_FIELDS.h"
# Line 132  c They provide the fields to be stored. Line 112  c They provide the fields to be stored.
112  #   include "THSICE_SIZE.h"  #   include "THSICE_SIZE.h"
113  #   include "THSICE_VARS.h"  #   include "THSICE_VARS.h"
114  #  endif  #  endif
 #  ifdef ALLOW_SHELFICE  
 #   include "SHELFICE.h"  
 #   include "SHELFICE_COST.h"  
 #  endif  
 #  ifdef ALLOW_STREAMICE  
 #   include "STREAMICE.h"  
 #   include "STREAMICE_ADV.h"  
 #   include "STREAMICE_BDRY.h"  
 #   include "STREAMICE_CG.h"  
 #  endif  
115  #  ifdef ALLOW_EBM  #  ifdef ALLOW_EBM
116  #   include "EBM.h"  #   include "EBM.h"
117  #  endif  #  endif
# Line 174  c They provide the fields to be stored. Line 144  c They provide the fields to be stored.
144  #  endif  #  endif
145  # endif  # endif
146    
147  cph# endif /* undef ALLOW_AUTODIFF_OPENAD */  # endif /* undef ALLOW_AUTODIFF_OPENAD */
148    
149  # ifdef ALLOW_CTRL  # ifdef ALLOW_CTRL
150  # include "CTRL_SIZE.h"  # include "CTRL_SIZE.h"
# Line 186  cph# endif /* undef ALLOW_AUTODIFF_OPENA Line 156  cph# endif /* undef ALLOW_AUTODIFF_OPENA
156  #  include "cost.h"  #  include "cost.h"
157  # endif  # endif
158    
159    #  ifdef ALLOW_PTRACERS
160    #   include "PTRACERS_SIZE.h"
161    #   include "PTRACERS_FIELDS.h"
162    #   include "PTRACERS_START.h"
163    #  endif
164    # ifdef ALLOW_GCHEM
165    #  include "GCHEM_FIELDS.h"
166    # endif
167    # ifdef ALLOW_CFC
168    #  include "CFC.h"
169    # endif
170    # ifdef ALLOW_DIC
171    #  include "DIC_VARS.h"
172    #  include "DIC_LOAD.h"
173    #  include "DIC_ATMOS.h"
174    #  include "DIC_CTRL.h"
175    #  include "DIC_COST.h"
176    # endif
177    #  ifdef ALLOW_SHELFICE
178    #   include "SHELFICE.h"
179    #   include "SHELFICE_COST.h"
180    #  endif
181    #  ifdef ALLOW_STREAMICE
182    #   include "STREAMICE.h"
183    #   include "STREAMICE_ADV.h"
184    #   include "STREAMICE_BDRY.h"
185    #   include "STREAMICE_CG.h"
186    #  endif
187    
188  #endif /* ALLOW_AUTODIFF */  #endif /* ALLOW_AUTODIFF */
189  c**************************************  c**************************************
190    

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

  ViewVC Help
Powered by ViewVC 1.1.22