/[MITgcm]/MITgcm/doc/tag-index
ViewVC logotype

Diff of /MITgcm/doc/tag-index

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

revision 1.1254 by jmc, Sat Apr 17 18:48:22 2010 UTC revision 1.1266 by jmc, Sun May 9 23:12:36 2010 UTC
# Line 5  $Name$ Line 5  $Name$
5      ==============================      ==============================
6    
7  o model/src:  o model/src:
8     a) 1rst version of a new driver S/R to turn-off output freq and flags after the
9       1rst forward sweep, to avoid over-writing output files during recomputations
10       recomputations (& grdchk); called from cost_final.F (& ctrl_init_ctrlvar.F ?)
11     b) 2nd version:
12      - add specific pkg S/R for seaice & ptracers (called from S/R TURNOFF_MODEL_IO);
13      - switch-off more output flags (exf_monFreq, chkPtFreq, dumpInitAndLast,
14         writePickupAtEnd) + seaice & ptracers output;
15      - do not switch off MNC flags (otherwise, won't get admonitor netcdf file)
16    o model/src:
17      - new S/R rotate_uv2en_rl (..._rs) that rotates vector fields.
18    o pkg/exch2:
19      - remove "simulationMode" from arg. list of S/R EXCH2_RX1,2_CUBE ;
20      - add argument "signOption" to EXCH2_RX1_CUBE (will be needed for SM exch).
21    o pkg/autodiff & exch2:
22      process exch_uv_agrid_3d_rx.f & exch2_uv_agrid_3d_rx.f through TAF
23      (for now, only if ALLOW_EXCH2 is defined).
24    o pkg/autodiff:
25      - include PACKAGES_CONFIG.h in exch*ad.flow & exch*ad.F
26        (not supposed to be in CPP_OPTIONS.h) to get ALLOW_EXCH2 defined correctly.
27       + clean-up comments (_RS is not always real*4)
28      - fix bug in ADEXCH_UV_3D_RX (without EXCH2, was calling the forward exch S/R)
29      - add a stop in ADEXCH_UV_AGRID_3D_RX if trying to use it with EXCH2:
30        was calling a forward exch2, which is wrong ; used in SEAICE & EXF pkgs.
31    o testreport (AD-tests):
32      no longer link files from dir "../input" (1rst link files from
33      "../input_ad.[xx]" if secondary test "xx" and then from "../input_ad")
34    
35    checkpoint62f (2010/04/29)
36    o model/src/the_main_loop.F:
37      adjust store directives for seaice evp and multicategory according to
38      pkg/ecco/the_main_loop.F
39    o adjoint:
40      global_sum_ad was incomplete (noted many times by many people ;)
41      nice description by Jean U. as follows:
42      * allreduce(var) in global_sum.F can be interpreted as
43        reduce(sum) followed by broadcast of sum.
44      * The adjoint of that is
45        sum(adjoint) followed by broadcast(summed adjoint value)
46        or in other words, allreduce(sum, adjoint vars)
47      We were missing the sum(adjoint)!
48      Benign, except(!) for "global" scalars appearing in tile loops (bi,bj)
49      (noted by J.M. Campin, e.g., in cost_ssh_mean, variable offset).
50      The fix should produce 16-digit accuracy between
51      single-CPU multi-tile (e.g. nSx=2, nPx=1) and
52      multi-CPU single-tile (e.g. nSx=1, nPx-2)
53      We'll probably change this yet again shortly
54    o eesupp/src:
55      - fix global_sum_r4 (wrong from previous modif in Jun 2009; ever used ?)
56    o pkg/icefront
57      - ALLOW_SUBGLACIAL_RUNOFF option adds capability for time-evolving
58        specification of addmass array based on a 2D field, which is added
59        at bottommost wet level at each horizontal location.
60    o model/src:
61   horizontal grid initialisation (other than curvilinear): add code for Exch2 IO   horizontal grid initialisation (other than curvilinear): add code for Exch2 IO
62   layout; (not always compatible with delX,delY setting; commented out for now).   layout; (not always compatible with delX,delY setting; commented out for now).
63  o pkg/exch2:  o pkg/exch2:

Legend:
Removed from v.1.1254  
changed lines
  Added in v.1.1266

  ViewVC Help
Powered by ViewVC 1.1.22