/[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.3 by heimbach, Fri Jun 21 16:14:04 2013 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 22  c we may need these for the checkpointin Line 26  c we may need these for the checkpointin
26        use GAD_mod        use GAD_mod
27        use GLOBAL_MAX_mod        use GLOBAL_MAX_mod
28        use GLOBAL_SUM_mod        use GLOBAL_SUM_mod
29    #ifdef ALLOW_GMREDI
30        use GMREDI_mod        use GMREDI_mod
31        use GMREDI_TAVE_mod        use GMREDI_TAVE_mod
32    #endif
33        use GRID_mod        use GRID_mod
34          use MOM_VISC_mod
35        use MPI_INFO_mod        use MPI_INFO_mod
36    #ifdef ALLOW_SHAP_FILT
37          use SHAP_FILT_mod
38    #endif
39        use SOLVE_FOR_PRESSURE3D_mod        use SOLVE_FOR_PRESSURE3D_mod
40        use SOLVE_FOR_PRESSURE_mod        use SOLVE_FOR_PRESSURE_mod
41        use SURFACE_mod        use SURFACE_mod

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

  ViewVC Help
Powered by ViewVC 1.1.22