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

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

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


Revision 1.3 - (show annotations) (download)
Fri Sep 17 23:02:01 2004 UTC (19 years, 8 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint57b_post, checkpoint56b_post, checkpoint55, checkpoint57, checkpoint56, checkpoint55i_post, checkpoint55c_post, checkpoint57a_post, checkpoint55g_post, checkpoint57c_post, checkpoint55d_post, checkpoint55d_pre, checkpoint57c_pre, checkpoint55j_post, checkpoint55h_post, checkpoint55b_post, checkpoint55f_post, checkpoint56a_post, checkpoint56c_post, checkpoint57a_pre, checkpoint55a_post, checkpoint55e_post
Changes since 1.2: +6 -0 lines
o bringing adjoint up to date for sheduled c55

1 C----------------------------------------
2 C subroutine DO_TIME_AVERAGES
3 C----------------------------------------
4 CADJ SUBROUTINE DO_TIME_AVERAGES INPUT = 1,2,3,4,5
5 CADJ SUBROUTINE DO_TIME_AVERAGES OUTPUT =
6
7 C----------------------------------------
8 C subroutine TIMEAVER_1FLD_XYZ
9 C----------------------------------------
10 CADJ SUBROUTINE TIMEAVER_1FLD_XYZ INPUT = 1, 3,4,5,6,7
11 CADJ SUBROUTINE TIMEAVER_1FLD_XYZ OUTPUT = 2
12
13 C----------------------------------------
14 C subroutine TIMEAVER_2FLD_XYZ
15 C----------------------------------------
16 CADJ SUBROUTINE TIMEAVER_2FLD_XYZ INPUT = 1,2, 4,5,6,7,8,9
17 CADJ SUBROUTINE TIMEAVER_2FLD_XYZ OUTPUT = 3
18
19 C----------------------------------------
20 C subroutine TIMEAVER_FINAL_XY
21 C----------------------------------------
22 CADJ SUBROUTINE TIMEAVER_FINAL_XY INPUT = 2,3,4,5
23 CADJ SUBROUTINE TIMEAVER_FINAL_XY OUTPUT = 1
24
25 C----------------------------------------
26 C subroutine TIMEAVER_FINAL_XYZ
27 C----------------------------------------
28 CADJ SUBROUTINE TIMEAVER_FINAL_XYZ INPUT = 2,3,4,5,6
29 CADJ SUBROUTINE TIMEAVER_FINAL_XYZ OUTPUT = 1
30
31 C----------------------------------------
32 C subroutine TIMEAVER_INI_XY
33 C----------------------------------------
34 CADJ SUBROUTINE TIMEAVER_INI_XY INPUT = 2,3,4
35 CADJ SUBROUTINE TIMEAVER_INI_XY OUTPUT = 1
36
37 C----------------------------------------
38 C subroutine TIMEAVER_INI_XYZ
39 C----------------------------------------
40 CADJ SUBROUTINE TIMEAVER_INI_XYZ INPUT = 2,3,4,5
41 CADJ SUBROUTINE TIMEAVER_INI_XYZ OUTPUT = 1
42
43 C----------------------------------------
44 C subroutine WRITE_TIME_AVERAGES
45 C----------------------------------------
46 CADJ SUBROUTINE WRITE_TIME_AVERAGES INPUT = 1,2,3
47 CADJ SUBROUTINE WRITE_TIME_AVERAGES OUTPUT =
48
49 C----------------------------------------
50 C subroutine DO_STATEVARS_DIAGS
51 C----------------------------------------
52 CADJ SUBROUTINE DO_STATEVARS_DIAGS INPUT = 1,2,3
53 CADJ SUBROUTINE DO_STATEVARS_DIAGS OUTPUT =

  ViewVC Help
Powered by ViewVC 1.1.22