1 |
heimbach |
1.1 |
C /==========================================================\ |
2 |
|
|
C | TAMC flow directives | |
3 |
|
|
C | for library subroutines exch_xy_rs exch_xyz_rs | |
4 |
|
|
C | exch_xy_rl exch_xyz_rl | |
5 |
|
|
C | exch_xz_rs exch_yz_rs | |
6 |
|
|
C | exch_xz_rl exch_yz_rl | |
7 |
|
|
C |==========================================================| |
8 |
|
|
C | These directives are for standard adjoint code | |
9 |
|
|
C | generation (vector Jacobian product). | |
10 |
|
|
C | tamc -reverse .... | |
11 |
|
|
C | | |
12 |
|
|
C | written and tested by Ralf Giering, Jan. 14th 1999 | |
13 |
|
|
C | added new S/R's for _xz_ , _yz_ heimbach@mit.edu May-01 | |
14 |
|
|
C | extended to tangent linear code heimbach@mit.edu Jan-02 | |
15 |
|
|
C |==========================================================| |
16 |
|
|
C | SUBROUTINE EXCH_*_R* is linear | |
17 |
|
|
C | only the array argument is active | |
18 |
|
|
C | only myThid is required for the adjoint subroutine | |
19 |
|
|
C \==========================================================/ |
20 |
heimbach |
1.2 |
cph( |
21 |
|
|
cph Suppress flow directives in conjunction with EXCH2 adjoint |
22 |
|
|
cph Keep this file empty! |
23 |
|
|
cph) |