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

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

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


Revision 1.1 - (show annotations) (download)
Sun Mar 25 22:33:54 2001 UTC (23 years, 3 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint40pre1, c37_adj, checkpoint40pre2, checkpoint40pre5, checkpoint40pre6, checkpoint40pre4, checkpoint40pre3, checkpoint40pre7, checkpoint39, checkpoint38
Modifications and additions to enable automatic differentiation.
Detailed info's in doc/notes_c37_adj.txt

1
2 C----------------------------------------
3 C subroutine set_write_global_fld
4 C----------------------------------------
5 CADJ SUBROUTINE set_write_global_fld INPUT = 1
6 CADJ SUBROUTINE set_write_global_fld OUTPUT =
7
8 C----------------------------------------
9 C subroutine read_fld_xy_rs
10 C----------------------------------------
11 CADJ SUBROUTINE read_fld_xy_rs INPUT = 1,2, 4,5
12 CADJ SUBROUTINE read_fld_xy_rs OUTPUT = 3
13
14 C----------------------------------------
15 C subroutine read_fld_xy_rl
16 C----------------------------------------
17 CADJ SUBROUTINE read_fld_xy_rl INPUT = 1,2, 4,5
18 CADJ SUBROUTINE read_fld_xy_rl OUTPUT = 3
19
20 C----------------------------------------
21 C subroutine read_fld_xyz_rs
22 C----------------------------------------
23 CADJ SUBROUTINE read_fld_xyz_rs INPUT = 1,2, 4,5
24 CADJ SUBROUTINE read_fld_xyz_rs OUTPUT = 3
25
26 C----------------------------------------
27 C subroutine read_fld_xyz_rl
28 C----------------------------------------
29 CADJ SUBROUTINE read_fld_xyz_rl INPUT = 1,2, 4,5
30 CADJ SUBROUTINE read_fld_xyz_rl OUTPUT = 3
31
32 C----------------------------------------
33 C subroutine write_fld_xy_rs
34 C----------------------------------------
35 CADJ SUBROUTINE write_fld_xy_rs INPUT = 1,2,3,4,5
36 CADJ SUBROUTINE write_fld_xy_rs OUTPUT =
37
38 C----------------------------------------
39 C subroutine write_fld_xy_rl
40 C----------------------------------------
41 CADJ SUBROUTINE write_fld_xy_rl INPUT = 1,2,3,4,5
42 CADJ SUBROUTINE write_fld_xy_rl OUTPUT =
43
44 C----------------------------------------
45 C subroutine write_fld_xyz_rs
46 C----------------------------------------
47 CADJ SUBROUTINE write_fld_xyz_rs INPUT = 1,2,3,4,5
48 CADJ SUBROUTINE write_fld_xyz_rs OUTPUT =
49
50 C----------------------------------------
51 C subroutine write_fld_xyz_rl
52 C----------------------------------------
53 CADJ SUBROUTINE write_fld_xyz_rl INPUT = 1,2,3,4,5
54 CADJ SUBROUTINE write_fld_xyz_rl OUTPUT =

  ViewVC Help
Powered by ViewVC 1.1.22