/[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.1248 by jmc, Mon Apr 12 20:29:44 2010 UTC revision 1.1257 by jmc, Tue Apr 27 19:34:25 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 adjoint:
8      global_sum_ad was incomplete (noted many times by many people ;)
9      nice description by Jean U. as follows:
10      * allreduce(var) in global_sum.F can be interpreted as
11        reduce(sum) followed by broadcast of sum.  
12      * The adjoint of that is
13        sum(adjoint) followed by broadcast(summed adjoint value)
14        or in other words, allreduce(sum, adjoint vars)
15      We were missing the sum(adjoint)!
16      Benign, except(!) for "global" scalars appearing in tile loops (bi,bj)
17      (noted by J.M. Campin, e.g., in cost_ssh_mean, variable offset).
18      The fix should produce 16-digit accuracy between
19      single-CPU multi-tile (e.g. nSx=2, nPx=1) and
20      multi-CPU single-tile (e.g. nSx=1, nPx-2)
21      We'll probably change this yet again shortly
22    o eesupp/src:
23      - fix global_sum_r4 (wrong from previous modif in Jun 2009; ever used ?)
24    o pkg/icefront
25      - ALLOW_SUBGLACIAL_RUNOFF option adds capability for time-evolving
26        specification of addmass array based on a 2D field, which is added
27        at bottommost wet level at each horizontal location.
28    o model/src:
29     horizontal grid initialisation (other than curvilinear): add code for Exch2 IO
30     layout; (not always compatible with delX,delY setting; commented out for now).
31    o pkg/exch2:
32     change tile to processor setting (case nSy*nPy > 1): allows default model mapping
33     (myX and myYGlobalLow) to be used for simple (1 facet, no blank tile) config.
34    
35    checkpoint62e (2010/04/15)
36    o pkg/obcs:
37      - fix wrong index in OBCS_SPONGE_V for Eastern-OB (reported by David Hebert).
38    o pkg/dic:
39      -fix bug in fe_chem.F for multi-tile (nSx*nSy > 1) set-up;
40        (note: not presently tested in any forward verification exp.)
41       update tutorial_global_oce_biogeo AD output file.
42    o pkg/exf:
43      - account for the variation of albedo as a function of zenith angle
44        by defining ALLOW_ZENITHANGLE in EXF_OPTIONS.h
45  o build_options:  o build_options:
46   - 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"
47  o pkg/dic:  o pkg/dic:

Legend:
Removed from v.1.1248  
changed lines
  Added in v.1.1257

  ViewVC Help
Powered by ViewVC 1.1.22