/[MITgcm]/MITgcm/pkg/autodiff/model_ad.flow
ViewVC logotype

Diff of /MITgcm/pkg/autodiff/model_ad.flow

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

revision 1.4 by jmc, Thu May 7 19:10:10 2009 UTC revision 1.9 by jmc, Wed Aug 7 15:35:29 2013 UTC
# Line 2  C $Header$ Line 2  C $Header$
2  C $Name$  C $Name$
3    
4  C----------------------------------------  C----------------------------------------
5    C subroutine  the_main_loop
6    C----------------------------------------
7    CADJ SUBROUTINE the_main_loop  ADNAME = adthe_main_loop
8    CADJ SUBROUTINE the_main_loop FTLNAME = g_the_main_loop
9    CADJ SUBROUTINE the_main_loop MODNAME = mdthe_main_loop
10    
11    C----------------------------------------
12    C subroutine  calc_oce_mxlayer
13    C----------------------------------------
14    CADJ SUBROUTINE calc_oce_mxlayer  INPUT  = 1,2,3,4,5,6,7
15    CADJ SUBROUTINE calc_oce_mxlayer  OUTPUT =
16    
17    C----------------------------------------
18  C subroutine  do_the_model_io  C subroutine  do_the_model_io
19  C----------------------------------------  C----------------------------------------
20  CADJ SUBROUTINE do_the_model_io  INPUT  = 1,2,3  CADJ SUBROUTINE do_the_model_io  INPUT  = 1,2,3,4
21  CADJ SUBROUTINE do_the_model_io  OUTPUT =  CADJ SUBROUTINE do_the_model_io  OUTPUT =
22  CADJ SUBROUTINE do_the_model_io  DEPEND = 1,2,3  CADJ SUBROUTINE do_the_model_io  DEPEND = 1,2,3,4
23  CADJ SUBROUTINE do_the_model_io  REQUIRED  CADJ SUBROUTINE do_the_model_io  REQUIRED
24    
25  C----------------------------------------  C----------------------------------------
26  C subroutine  modeldata_example  C subroutine  turnoff_model_io
27  C----------------------------------------  C----------------------------------------
28  CADJ SUBROUTINE modeldata_example INPUT  = 1  CADJ SUBROUTINE TURNOFF_MODEL_IO INPUT  = 1,2
29  CADJ SUBROUTINE modeldata_example OUTPUT =  CADJ SUBROUTINE TURNOFF_MODEL_IO OUTPUT =
30    
31  C----------------------------------------  C----------------------------------------
32  C subroutine  plot_field_xyrs  C subroutine  plot_field_xyrs
# Line 69  C--------------------------------------- Line 82  C---------------------------------------
82  CADJ SUBROUTINE write_state  INPUT  = 1,2,3  CADJ SUBROUTINE write_state  INPUT  = 1,2,3
83  CADJ SUBROUTINE write_state  OUTPUT =  CADJ SUBROUTINE write_state  OUTPUT =
84    
 C----------------------------------------  
 C subroutine  calc_oce_mxlayer  
 C----------------------------------------  
 CADJ SUBROUTINE calc_oce_mxlayer  INPUT  = 1,2,3,4,5,6,7  
 CADJ SUBROUTINE calc_oce_mxlayer  OUTPUT =  
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.22