/[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.1 - (show annotations) (download)
Wed Nov 8 15:51:42 2006 UTC (17 years, 6 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint58u_post, checkpoint58w_post, checkpoint58r_post, checkpoint58x_post, checkpoint58t_post, checkpoint59e, checkpoint59d, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint59, checkpoint58y_post, checkpoint58v_post, checkpoint58s_post
o Add flow dir for routines
o bundle flow dir in fewer files
o add (commented) benign global_sum in global_sum_ad

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 =

  ViewVC Help
Powered by ViewVC 1.1.22