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

Annotation of /MITgcm/pkg/autodiff/active_file_control.flow

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


Revision 1.5 - (hide annotations) (download)
Thu Aug 2 22:09:15 2012 UTC (11 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint64, checkpoint65, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint63r, checkpoint63s, checkpoint65o, checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, HEAD
Changes since 1.4: +76 -10 lines
update and merge active_file_control_slice.flow into active_file_control.flow

1 jmc 1.5 C $Header: /u/gcmpack/MITgcm/pkg/autodiff/active_file_control.flow,v 1.4 2011/11/05 19:20:42 heimbach Exp $
2 jmc 1.3 C $Name: $
3 heimbach 1.1
4 heimbach 1.2 CBOP
5 jmc 1.5 C !ROUTINE: flow directives for active_file_control[_slice].F
6 heimbach 1.2 C !INTERFACE:
7     C !DESCRIPTION: \bv
8     c ==================================================================
9     c active_file_control.flow
10     c ==================================================================
11     c provides flow directives for routines in active_file_control.F
12 jmc 1.5 c and in active_file_control_slice.F
13 heimbach 1.2 c required by TAMC/TAF
14 jmc 1.5 c * active_read_3d_rl , active_read_3d_rs
15     c * active_read_xz_rl , active_read_xz_rs
16     c * active_read_yz_rl , active_read_yz_rs
17     c * active_write_3d_rl, active_write_3d_rl
18     c * active_write_xz_rl, active_write_xz_rl
19     c * active_write_yz_rl, active_write_yz_rl
20 heimbach 1.2 c ==================================================================
21     c active_file_control.flow
22     c ==================================================================
23     C \ev
24     CEOP
25    
26 heimbach 1.1 c----------------------------------------
27 jmc 1.5 c subroutine active_read_3d_rl
28 heimbach 1.1 c----------------------------------------
29 jmc 1.5 cadj SUBROUTINE active_read_3d_rl INPUT = 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
30     cadj SUBROUTINE active_read_3d_rl OUTPUT = 2
31 heimbach 1.1
32     c----------------------------------------
33 jmc 1.5 c subroutine active_read_3d_rs
34 heimbach 1.1 c----------------------------------------
35 jmc 1.5 cadj SUBROUTINE active_read_3d_rs INPUT = 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
36     cadj SUBROUTINE active_read_3d_rs OUTPUT = 2
37    
38     c----------------------------------------
39     c subroutine active_read_xz_rl
40     c----------------------------------------
41     cadj SUBROUTINE active_read_xz_rl INPUT = 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
42     cadj SUBROUTINE active_read_xz_rl OUTPUT = 2
43    
44     c----------------------------------------
45     c subroutine active_read_xz_rs
46     c----------------------------------------
47     cadj SUBROUTINE active_read_xz_rs INPUT = 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
48     cadj SUBROUTINE active_read_xz_rs OUTPUT = 2
49    
50     c----------------------------------------
51     c subroutine active_read_yz_rl
52     c----------------------------------------
53     cadj SUBROUTINE active_read_yz_rl INPUT = 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
54     cadj SUBROUTINE active_read_yz_rl OUTPUT = 2
55    
56     c----------------------------------------
57     c subroutine active_read_yz_rs
58     c----------------------------------------
59     cadj SUBROUTINE active_read_yz_rs INPUT = 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
60     cadj SUBROUTINE active_read_yz_rs OUTPUT = 2
61    
62     c----------------------------------------
63     c subroutine active_write_3d_rl
64     c----------------------------------------
65     cadj SUBROUTINE active_write_3d_rl INPUT = 1, 2, 3, 4, 5, 6, 7, 8, 9
66     cadj SUBROUTINE active_write_3d_rl OUTPUT = 2
67    
68     c----------------------------------------
69     c subroutine active_write_3d_rs
70     c----------------------------------------
71     cadj SUBROUTINE active_write_3d_rs INPUT = 1, 2, 3, 4, 5, 6, 7, 8, 9
72     cadj SUBROUTINE active_write_3d_rs OUTPUT = 2
73    
74     c----------------------------------------
75     c subroutine active_write_xz_rl
76     c----------------------------------------
77     cadj SUBROUTINE active_write_xz_rl INPUT = 1, 2, 3, 4, 5, 6, 7, 8, 9
78     cadj SUBROUTINE active_write_xz_rl OUTPUT = 2
79    
80     c----------------------------------------
81     c subroutine active_write_xz_rs
82     c----------------------------------------
83     cadj SUBROUTINE active_write_xz_rs INPUT = 1, 2, 3, 4, 5, 6, 7, 8, 9
84     cadj SUBROUTINE active_write_xz_rs OUTPUT = 2
85    
86     c----------------------------------------
87     c subroutine active_write_yz_rl
88     c----------------------------------------
89     cadj SUBROUTINE active_write_yz_rl INPUT = 1, 2, 3, 4, 5, 6, 7, 8, 9
90     cadj SUBROUTINE active_write_yz_rl OUTPUT = 2
91    
92     c----------------------------------------
93     c subroutine active_write_yz_rs
94     c----------------------------------------
95     cadj SUBROUTINE active_write_yz_rs INPUT = 1, 2, 3, 4, 5, 6, 7, 8, 9
96     cadj SUBROUTINE active_write_yz_rs OUTPUT = 2
97    

  ViewVC Help
Powered by ViewVC 1.1.22