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

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

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


Revision 1.3 - (show annotations) (download)
Fri Jan 11 19:30:46 2002 UTC (22 years, 3 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint46b_post, checkpoint57t_post, checkpoint58l_post, checkpoint48f_post, checkpoint46k_post, checkpoint51k_post, checkpoint53f_post, checkpoint47j_post, checkpoint54a_pre, checkpoint55c_post, checkpoint46c_pre, checkpoint53b_pre, checkpoint48d_pre, checkpoint51l_post, checkpoint51j_post, branch-exfmods-tag, checkpoint47e_post, checkpoint57m_post, checkpoint44h_pre, checkpoint52l_pre, checkpoint48i_post, checkpoint52e_pre, hrcube4, checkpoint58e_post, checkpoint57v_post, checkpoint57g_pre, checkpoint52j_post, checkpoint47f_post, checkpoint48d_post, checkpoint51o_pre, checkpoint57f_post, checkpoint46j_post, checkpoint47c_post, checkpoint50e_post, checkpoint52e_post, checkpoint50c_post, checkpoint57s_post, checkpoint51n_pre, checkpoint47d_post, checkpoint57j_post, checkpoint58b_post, checkpoint58m_post, checkpoint44f_pre, checkpoint45a_post, checkpoint47a_post, checkpoint57b_post, checkpoint46f_post, checkpoint52d_pre, checkpoint53c_post, checkpoint53d_post, checkpoint57f_pre, checkpoint46a_post, checkpoint48a_post, checkpoint55d_pre, checkpoint46n_post, checkpoint51f_pre, checkpoint46d_pre, checkpoint57g_post, checkpoint48e_post, checkpoint46e_post, checkpoint45b_post, checkpoint57a_post, checkpoint48h_post, checkpoint55j_post, checkpoint56b_post, checkpoint50c_pre, checkpoint57h_pre, checkpoint57y_post, checkpoint44g_post, branchpoint-genmake2, checkpoint46h_pre, checkpoint45c_post, checkpoint44h_post, chkpt44c_post, checkpoint58g_post, checkpoint44e_post, checkpoint57x_post, checkpoint52j_pre, checkpoint54a_post, checkpoint46e_pre, branch-netcdf, checkpoint50d_pre, checkpoint55h_post, checkpoint58n_post, checkpoint51r_post, checkpoint47i_post, checkpoint52b_pre, checkpoint52n_post, checkpoint54b_post, checkpoint46l_pre, checkpoint46j_pre, checkpoint58h_post, checkpoint46b_pre, checkpoint51i_post, checkpoint57e_post, checkpoint45d_post, checkpoint54d_post, checkpoint47h_post, checkpoint48c_post, checkpoint46l_post, chkpt44a_pre, checkpoint56c_post, checkpoint50b_pre, checkpoint54e_post, release1_final_v1, checkpoint58j_post, checkpoint55b_post, checkpoint51e_post, checkpoint51b_post, checkpoint46, checkpoint57h_post, checkpoint44f_post, checkpoint51l_pre, checkpoint52m_post, checkpoint51c_post, checkpoint57y_pre, checkpoint55, checkpoint53a_post, checkpoint55a_post, checkpoint57c_pre, checkpoint44, hrcube5, checkpoint48, checkpoint49, c49_autodiff, checkpoint47b_post, checkpoint53b_post, checkpoint57o_post, checkpoint55g_post, checkpoint57r_post, checkpoint51o_post, checkpoint48g_post, checkpoint57k_post, checkpoint57d_post, checkpoint44b_post, checkpoint55f_post, checkpoint57i_post, checkpoint51q_post, checkpoint52l_post, checkpoint52k_post, chkpt44d_post, checkpoint58, checkpoint57a_pre, checkpoint54, checkpoint57, checkpoint56, checkpoint51, checkpoint50, checkpoint53, checkpoint52, checkpoint50d_post, checkpoint52d_post, checkpoint46m_post, checkpoint46g_pre, checkpoint51b_pre, checkpoint52a_post, checkpoint57h_done, checkpoint47g_post, checkpoint58f_post, checkpoint52b_post, checkpoint53g_post, chkpt44a_post, checkpoint52f_post, checkpoint44b_pre, checkpoint57n_post, checkpoint52c_post, checkpoint58d_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint51h_pre, checkpoint58a_post, checkpoint46a_pre, checkpoint50g_post, checkpoint58i_post, checkpoint57q_post, checkpoint44e_pre, checkpoint51g_post, ecco_c52_e35, chkpt44c_pre, checkpoint57z_post, checkpoint54f_post, checkpoint51f_post, checkpoint46d_post, checkpoint48b_post, checkpoint50b_post, eckpoint57e_pre, checkpoint46g_post, checkpoint58c_post, checkpoint58k_post, checkpoint57c_post, checkpoint50f_post, checkpoint50a_post, checkpoint50f_pre, checkpoint52a_pre, checkpoint47d_pre, checkpoint51d_post, checkpoint48c_pre, checkpoint46i_post, checkpoint51m_post, checkpoint51t_post, checkpoint53d_pre, checkpoint47, checkpoint55e_post, checkpoint46c_post, checkpoint54c_post, checkpoint50h_post, checkpoint52i_post, checkpoint51a_post, checkpoint45, checkpoint46h_post, checkpoint50e_pre, checkpoint50i_post, checkpoint51p_post, checkpoint51n_post, checkpoint55i_post, checkpoint51i_pre, checkpoint57l_post, checkpoint52i_pre, checkpoint51u_post, checkpoint52h_pre, checkpoint52f_pre, hrcube_1, hrcube_2, hrcube_3, checkpoint56a_post, checkpoint51s_post, checkpoint55d_post
Branch point for: netcdf-sm0, branch-genmake2, branch-nonh, tg2-branch, release1_final, checkpoint51n_branch, branch-exfmods-curt
Changes since 1.2: +3 -1 lines
Updating flow directives for TL forward mode.

1 C /==========================================================\
2 C | TAMC flow directives |
3 C | for library subroutines exch_z_xy_rs exch_z_xyz_rs |
4 C | exch_z_xy_rl exch_z_xyz_rl |
5 C |==========================================================|
6 C | These directives are for standard adjoint code |
7 C | generation (vector Jacobian product). |
8 C | tamc -reverse .... |
9 C | |
10 C | written and tested by Ralf Giering, Jan. 14th 1999 |
11 C | added new S/R's for _xz_ , _yz_ heimbach@mit.edu May-01 |
12 C | extended to tangent linear code heimbach@mit.edu Jan-02 |
13 C |==========================================================|
14 C | SUBROUTINE EXCH_Z_*_R* is linear |
15 C | only the array argument is active |
16 C | only myThid is required for the adjoint subroutine |
17 C \==========================================================/
18 cadj SUBROUTINE exch_z_xy_rs INPUT = 1, 2
19 cadj SUBROUTINE exch_z_xy_rs OUTPUT = 1
20 cadj SUBROUTINE exch_z_xy_rs ACTIVE = 1
21 cadj SUBROUTINE exch_z_xy_rs DEPEND = 2
22 cadj SUBROUTINE exch_z_xy_rs ADNAME = adexch_z_xy_rs
23 cadj SUBROUTINE exch_z_xy_rs FTLNAME = exch_z_xy_rs
24
25 cadj SUBROUTINE exch_z_xy_rl INPUT = 1, 2
26 cadj SUBROUTINE exch_z_xy_rl OUTPUT = 1
27 cadj SUBROUTINE exch_z_xy_rl ACTIVE = 1
28 cadj SUBROUTINE exch_z_xy_rl DEPEND = 2
29 cadj SUBROUTINE exch_z_xy_rl ADNAME = adexch_z_xy_rl
30 cadj SUBROUTINE exch_z_xy_rl FTLNAME = exch_z_xy_rl
31
32 cadj SUBROUTINE exch_z_xyz_rs INPUT = 1, 2
33 cadj SUBROUTINE exch_z_xyz_rs OUTPUT = 1
34 cadj SUBROUTINE exch_z_xyz_rs ACTIVE = 1
35 cadj SUBROUTINE exch_z_xyz_rs DEPEND = 2
36 cadj SUBROUTINE exch_z_xyz_rs ADNAME = adexch_z_xyz_rs
37 cadj SUBROUTINE exch_z_xyz_rs FTLNAME = exch_z_xyz_rs
38
39 cadj SUBROUTINE exch_z_xyz_rl INPUT = 1, 2
40 cadj SUBROUTINE exch_z_xyz_rl OUTPUT = 1
41 cadj SUBROUTINE exch_z_xyz_rl ACTIVE = 1
42 cadj SUBROUTINE exch_z_xyz_rl DEPEND = 2
43 cadj SUBROUTINE exch_z_xyz_rl ADNAME = adexch_z_xyz_rl
44 cadj SUBROUTINE exch_z_xyz_rl FTLNAME = exch_z_xyz_rl

  ViewVC Help
Powered by ViewVC 1.1.22