/[MITgcm]/MITgcm/tools/OAD_support/ad_template.revolve.F
ViewVC logotype

Diff of /MITgcm/tools/OAD_support/ad_template.revolve.F

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

revision 1.2 by utke, Sat Mar 9 14:55:51 2013 UTC revision 1.5 by utke, Fri Jan 3 22:54:43 2014 UTC
# Line 1  Line 1 
1    #include "PACKAGES_CONFIG.h"
2    
3        subroutine template()        subroutine template()
4        use OAD_cp        use OAD_cp
5        use OAD_tape        use OAD_tape
# Line 10  c we may need these for the checkpointin Line 12  c we may need these for the checkpointin
12        use PARAMS_mod        use PARAMS_mod
13        use BAR2_mod        use BAR2_mod
14        use BARRIER_mod        use BARRIER_mod
15    #ifdef ALLOW_CD_CODE
16        use CD_CODE_VARS_mod        use CD_CODE_VARS_mod
17    #endif
18        use CG2D_mod        use CG2D_mod
19        use CG3D_mod        use CG3D_mod
20        use DYNVARS_mod        use DYNVARS_mod
# Line 19  c we may need these for the checkpointin Line 23  c we may need these for the checkpointin
23        use EXCH_mod        use EXCH_mod
24        use FC_NAMEMANGLE_mod        use FC_NAMEMANGLE_mod
25        use FFIELDS_mod        use FFIELDS_mod
26    #ifdef ALLOW_GENERIC_ADVDIFF
27        use GAD_mod        use GAD_mod
28    #endif
29        use GLOBAL_MAX_mod        use GLOBAL_MAX_mod
30        use GLOBAL_SUM_mod        use GLOBAL_SUM_mod
31    #ifdef ALLOW_GMREDI
32        use GMREDI_mod        use GMREDI_mod
33        use GMREDI_TAVE_mod        use GMREDI_TAVE_mod
34    #endif
35        use GRID_mod        use GRID_mod
36    #ifdef ALLOW_MOM_COMMON
37          use MOM_VISC_mod
38    #endif
39        use MPI_INFO_mod        use MPI_INFO_mod
40    #ifdef ALLOW_SHAP_FILT
41          use SHAP_FILT_mod
42    #endif
43    #ifdef ALLOW_STREAMICE
44          use STREAMICE_mod
45          use STREAMICE_ADV_mod
46          use STREAMICE_BDRY_mod
47          use STREAMICE_CG_mod
48    #endif
49        use SOLVE_FOR_PRESSURE3D_mod        use SOLVE_FOR_PRESSURE3D_mod
50        use SOLVE_FOR_PRESSURE_mod        use SOLVE_FOR_PRESSURE_mod
51        use SURFACE_mod        use SURFACE_mod

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22