/[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.1238 by jmc, Tue Mar 16 00:32:32 2010 UTC revision 1.1258 by mlosch, Wed Apr 28 08:37:41 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 model/src/the_main_loop.F:
8      adjust store directives for seaice evp and multicategory according to
9      pkg/ecco/the_main_loop.F
10    o adjoint:
11      global_sum_ad was incomplete (noted many times by many people ;)
12      nice description by Jean U. as follows:
13      * allreduce(var) in global_sum.F can be interpreted as
14        reduce(sum) followed by broadcast of sum.  
15      * The adjoint of that is
16        sum(adjoint) followed by broadcast(summed adjoint value)
17        or in other words, allreduce(sum, adjoint vars)
18      We were missing the sum(adjoint)!
19      Benign, except(!) for "global" scalars appearing in tile loops (bi,bj)
20      (noted by J.M. Campin, e.g., in cost_ssh_mean, variable offset).
21      The fix should produce 16-digit accuracy between
22      single-CPU multi-tile (e.g. nSx=2, nPx=1) and
23      multi-CPU single-tile (e.g. nSx=1, nPx-2)
24      We'll probably change this yet again shortly
25    o eesupp/src:
26      - fix global_sum_r4 (wrong from previous modif in Jun 2009; ever used ?)
27    o pkg/icefront
28      - ALLOW_SUBGLACIAL_RUNOFF option adds capability for time-evolving
29        specification of addmass array based on a 2D field, which is added
30        at bottommost wet level at each horizontal location.
31    o model/src:
32     horizontal grid initialisation (other than curvilinear): add code for Exch2 IO
33     layout; (not always compatible with delX,delY setting; commented out for now).
34    o pkg/exch2:
35     change tile to processor setting (case nSy*nPy > 1): allows default model mapping
36     (myX and myYGlobalLow) to be used for simple (1 facet, no blank tile) config.
37    
38    checkpoint62e (2010/04/15)
39    o pkg/obcs:
40      - fix wrong index in OBCS_SPONGE_V for Eastern-OB (reported by David Hebert).
41    o pkg/dic:
42      -fix bug in fe_chem.F for multi-tile (nSx*nSy > 1) set-up;
43        (note: not presently tested in any forward verification exp.)
44       update tutorial_global_oce_biogeo AD output file.
45    o pkg/exf:
46      - account for the variation of albedo as a function of zenith angle
47        by defining ALLOW_ZENITHANGLE in EXF_OPTIONS.h
48    o build_options:
49     - rename "linux_ia64_ifort+mpi_ice_nas" to "linux_amd64_ifort+mpi_ice_nas"
50    o pkg/dic:
51      change DIC atmos-CO2 box (method 3, dic_int1=3) initialisation & restart:
52      - use binary pickup file for restart;
53      - initialise atmos-CO2 box from dic_pCO2 parameter;
54      - fix multi-threaded.
55    o pkg/rbcs:
56     - clean-up RBCS code: add RBCS_OPTIONS.h file ; fix multi-threaded ;
57       change (+ fix IO calls) type of array RBC_mask from _RL to _RS.
58     - add RBCS to exp4 passive tracer 01 (rbcs was previously untested)
59       and update output.txt
60    o pkg/kpp:
61     - add diagnostics for KPP non-local flux of Temp, Salinity and pTracers;
62     - change diagnostic of KPP non-local term: output average of KPPghat*KPPdiffKzS
63       (= ratio of KPP non-local (salt) flux relative to surface-flux) when
64       using pkg/timeave & pkg/diagnostics (diag 'KPPghatK' replaces 'KPPghat ');
65     - change pkg/offline to read-in average KPPghat*KPPdiffKzS from file
66       KPP_ghatKFile (instead of the average of KPPghat from file KPP_ghatFile).
67    o pkg/offline:
68      fix bug in S/R OFFLINE_FIELDS_LOAD regarding surfaceForcing conversion factor
69      (bug was added in version 1.10 on 2007-08-23).
70    o pkg/offline:
71      - no need to specify periodicExternalForcing, etc ... to use offline pack
72      - offline input files no longer just single prec --> parameter offlineLoadPrec
73    o verification/lab_sea:
74      change AD test to multi-tile setup and update all 4 AD output.
75      NOTE: while cost function values remain very similar,
76      gradients are very different, although gradient checks are self-consistent
77      Should try to get to the bottom of this (cost function summation order?)
78    o pkg/dic:
79      in carbon_chem.F, replace log10 (AUTODIFF) with explicit form to avoid
80      a weakness of TAF that drops part of double precision in log10 derivative.
81      <= changes removed since problem has been fixed in current TAF version 1.9.71
82      update AD output of exp. tutorial_dic_adjoffline & tutorial_global_oce_biogeo.
83    o pkg/ecco:
84      add missing "_d 0" in cost_readers.F, cost_readtopex.F & cost_readtopexmean.F
85      update all 4 lab_sea AD output.
86    
87    checkpoint62d (2010/03/22)
88    o build_options:
89      remove '-r8' (and '-i4') from linux_*pgf and linux_*ifort optfiles.
90  o remove unbalanced quote (single or double) in commented line of source code  o remove unbalanced quote (single or double) in commented line of source code
91    (may cause some warning with some preprocessor/makedepend versions).    (may cause some warning with some preprocessor/makedepend versions).
92  o pkg/seaice:  o pkg/seaice:

Legend:
Removed from v.1.1238  
changed lines
  Added in v.1.1258

  ViewVC Help
Powered by ViewVC 1.1.22