/[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.1249 by gforget, Tue Apr 13 07:00:08 2010 UTC revision 1.1263 by jmc, Thu May 6 23:42:56 2010 UTC
# Line 4  $Name$ Line 4  $Name$
4      Notes on tags used in MITgcmUV      Notes on tags used in MITgcmUV
5      ==============================      ==============================
6    
7  o exf:  o pkg/exch2:
8      - remove "simulationMode" from arg. list of S/R EXCH2_RX1,2_CUBE ;
9      - add argument "signOption" to EXCH2_RX1_CUBE (will be needed for SM exch).
10    o pkg/autodiff & exch2:
11      process exch_uv_agrid_3d_rx.f & exch2_uv_agrid_3d_rx.f through TAF
12      (for now, only if ALLOW_EXCH2 is defined).
13    o pkg/autodiff:
14      - include PACKAGES_CONFIG.h in exch*ad.flow & exch*ad.F
15        (not supposed to be in CPP_OPTIONS.h) to get ALLOW_EXCH2 defined correctly.
16       + clean-up comments (_RS is not always real*4)
17      - fix bug in ADEXCH_UV_3D_RX (without EXCH2, was calling the forward exch S/R)
18      - add a stop in ADEXCH_UV_AGRID_3D_RX if trying to use it with EXCH2:
19        was calling a forward exch2, which is wrong ; used in SEAICE & EXF pkgs.
20    o testreport (AD-tests):
21      no longer link files from dir "../input" (1rst link files from
22      "../input_ad.[xx]" if secondary test "xx" and then from "../input_ad")
23    
24    checkpoint62f (2010/04/29)
25    o model/src/the_main_loop.F:
26      adjust store directives for seaice evp and multicategory according to
27      pkg/ecco/the_main_loop.F
28    o adjoint:
29      global_sum_ad was incomplete (noted many times by many people ;)
30      nice description by Jean U. as follows:
31      * allreduce(var) in global_sum.F can be interpreted as
32        reduce(sum) followed by broadcast of sum.
33      * The adjoint of that is
34        sum(adjoint) followed by broadcast(summed adjoint value)
35        or in other words, allreduce(sum, adjoint vars)
36      We were missing the sum(adjoint)!
37      Benign, except(!) for "global" scalars appearing in tile loops (bi,bj)
38      (noted by J.M. Campin, e.g., in cost_ssh_mean, variable offset).
39      The fix should produce 16-digit accuracy between
40      single-CPU multi-tile (e.g. nSx=2, nPx=1) and
41      multi-CPU single-tile (e.g. nSx=1, nPx-2)
42      We'll probably change this yet again shortly
43    o eesupp/src:
44      - fix global_sum_r4 (wrong from previous modif in Jun 2009; ever used ?)
45    o pkg/icefront
46      - ALLOW_SUBGLACIAL_RUNOFF option adds capability for time-evolving
47        specification of addmass array based on a 2D field, which is added
48        at bottommost wet level at each horizontal location.
49    o model/src:
50     horizontal grid initialisation (other than curvilinear): add code for Exch2 IO
51     layout; (not always compatible with delX,delY setting; commented out for now).
52    o pkg/exch2:
53     change tile to processor setting (case nSy*nPy > 1): allows default model mapping
54     (myX and myYGlobalLow) to be used for simple (1 facet, no blank tile) config.
55    
56    checkpoint62e (2010/04/15)
57    o pkg/obcs:
58      - fix wrong index in OBCS_SPONGE_V for Eastern-OB (reported by David Hebert).
59    o pkg/dic:
60      -fix bug in fe_chem.F for multi-tile (nSx*nSy > 1) set-up;
61        (note: not presently tested in any forward verification exp.)
62       update tutorial_global_oce_biogeo AD output file.
63    o pkg/exf:
64    - account for the variation of albedo as a function of zenith angle    - account for the variation of albedo as a function of zenith angle
65      by defining ALLOW_ZENITHANGLE in EXF_OPTIONS.h      by defining ALLOW_ZENITHANGLE in EXF_OPTIONS.h
66  o build_options:  o build_options:
67   - rename "linux_ia64_ifort+mpi_ice_nas" to "linux_amd64_ifort+mpi_ice_nas"   - rename "linux_ia64_ifort+mpi_ice_nas" to "linux_amd64_ifort+mpi_ice_nas"
68  o pkg/dic:  o pkg/dic:

Legend:
Removed from v.1.1249  
changed lines
  Added in v.1.1263

  ViewVC Help
Powered by ViewVC 1.1.22