/[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.1245 by jmc, Thu Apr 1 15:32:08 2010 UTC revision 1.1264 by gforget, Fri May 7 18:37:44 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:
8      - new S/R rotate_uv2en_rl (..._rs) that rotates vector fields.
9    o pkg/exch2:
10      - remove "simulationMode" from arg. list of S/R EXCH2_RX1,2_CUBE ;
11      - add argument "signOption" to EXCH2_RX1_CUBE (will be needed for SM exch).
12    o pkg/autodiff & exch2:
13      process exch_uv_agrid_3d_rx.f & exch2_uv_agrid_3d_rx.f through TAF
14      (for now, only if ALLOW_EXCH2 is defined).
15    o pkg/autodiff:
16      - include PACKAGES_CONFIG.h in exch*ad.flow & exch*ad.F
17        (not supposed to be in CPP_OPTIONS.h) to get ALLOW_EXCH2 defined correctly.
18       + clean-up comments (_RS is not always real*4)
19      - fix bug in ADEXCH_UV_3D_RX (without EXCH2, was calling the forward exch S/R)
20      - add a stop in ADEXCH_UV_AGRID_3D_RX if trying to use it with EXCH2:
21        was calling a forward exch2, which is wrong ; used in SEAICE & EXF pkgs.
22    o testreport (AD-tests):
23      no longer link files from dir "../input" (1rst link files from
24      "../input_ad.[xx]" if secondary test "xx" and then from "../input_ad")
25    
26    checkpoint62f (2010/04/29)
27    o model/src/the_main_loop.F:
28      adjust store directives for seaice evp and multicategory according to
29      pkg/ecco/the_main_loop.F
30    o adjoint:
31      global_sum_ad was incomplete (noted many times by many people ;)
32      nice description by Jean U. as follows:
33      * allreduce(var) in global_sum.F can be interpreted as
34        reduce(sum) followed by broadcast of sum.
35      * The adjoint of that is
36        sum(adjoint) followed by broadcast(summed adjoint value)
37        or in other words, allreduce(sum, adjoint vars)
38      We were missing the sum(adjoint)!
39      Benign, except(!) for "global" scalars appearing in tile loops (bi,bj)
40      (noted by J.M. Campin, e.g., in cost_ssh_mean, variable offset).
41      The fix should produce 16-digit accuracy between
42      single-CPU multi-tile (e.g. nSx=2, nPx=1) and
43      multi-CPU single-tile (e.g. nSx=1, nPx-2)
44      We'll probably change this yet again shortly
45    o eesupp/src:
46      - fix global_sum_r4 (wrong from previous modif in Jun 2009; ever used ?)
47    o pkg/icefront
48      - ALLOW_SUBGLACIAL_RUNOFF option adds capability for time-evolving
49        specification of addmass array based on a 2D field, which is added
50        at bottommost wet level at each horizontal location.
51    o model/src:
52     horizontal grid initialisation (other than curvilinear): add code for Exch2 IO
53     layout; (not always compatible with delX,delY setting; commented out for now).
54    o pkg/exch2:
55     change tile to processor setting (case nSy*nPy > 1): allows default model mapping
56     (myX and myYGlobalLow) to be used for simple (1 facet, no blank tile) config.
57    
58    checkpoint62e (2010/04/15)
59    o pkg/obcs:
60      - fix wrong index in OBCS_SPONGE_V for Eastern-OB (reported by David Hebert).
61    o pkg/dic:
62      -fix bug in fe_chem.F for multi-tile (nSx*nSy > 1) set-up;
63        (note: not presently tested in any forward verification exp.)
64       update tutorial_global_oce_biogeo AD output file.
65    o pkg/exf:
66      - account for the variation of albedo as a function of zenith angle
67        by defining ALLOW_ZENITHANGLE in EXF_OPTIONS.h
68    o build_options:
69     - rename "linux_ia64_ifort+mpi_ice_nas" to "linux_amd64_ifort+mpi_ice_nas"
70    o pkg/dic:
71      change DIC atmos-CO2 box (method 3, dic_int1=3) initialisation & restart:
72      - use binary pickup file for restart;
73      - initialise atmos-CO2 box from dic_pCO2 parameter;
74      - fix multi-threaded.
75    o pkg/rbcs:
76     - clean-up RBCS code: add RBCS_OPTIONS.h file ; fix multi-threaded ;
77       change (+ fix IO calls) type of array RBC_mask from _RL to _RS.
78     - add RBCS to exp4 passive tracer 01 (rbcs was previously untested)
79       and update output.txt
80    o pkg/kpp:
81     - add diagnostics for KPP non-local flux of Temp, Salinity and pTracers;
82     - change diagnostic of KPP non-local term: output average of KPPghat*KPPdiffKzS
83       (= ratio of KPP non-local (salt) flux relative to surface-flux) when
84       using pkg/timeave & pkg/diagnostics (diag 'KPPghatK' replaces 'KPPghat ');
85     - change pkg/offline to read-in average KPPghat*KPPdiffKzS from file
86       KPP_ghatKFile (instead of the average of KPPghat from file KPP_ghatFile).
87  o pkg/offline:  o pkg/offline:
88    fix bug in S/R OFFLINE_FIELDS_LOAD regarding surfaceForcing conversion factor    fix bug in S/R OFFLINE_FIELDS_LOAD regarding surfaceForcing conversion factor
89    (bug was added in version 1.10 on 2007-08-23).    (bug was added in version 1.10 on 2007-08-23).

Legend:
Removed from v.1.1245  
changed lines
  Added in v.1.1264

  ViewVC Help
Powered by ViewVC 1.1.22