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

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

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


Revision 1.2 - (show annotations) (download)
Fri Jul 27 22:18:57 2007 UTC (16 years, 10 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint59g, checkpoint59f, checkpoint59h
Changes since 1.1: +7 -0 lines
Comment all relevant #ifndef ALLOW_AUTODIFF_TAMC
that used to hide exch2 or cubed-sphere specific code
(commented via 'cph-exch2')

1
2 C----------------------------------------
3 C subroutine do_the_model_io
4 C----------------------------------------
5 CADJ SUBROUTINE do_the_model_io INPUT = 1,2,3
6 CADJ SUBROUTINE do_the_model_io OUTPUT =
7 CADJ SUBROUTINE do_the_model_io DEPEND = 1,2,3
8 CADJ SUBROUTINE do_the_model_io REQUIRED
9
10 C----------------------------------------
11 C subroutine modeldata_example
12 C----------------------------------------
13 CADJ SUBROUTINE modeldata_example INPUT = 1
14 CADJ SUBROUTINE modeldata_example OUTPUT =
15
16 C----------------------------------------
17 C subroutine open_copy_data_file
18 C----------------------------------------
19 CADJ SUBROUTINE open_copy_data_file INPUT = 1,2, 4
20 CADJ SUBROUTINE open_copy_data_file OUTPUT = 3
21
22 C----------------------------------------
23 C subroutine print_message
24 C----------------------------------------
25 CADJ SUBROUTINE print_message INPUT = 1,2,3,4
26 CADJ SUBROUTINE print_message OUTPUT =
27
28 C----------------------------------------
29 C subroutine plot_field_xyrs
30 C----------------------------------------
31 CADJ SUBROUTINE plot_field_xyrs INPUT = 1,2,3,4
32 CADJ SUBROUTINE plot_field_xyrs OUTPUT =
33
34 C----------------------------------------
35 C subroutine plot_field_xyrl
36 C----------------------------------------
37 CADJ SUBROUTINE plot_field_xyrl INPUT = 1,2,3,4
38 CADJ SUBROUTINE plot_field_xyrl OUTPUT =
39
40 C----------------------------------------
41 C subroutine plot_field_xyzrs
42 C----------------------------------------
43 CADJ SUBROUTINE plot_field_xyzrs INPUT = 1,2,3,4,5
44 CADJ SUBROUTINE plot_field_xyzrs OUTPUT =
45
46 C----------------------------------------
47 C subroutine plot_field_xyzrl
48 C----------------------------------------
49 CADJ SUBROUTINE plot_field_xyzrl INPUT = 1,2,3,4,5
50 CADJ SUBROUTINE plot_field_xyzrl OUTPUT =
51
52 C----------------------------------------
53 C subroutine plot_field_xzrs
54 C----------------------------------------
55 CADJ SUBROUTINE plot_field_xzrs INPUT = 1,2,3,4,5
56 CADJ SUBROUTINE plot_field_xzrs OUTPUT =
57
58 C----------------------------------------
59 C subroutine plot_field_xzrl
60 C----------------------------------------
61 CADJ SUBROUTINE plot_field_xzrl INPUT = 1,2,3,4,5
62 CADJ SUBROUTINE plot_field_xzrl OUTPUT =
63
64 C----------------------------------------
65 C subroutine plot_field_yzrs
66 C----------------------------------------
67 CADJ SUBROUTINE plot_field_yzrs INPUT = 1,2,3,4,5
68 CADJ SUBROUTINE plot_field_yzrs OUTPUT =
69
70 C----------------------------------------
71 C subroutine plot_field_yzrl
72 C----------------------------------------
73 CADJ SUBROUTINE plot_field_yzrl INPUT = 1,2,3,4,5
74 CADJ SUBROUTINE plot_field_yzrl OUTPUT =
75
76 C----------------------------------------
77 C subroutine write_state
78 C----------------------------------------
79 CADJ SUBROUTINE write_state INPUT = 1,2,3
80 CADJ SUBROUTINE write_state OUTPUT =
81
82 C----------------------------------------
83 C subroutine write_myfield
84 C----------------------------------------
85 CADJ SUBROUTINE write_myfield INPUT = 1,2,3,4,5
86 CADJ SUBROUTINE write_myfield OUTPUT =
87
88 C----------------------------------------
89 C subroutine calc_oce_mxlayer
90 C----------------------------------------
91 CADJ SUBROUTINE calc_oce_mxlayer INPUT = 1,2,3,4,5,6,7
92 CADJ SUBROUTINE calc_oce_mxlayer OUTPUT =

  ViewVC Help
Powered by ViewVC 1.1.22