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

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

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


Revision 1.1 - (hide annotations) (download)
Sun Mar 25 22:33:54 2001 UTC (23 years, 1 month ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint40pre1, checkpoint43a-release1mods, release1_beta1, release1-branch_tutorials, ecco-branch-mod1, ecco-branch-mod3, checkpoint40pre7, chkpt44a_pre, release1-branch-end, c37_adj, checkpoint44b_pre, checkpoint44, checkpoint40pre2, checkpoint40pre5, checkpoint40pre6, checkpoint40pre9, checkpoint40pre8, release1_b1, checkpoint42, chkpt44a_post, checkpoint40pre4, checkpoint40pre3, ecco-branch-mod2, checkpoint38, checkpoint43, checkpoint40, release1-branch_branchpoint, checkpoint41, checkpoint39
Branch point for: ecco-branch, release1, release1_coupled, release1-branch
Modifications and additions to enable automatic differentiation.
Detailed info's in doc/notes_c37_adj.txt

1 heimbach 1.1
2     C----------------------------------------
3     C subroutine mdsfindunit
4     C----------------------------------------
5     CADJ SUBROUTINE mdsfindunit INPUT = 2
6     CADJ SUBROUTINE mdsfindunit OUTPUT = 1
7    
8     C----------------------------------------
9     C subroutine mdsreadfield
10     C----------------------------------------
11     CADJ SUBROUTINE mdsreadfield INPUT = 1,2,3,4, 6,7
12     CADJ SUBROUTINE mdsreadfield OUTPUT = 5
13    
14     C----------------------------------------
15     C subroutine mdswritefield
16     C----------------------------------------
17     CADJ SUBROUTINE mdswritefield INPUT = 1,2,3,4,5,6,7,8,9
18     CADJ SUBROUTINE mdswritefield OUTPUT =
19    
20     C----------------------------------------
21     C subroutine mdsreadvector
22     C----------------------------------------
23     CADJ SUBROUTINE mdsreadvector INPUT = 1,2,3,4, 6,7,8,9
24     CADJ SUBROUTINE mdsreadvector OUTPUT = 5
25    
26     C----------------------------------------
27     C subroutine mdswritevector
28     C----------------------------------------
29     CADJ SUBROUTINE mdswritevector INPUT = 1,2,3,4,5,6,7,8,9,10,11
30     CADJ SUBROUTINE mdswritevector OUTPUT =
31    
32     C----------------------------------------
33     C subroutine mds_byteswapr8
34     C----------------------------------------
35     CADJ SUBROUTINE mds_byteswapr8 INPUT = 1,2
36     CADJ SUBROUTINE mds_byteswapr8 OUTPUT = 2
37    
38     C----------------------------------------
39     C subroutine mds_byteswapr4
40     C----------------------------------------
41     CADJ SUBROUTINE mds_byteswapr4 INPUT = 1,2
42     CADJ SUBROUTINE mds_byteswapr4 OUTPUT = 2

  ViewVC Help
Powered by ViewVC 1.1.22