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

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

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


Revision 1.4.4.1 - (show annotations) (download)
Mon Apr 8 20:10:37 2002 UTC (22 years, 2 months ago) by heimbach
Branch: release1
CVS Tags: release1_p13_pre, release1_p13, release1_p8, release1_p9, release1_p1, release1_p2, release1_p3, release1_p4, release1_p5, release1_p6, release1_p7, release1_chkpt44d_post, release1_p12, release1_p10, release1_p11, release1_p16, release1_p17, release1_p14, release1_p15, release1_p12_pre
Branch point for: release1_50yr
Changes since 1.4: +14 -15 lines
Changes encapsulated by checkpoint43a-release1mods and chkpt44d_post
on the main trunk.
These are:

 o added missing EXCLUDE_MONITOR flags
 o changed "e" to "_d" in gmredi_slope_limit, gmredi_slope_psi
   (incompatible typ in MIN/MAX expressions caused problems
   on IBM SP3)
 o in genmake added variable MAKEDEPEND
   plus resetting for case SunOS
 o added timer_stats.c routine for IBM SP3
 o removed variables in dynamics
 o real fresh water flux implemented with non-linear free-surface.
 o few fix (mask in shap_s2, EmPmR in external_field_load,
   USE_NATURAL_BCS in solve_for_P);
 o add arguments myIter & myTime to S/R obcs_calc & solve_for_P
 o merge of relevant stuff from the ecco-branch:
   - genmake: removed $S64 overwrite for case SunOS
   - pkg/exf: update and corrections for field swapping and obcs
   - pkg/ecco: parameter lists for the_model_main, the_main_loop
               harmonized between ECCO and MITgcm
   - pkg/autodiff: added flow directives for obcs, mdsio_gl_slice
                   updated checkpointing_lev... lists for obcs
   - model/src: minor changes in forward_step, plot_field
                added directive for divided adjoint in the_main_loop
   - pkg/mdsio: added mdsio_gl_slice
 o check parameters & config (chkpt44a_pre,post)
 o OBC and NonLin_FrSurf.
 o fix bug in mom_vi_del2uv
 o select when filters are applied ; add options to zonal_filter (data.zonfilt)
 o gmredi: fix Pb in the adiabatic form ; add options (.e.g. Bolus advection)
 o update AIM experiments (NCEP input files)
 o improve and extend diagnostics (Monitor, TimeAve with NonLin-FrSurf)
 o added some stuff for AD

These were merged with
cvs co -r release1 -P MITgcm
cd MITgcm
cvs update -kk
cvs update -j checkpoint43a-release1mods -j chkpt44d_post -d -P -kk

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 cadj SUBROUTINE exch_xy_rs INPUT = 1, 2
21 cadj SUBROUTINE exch_xy_rs OUTPUT = 1
22 cadj SUBROUTINE exch_xy_rs ACTIVE = 1
23 cadj SUBROUTINE exch_xy_rs DEPEND = 2
24 cadj SUBROUTINE exch_xy_rs ADNAME = adexch_xy_rs
25 cadj SUBROUTINE exch_xy_rs FTLNAME = exch_xy_rs
26
27 cadj SUBROUTINE exch_xy_rl INPUT = 1, 2
28 cadj SUBROUTINE exch_xy_rl OUTPUT = 1
29 cadj SUBROUTINE exch_xy_rl ACTIVE = 1
30 cadj SUBROUTINE exch_xy_rl DEPEND = 2
31 cadj SUBROUTINE exch_xy_rl ADNAME = adexch_xy_rl
32 cadj SUBROUTINE exch_xy_rl FTLNAME = exch_xy_rl
33
34 cadj SUBROUTINE exch_xyz_rs INPUT = 1, 2
35 cadj SUBROUTINE exch_xyz_rs OUTPUT = 1
36 cadj SUBROUTINE exch_xyz_rs ACTIVE = 1
37 cadj SUBROUTINE exch_xyz_rs DEPEND = 2
38 cadj SUBROUTINE exch_xyz_rs ADNAME = adexch_xyz_rs
39 cadj SUBROUTINE exch_xyz_rs FTLNAME = exch_xyz_rs
40
41 cadj SUBROUTINE exch_xyz_rl INPUT = 1, 2
42 cadj SUBROUTINE exch_xyz_rl OUTPUT = 1
43 cadj SUBROUTINE exch_xyz_rl ACTIVE = 1
44 cadj SUBROUTINE exch_xyz_rl DEPEND = 2
45 cadj SUBROUTINE exch_xyz_rl ADNAME = adexch_xyz_rl
46 cadj SUBROUTINE exch_xyz_rl FTLNAME = exch_xyz_rl
47
48 cadj SUBROUTINE exch_xz_rs INPUT = 1, 2
49 cadj SUBROUTINE exch_xz_rs OUTPUT = 1
50 cadj SUBROUTINE exch_xz_rs ACTIVE = 1
51 cadj SUBROUTINE exch_xz_rs DEPEND = 2
52 cadj SUBROUTINE exch_xz_rs ADNAME = adexch_xz_rs
53 cadj SUBROUTINE exch_xz_rs FTLNAME = exch_xz_rs
54
55 cadj SUBROUTINE exch_xz_rl INPUT = 1, 2
56 cadj SUBROUTINE exch_xz_rl OUTPUT = 1
57 cadj SUBROUTINE exch_xz_rl ACTIVE = 1
58 cadj SUBROUTINE exch_xz_rl DEPEND = 2
59 cadj SUBROUTINE exch_xz_rl ADNAME = adexch_xz_rl
60 cadj SUBROUTINE exch_xz_rl FTLNAME = exch_xz_rl
61
62 cadj SUBROUTINE exch_yz_rs INPUT = 1, 2
63 cadj SUBROUTINE exch_yz_rs OUTPUT = 1
64 cadj SUBROUTINE exch_yz_rs ACTIVE = 1
65 cadj SUBROUTINE exch_yz_rs DEPEND = 2
66 cadj SUBROUTINE exch_yz_rs ADNAME = adexch_yz_rs
67 cadj SUBROUTINE exch_yz_rs FTLNAME = exch_yz_rs
68
69 cadj SUBROUTINE exch_yz_rl INPUT = 1, 2
70 cadj SUBROUTINE exch_yz_rl OUTPUT = 1
71 cadj SUBROUTINE exch_yz_rl ACTIVE = 1
72 cadj SUBROUTINE exch_yz_rl DEPEND = 2
73 cadj SUBROUTINE exch_yz_rl ADNAME = adexch_yz_rl
74 cadj SUBROUTINE exch_yz_rl FTLNAME = exch_yz_rl

  ViewVC Help
Powered by ViewVC 1.1.22